fbaldassarri
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,28 +1,26 @@
|
|
1 |
---
|
2 |
language:
|
3 |
-
- it
|
4 |
- en
|
|
|
|
|
5 |
tags:
|
6 |
-
- pretrained
|
7 |
-
- pytorch
|
8 |
-
- causal-lm
|
9 |
-
- minerva
|
10 |
- autoround
|
11 |
-
-
|
12 |
-
-
|
|
|
13 |
- auto-awq
|
14 |
-
-
|
|
|
15 |
- woq
|
16 |
-
-
|
17 |
-
-
|
18 |
-
|
|
|
|
|
19 |
model_name: SmolLM2 135M
|
20 |
-
base_model:
|
21 |
-
- HuggingFaceTB/SmolLM2-135M
|
22 |
inference: false
|
23 |
-
model_creator:
|
24 |
-
datasets:
|
25 |
-
- uonlp/CulturaX
|
26 |
pipeline_tag: text-generation
|
27 |
prompt_template: '{prompt}
|
28 |
'
|
|
|
1 |
---
|
2 |
language:
|
|
|
3 |
- en
|
4 |
+
license: apache-2.0
|
5 |
+
library_name: transformers
|
6 |
tags:
|
|
|
|
|
|
|
|
|
7 |
- autoround
|
8 |
+
- auto-round
|
9 |
+
- intel
|
10 |
+
- gptq
|
11 |
- auto-awq
|
12 |
+
- autoawq
|
13 |
+
- awq
|
14 |
- woq
|
15 |
+
- pytorch
|
16 |
+
- transformers
|
17 |
+
- safetensors
|
18 |
+
- onnx
|
19 |
+
- transformers.js
|
20 |
model_name: SmolLM2 135M
|
21 |
+
base_model: HuggingFaceTB/SmolLM2-135M
|
|
|
22 |
inference: false
|
23 |
+
model_creator: HuggingFaceTB
|
|
|
|
|
24 |
pipeline_tag: text-generation
|
25 |
prompt_template: '{prompt}
|
26 |
'
|