Instructions to use justinian336/chupeto with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use justinian336/chupeto with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="justinian336/chupeto")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("justinian336/chupeto") model = AutoModelForMaskedLM.from_pretrained("justinian336/chupeto") - Notebooks
- Google Colab
- Kaggle
Commit ·
b4bfc1e
1
Parent(s): d21b365
Upload BertForMaskedLM
Browse files- generation_config.json +1 -1
- pytorch_model.bin +1 -1
generation_config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
"_from_model_config": true,
|
| 3 |
"pad_token_id": 0,
|
| 4 |
-
"transformers_version": "4.
|
| 5 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"_from_model_config": true,
|
| 3 |
"pad_token_id": 0,
|
| 4 |
+
"transformers_version": "4.27.2"
|
| 5 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 711968633
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af8f1b455b24ee1f011c88bd94cf05dd841300c542379c321fe40d3c3648aab0
|
| 3 |
size 711968633
|