Instructions to use recwizard/unicrs-rec-redial with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use recwizard/unicrs-rec-redial with Transformers:
# Load model directly from transformers import UnicrsRec model = UnicrsRec.from_pretrained("recwizard/unicrs-rec-redial", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
#1
by Tnt3o5 - opened
- config.json +2 -1
config.json
CHANGED
|
@@ -33,5 +33,6 @@
|
|
| 33 |
"pad_token_id": 50257,
|
| 34 |
"pretrained_model": "microsoft/DialoGPT-small",
|
| 35 |
"torch_dtype": "float32",
|
| 36 |
-
"transformers_version": "4.29.2"
|
|
|
|
| 37 |
}
|
|
|
|
| 33 |
"pad_token_id": 50257,
|
| 34 |
"pretrained_model": "microsoft/DialoGPT-small",
|
| 35 |
"torch_dtype": "float32",
|
| 36 |
+
"transformers_version": "4.29.2",
|
| 37 |
+
"model_type": "gpt2",
|
| 38 |
}
|