From bbbf8bb9034d12a55b5f205a19e77bda00d27d33 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 16 Jan 2024 00:19:51 +0900 Subject: [PATCH] Update README.md HuggingFace -> Hugging Face --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 36f84f1..47a2c70 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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**