Suparious commited on
Commit
65b38f5
1 Parent(s): c39eeb8

add super basic model card

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ tags:
5
+ - mistral
6
+ - 4-bit
7
+ - AWQ
8
+ - text-generation
9
+ - autotrain_compatible
10
+ - endpoints_compatible
11
+ - chatml
12
+ - nlp
13
+ - math
14
+ language:
15
+ - en
16
+ pipeline_tag: text-generation
17
+ inference: false
18
+ quantized_by: Suparious
19
+ ---
20
+ # microsoft/rho-math-7b-v0.1 AWQ
21
+
22
+ - Model creator: [microsoft](https://huggingface.co/microsoft)
23
+ - Original model: [rho-math-7b-v0.1](https://huggingface.co/rho-math-7b-v0.1)
24
+
25
+ ## Model summary
26
+
27
+ Rho-1 base models employ Selective Language Modeling (SLM) for pretraining, which selectively trains on clean and useful tokens that aligned with the desired distribution.
28
+