Instructions to use hacer201145/MyFirstAI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use hacer201145/MyFirstAI with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("hacer201145/MyFirstAI", set_active=True) - Notebooks
- Google Colab
- Kaggle
Delete generation_config.json
Browse files- generation_config.json +0 -14
generation_config.json
DELETED
|
@@ -1,14 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"bos_token_id": 151643,
|
| 3 |
-
"pad_token_id": 151643,
|
| 4 |
-
"do_sample": true,
|
| 5 |
-
"eos_token_id": [
|
| 6 |
-
151645,
|
| 7 |
-
151643
|
| 8 |
-
],
|
| 9 |
-
"repetition_penalty": 1.05,
|
| 10 |
-
"temperature": 0.9,
|
| 11 |
-
"top_p": 0.8,
|
| 12 |
-
"top_k": 20,
|
| 13 |
-
"transformers_version": "4.37.0"
|
| 14 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|