Invalid JSON: Expected double-quoted property name in JSON
at line 2, column 26
| { | |
| "model_type": "gpt2", // Make sure this matches your model | |
| "architectures": ["GPT2LMHeadModel"], // Specifies the architecture for text generation | |
| "tokenizer_class": "GPT2Tokenizer", | |
| "max_length": 100, | |
| "use_cache": true | |
| } | |