mirror of
https://github.com/deepseek-ai/DeepSeek-MoE.git
synced 2025-02-23 06:09:05 -05:00
Update README.md
HuggingFace -> Hugging Face
This commit is contained in:
parent
80af6ea9ac
commit
bbbf8bb903
@ -103,7 +103,7 @@ The evaluation results are shown in the following. With only about 40% of comput
|
|||||||
|
|
||||||
We release the DeepSeekMoE 16B, including both base and chat models, to the public. To support a broader and more diverse range of research within both academic and commercial communities. Please **note** that the use of this model is subject to the terms outlined in [License section](#5-license). Commercial usage is permitted under these terms.
|
We release the DeepSeekMoE 16B, including both base and chat models, to the public. To support a broader and more diverse range of research within both academic and commercial communities. Please **note** that the use of this model is subject to the terms outlined in [License section](#5-license). Commercial usage is permitted under these terms.
|
||||||
|
|
||||||
### Huggingface
|
### Hugging Face
|
||||||
|
|
||||||
| Model | Sequence Length | Download |
|
| Model | Sequence Length | Download |
|
||||||
|:---------------------:|:---------------:|:-----------------------------------------------------------------------:|
|
|:---------------------:|:---------------:|:-----------------------------------------------------------------------:|
|
||||||
@ -119,9 +119,9 @@ On the basis of `Python >= 3.8` environment, install the necessary dependencies
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
### Inference with Huggingface's Transformers
|
### Inference with Hugging Face's Transformers
|
||||||
|
|
||||||
You can directly employ [Huggingface's Transformers](https://github.com/huggingface/transformers) for model inference.
|
You can directly employ [Hugging Face's Transformers](https://github.com/huggingface/transformers) for model inference.
|
||||||
|
|
||||||
**Text Completion**
|
**Text Completion**
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user