Instructions to use SpireLab/RESPIN_LanguageModels with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SpireLab/RESPIN_LanguageModels with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="SpireLab/RESPIN_LanguageModels")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("SpireLab/RESPIN_LanguageModels", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Delete train_data/muril_mag_domain/generation_config.json with huggingface_hub
Browse files
train_data/muril_mag_domain/generation_config.json
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_from_model_config": true,
|
| 3 |
-
"pad_token_id": 0,
|
| 4 |
-
"transformers_version": "4.46.3"
|
| 5 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|