m1ngcheng nielsr HF staff commited on
Commit
90e39ac
·
verified ·
1 Parent(s): 6f59fe8

Add pipeline tag and library name (#1)

Browse files

- Add pipeline tag and library name (9fdd067877aa68762fb9824f4c64de5d217d50fd)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: mit
 
 
3
  ---
4
 
5
  # Ling
@@ -22,14 +24,14 @@ As more developers and researchers engage with the platform, we can expect rapid
22
 
23
  ## Model Downloads
24
 
25
- You can download the following table to see the various parameters for your use case. If you are located in mainland China, we also provide the model on ModelScope.cn to speed up the download process.
26
 
27
  <div align="center">
28
 
29
  | **Model** | **#Total Params** | **#Activated Params** | **Context Length** | **Download** |
30
  | :----------------: | :---------------: | :-------------------: | :----------------: | :----------: |
31
  | Ling-plus-base | 290B | 28.8B | 64K | [🤗 HuggingFace](https://huggingface.co/inclusionAI/Ling-plus-base) |
32
- | Ling-plus | 290B | 28.8B | 64K | [🤗 HuggingFace](https://huggingface.co/inclusionAI/Ling-plus) |
33
  </div>
34
 
35
  ## Evaluation
 
1
  ---
2
  license: mit
3
+ library_name: transformers
4
+ pipeline_tag: text-generation
5
  ---
6
 
7
  # Ling
 
24
 
25
  ## Model Downloads
26
 
27
+ You can download the following models:
28
 
29
  <div align="center">
30
 
31
  | **Model** | **#Total Params** | **#Activated Params** | **Context Length** | **Download** |
32
  | :----------------: | :---------------: | :-------------------: | :----------------: | :----------: |
33
  | Ling-plus-base | 290B | 28.8B | 64K | [🤗 HuggingFace](https://huggingface.co/inclusionAI/Ling-plus-base) |
34
+ | Ling-lite | 16.8B | 2.75B | 64K | [🤗 HuggingFace](https://huggingface.co/inclusionAI/Ling-lite) |
35
  </div>
36
 
37
  ## Evaluation