Update MagistrTheOne/RadonSAI-Small with safetensors weights and proper YAML metadata
Browse files- model_card.yml +25 -26
model_card.yml
CHANGED
|
@@ -1,26 +1,25 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
- "resource_constrained"
|
|
|
|
| 1 |
+
base_model: gpt2
|
| 2 |
+
inference:
|
| 3 |
+
parameters:
|
| 4 |
+
do_sample: true
|
| 5 |
+
max_new_tokens: 256
|
| 6 |
+
temperature: 0.7
|
| 7 |
+
top_p: 0.9
|
| 8 |
+
language:
|
| 9 |
+
- en
|
| 10 |
+
- ru
|
| 11 |
+
library_name: transformers
|
| 12 |
+
license: apache-2.0
|
| 13 |
+
model_type: gpt2
|
| 14 |
+
pipeline_tag: text-generation
|
| 15 |
+
tags:
|
| 16 |
+
- safetensors
|
| 17 |
+
- text-generation
|
| 18 |
+
- conversational
|
| 19 |
+
- machine-learning
|
| 20 |
+
- nlp
|
| 21 |
+
- transformer
|
| 22 |
+
- russian
|
| 23 |
+
- english
|
| 24 |
+
- small-model
|
| 25 |
+
- gpt2
|
|
|