Instructions to use goethe0101/GWP_Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use goethe0101/GWP_Model with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Commit ·
279463c
1
Parent(s): 5ffc50a
Create tokenizer_config.json
Browse files- tokenizer_config.json +6 -0
tokenizer_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name_or_path": "goethe0101/GWP_Model",
|
| 3 |
+
"eos_token": "<|endoftext|>",
|
| 4 |
+
"pad_token": "<|endoftext|>",
|
| 5 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 6 |
+
}
|