Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@ 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.

### Huggingface
### Hugging Face

| Model | Sequence Length | Download |
|:---------------------:|:---------------:|:-----------------------------------------------------------------------:|
| DeepSeekMoE 16B Base | 4096 | 🤗 [HuggingFace](https://huggingface.co/deepseek-ai/deepseek-moe-16b-base) |
| DeepSeekMoE 16B Chat | 4096 | 🤗 [HuggingFace](https://huggingface.co/deepseek-ai/deepseek-moe-16b-chat) |
| DeepSeekMoE 16B Base | 4096 | 🤗 [Hugging Face](https://huggingface.co/deepseek-ai/deepseek-moe-16b-base) |
| DeepSeekMoE 16B Chat | 4096 | 🤗 [Hugging Face](https://huggingface.co/deepseek-ai/deepseek-moe-16b-chat) |

## 4. Quick Start
### Installation
Expand All @@ -119,9 +119,9 @@ On the basis of `Python >= 3.8` environment, install the necessary dependencies
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**

Expand Down