fbaldassarri commited on
Commit
5d29185
·
verified ·
1 Parent(s): aeb1abd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -16
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
- - intel-autoround
12
- - autoawq
 
13
  - auto-awq
14
- - auto_awq
 
15
  - woq
16
- - gptq
17
- - intel
18
- license: apache-2.0
 
 
19
  model_name: SmolLM2 135M
20
- base_model:
21
- - HuggingFaceTB/SmolLM2-135M
22
  inference: false
23
- model_creator: sapienzanlp
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
  '