AutoregressiveBase / config.json
sheldonl's picture
Finished modifying base.py to futureworld_hf.py
13a8699
raw
history blame
254 Bytes
{
"architectures": [
"AutoregressiveFutureWorld"
],
"auto_map": {
"AutoConfig": "futureworld_hf.AutoregressiveFutureWorldConfig",
"AutoModel": "futureworld_hf.AutoregressiveFutureWorld"
},
"model_type": "AutoModel"
}