Instructions to use makyash/rtl_synthesis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use makyash/rtl_synthesis with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/codellama-7b-bnb-4bit") model = PeftModel.from_pretrained(base_model, "makyash/rtl_synthesis") - Notebooks
- Google Colab
- Kaggle
Mohammad Akyash commited on
Upload special_tokens_map.json with huggingface_hub
Browse files- special_tokens_map.json +0 -4
special_tokens_map.json
CHANGED
|
@@ -7,10 +7,6 @@
|
|
| 7 |
"β<PRE>",
|
| 8 |
"β<MID>",
|
| 9 |
"β<SUF>",
|
| 10 |
-
"β<EOT>",
|
| 11 |
-
"β<PRE>",
|
| 12 |
-
"β<MID>",
|
| 13 |
-
"β<SUF>",
|
| 14 |
"β<EOT>"
|
| 15 |
],
|
| 16 |
"bos_token": {
|
|
|
|
| 7 |
"β<PRE>",
|
| 8 |
"β<MID>",
|
| 9 |
"β<SUF>",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
"β<EOT>"
|
| 11 |
],
|
| 12 |
"bos_token": {
|