nielsr HF Staff commited on
Commit
a848276
·
verified ·
1 Parent(s): 10e9cd4

Add library name and pipeline tag

Browse files

This PR improves the metadata by adding `library_name` and `pipeline_tag` as metadata.

Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,12 +1,15 @@
1
  ---
2
- license: apache-2.0
 
3
  datasets:
4
  - allenai/dolma
5
  language:
6
  - en
7
- base_model:
8
- - mistralai/Mistral-7B-v0.1
 
9
  ---
 
10
  # TESS 2 v0.1 Base
11
 
12
  This model is the diffusion adapted TESS 2. This model is a simplex-based diffusion model adapted from Mistral v0.1 7B, further trained on Dolma 1.7.
 
1
  ---
2
+ base_model:
3
+ - mistralai/Mistral-7B-v0.1
4
  datasets:
5
  - allenai/dolma
6
  language:
7
  - en
8
+ license: apache-2.0
9
+ library_name: transformers
10
+ pipeline_tag: text-generation
11
  ---
12
+
13
  # TESS 2 v0.1 Base
14
 
15
  This model is the diffusion adapted TESS 2. This model is a simplex-based diffusion model adapted from Mistral v0.1 7B, further trained on Dolma 1.7.