Instructions to use under-tree/mirody-decody with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use under-tree/mirody-decody with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ai-forever/rugpt3small_based_on_gpt2") model = PeftModel.from_pretrained(base_model, "under-tree/mirody-decody") - Notebooks
- Google Colab
- Kaggle
Commit ·
36c9c12
1
Parent(s): 2b0f0b5
Upload tokenizer
Browse files- tokenizer.json +4 -4
tokenizer.json
CHANGED
|
@@ -27,8 +27,8 @@
|
|
| 27 |
"single_word": false,
|
| 28 |
"lstrip": false,
|
| 29 |
"rstrip": false,
|
| 30 |
-
"normalized":
|
| 31 |
-
"special":
|
| 32 |
},
|
| 33 |
{
|
| 34 |
"id": 50260,
|
|
@@ -36,8 +36,8 @@
|
|
| 36 |
"single_word": false,
|
| 37 |
"lstrip": false,
|
| 38 |
"rstrip": false,
|
| 39 |
-
"normalized":
|
| 40 |
-
"special":
|
| 41 |
}
|
| 42 |
],
|
| 43 |
"normalizer": null,
|
|
|
|
| 27 |
"single_word": false,
|
| 28 |
"lstrip": false,
|
| 29 |
"rstrip": false,
|
| 30 |
+
"normalized": true,
|
| 31 |
+
"special": false
|
| 32 |
},
|
| 33 |
{
|
| 34 |
"id": 50260,
|
|
|
|
| 36 |
"single_word": false,
|
| 37 |
"lstrip": false,
|
| 38 |
"rstrip": false,
|
| 39 |
+
"normalized": true,
|
| 40 |
+
"special": false
|
| 41 |
}
|
| 42 |
],
|
| 43 |
"normalizer": null,
|