Safetensors
English
mistral

Add library_name and pipeline_tag to metadata

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,12 +1,15 @@
1
  ---
2
- license: apache-2.0
 
3
  datasets:
4
  - allenai/tulu-v2-sft-mixture
5
  language:
6
  - en
7
- base_model:
8
- - hamishivi/tess2_base
 
9
  ---
 
10
  # TESS 2 v0.1 - A Generalist Instruction Tuned Diffusion LM
11
 
12
  This model is the instruction-tuned TESS 2. This model is a simplex-based diffusion model adapted from Mistral v0.1 7B, further trained on Dolma 1.7 and Tulu 2 SFT data.
@@ -15,7 +18,6 @@ This is the model based on Mistral v0.1 and Tulu 2.
15
 
16
  This model will only work with our custom codebase found [here](https://github.com/hamishivi/tess-2) -- please go there to see details on how to run training and inference.
17
 
18
-
19
  ## Using this model
20
 
21
  To run this model, first clone https://github.com/hamishivi/tess-2.
@@ -39,7 +41,6 @@ If you find this work useful, please cite this work as follows.
39
  year={2025},
40
  eprint={2502.13917},
41
  archivePrefix={arXiv},
42
- primaryClass={cs.CL},
43
  url={https://arxiv.org/abs/2502.13917},
44
  }
45
  ```
 
1
  ---
2
+ base_model:
3
+ - hamishivi/tess2_base
4
  datasets:
5
  - allenai/tulu-v2-sft-mixture
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 - A Generalist Instruction Tuned Diffusion LM
14
 
15
  This model is the instruction-tuned TESS 2. This model is a simplex-based diffusion model adapted from Mistral v0.1 7B, further trained on Dolma 1.7 and Tulu 2 SFT data.
 
18
 
19
  This model will only work with our custom codebase found [here](https://github.com/hamishivi/tess-2) -- please go there to see details on how to run training and inference.
20
 
 
21
  ## Using this model
22
 
23
  To run this model, first clone https://github.com/hamishivi/tess-2.
 
41
  year={2025},
42
  eprint={2502.13917},
43
  archivePrefix={arXiv},
 
44
  url={https://arxiv.org/abs/2502.13917},
45
  }
46
  ```