Instructions to use WikiQuality/test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WikiQuality/test with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("WikiQuality/test", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload tokenizer
Browse files- tokenizer.json +0 -0
- tokenizer_config.json +1 -1
tokenizer.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
CHANGED
|
@@ -65,6 +65,6 @@
|
|
| 65 |
"model_max_length": 1000000000000000019884624838656,
|
| 66 |
"pad_token": "[PAD]",
|
| 67 |
"sep_token": "[SEP]",
|
| 68 |
-
"tokenizer_class": "
|
| 69 |
"unk_token": "[UNK]"
|
| 70 |
}
|
|
|
|
| 65 |
"model_max_length": 1000000000000000019884624838656,
|
| 66 |
"pad_token": "[PAD]",
|
| 67 |
"sep_token": "[SEP]",
|
| 68 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
| 69 |
"unk_token": "[UNK]"
|
| 70 |
}
|