text-generation-test / config.json
AlexBeneath's picture
Create config.json
17b9330 verified
raw
history blame contribute delete
236 Bytes
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
}