Instructions to use plaguss/mocked with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use plaguss/mocked with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("prajjwal1/bert-tiny") model = PeftModel.from_pretrained(base_model, "plaguss/mocked") - Notebooks
- Google Colab
- Kaggle
Upload tokenizer
Browse files- tokenizer_config.json +0 -1
tokenizer_config.json
CHANGED
|
@@ -51,7 +51,6 @@
|
|
| 51 |
"model_max_length": 1000000000000000019884624838656,
|
| 52 |
"never_split": null,
|
| 53 |
"pad_token": "[PAD]",
|
| 54 |
-
"padding_side": "right",
|
| 55 |
"sep_token": "[SEP]",
|
| 56 |
"strip_accents": null,
|
| 57 |
"tokenize_chinese_chars": true,
|
|
|
|
| 51 |
"model_max_length": 1000000000000000019884624838656,
|
| 52 |
"never_split": null,
|
| 53 |
"pad_token": "[PAD]",
|
|
|
|
| 54 |
"sep_token": "[SEP]",
|
| 55 |
"strip_accents": null,
|
| 56 |
"tokenize_chinese_chars": true,
|