Text Generation
English
nielsr HF staff commited on
Commit
678edf7
·
verified ·
1 Parent(s): 867fc06

Add metadata

Browse files

This PR improves the metadata of the model

Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  This is a 800M parameters model pre-trained with [QuEST](https://arxiv.org/abs/2502.05003) over 80B C4 tokens in INT4 format (W4A4).
2
 
3
  The code to verify that this model works in INT4 can be found [here](https://github.com/IST-DASLab/QuEST/blob/main/src/HadamardTesting.ipynb).
 
1
+ ---
2
+ pipeline_tag: text-generation
3
+ language:
4
+ - en
5
+ datasets:
6
+ - allenai/c4
7
+ ---
8
+
9
  This is a 800M parameters model pre-trained with [QuEST](https://arxiv.org/abs/2502.05003) over 80B C4 tokens in INT4 format (W4A4).
10
 
11
  The code to verify that this model works in INT4 can be found [here](https://github.com/IST-DASLab/QuEST/blob/main/src/HadamardTesting.ipynb).