bird-of-paradise commited on
Commit
e2f0513
·
1 Parent(s): 354a706

fix license format

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -1,17 +1,16 @@
1
  ---
2
  library_name: deepseek-moe
3
  tags:
4
- - mixture of experts-mechanism
5
  - transformers
6
  - pytorch
7
  - moe
8
- - efficient-mixture of experts
9
  pipeline_tag: text-generation
10
  language: en
11
- license: Apache2
12
  ---
13
 
14
-
15
  # DeepSeek MoE Implementation
16
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
17
 
 
1
  ---
2
  library_name: deepseek-moe
3
  tags:
4
+ - mixture-of-experts
5
  - transformers
6
  - pytorch
7
  - moe
8
+ - efficient-transformer
9
  pipeline_tag: text-generation
10
  language: en
11
+ license: apache-2.0
12
  ---
13
 
 
14
  # DeepSeek MoE Implementation
15
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
16