Add pipeline tag and library name to metadata

#1
by nielsr HF Staff - opened
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.3
 
9
  ---
 
10
  # TESS 2 v0.3 Base
11
 
12
  This model is the diffusion adapted TESS 2. This model is a simplex-based diffusion model adapted from Mistral v0.3 7B, further trained on Dolma 1.7.
 
1
  ---
2
+ base_model:
3
+ - mistralai/Mistral-7B-v0.3
4
  datasets:
5
  - allenai/dolma
6
  language:
7
  - en
8
+ license: apache-2.0
9
+ pipeline_tag: text-generation
10
+ library_name: transformers
11
  ---
12
+
13
  # TESS 2 v0.3 Base
14
 
15
  This model is the diffusion adapted TESS 2. This model is a simplex-based diffusion model adapted from Mistral v0.3 7B, further trained on Dolma 1.7.