Graph Machine Learning
Transformers
Safetensors
graphs_gpt
text-generation
biology
medical
chemistry
Instructions to use DaizeDong/GraphsGPT-1W with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DaizeDong/GraphsGPT-1W with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("DaizeDong/GraphsGPT-1W", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
"clean_up_tokenization_spaces": true,
|
| 3 |
"model_max_length": 1000000000000000019884624838656,
|
| 4 |
-
"tokenizer_class": "
|
| 5 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"clean_up_tokenization_spaces": true,
|
| 3 |
"model_max_length": 1000000000000000019884624838656,
|
| 4 |
+
"tokenizer_class": "GraphsGptTokenizer"
|
| 5 |
}
|