Upload folder using huggingface_hub
Browse files- config.json +1 -5
config.json
CHANGED
|
@@ -8,11 +8,7 @@
|
|
| 8 |
],
|
| 9 |
"auto_map": {
|
| 10 |
"AutoConfig": "configuration_twentyq.TwentyQConfig",
|
| 11 |
-
"AutoModelForCausalLM": "modeling_twentyq.TwentyQForCausalLM"
|
| 12 |
-
"AutoTokenizer": [
|
| 13 |
-
"tokenization_twentyq.TwentyQTokenizer",
|
| 14 |
-
null
|
| 15 |
-
]
|
| 16 |
},
|
| 17 |
"torch_dtype": "float32"
|
| 18 |
}
|
|
|
|
| 8 |
],
|
| 9 |
"auto_map": {
|
| 10 |
"AutoConfig": "configuration_twentyq.TwentyQConfig",
|
| 11 |
+
"AutoModelForCausalLM": "modeling_twentyq.TwentyQForCausalLM"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
},
|
| 13 |
"torch_dtype": "float32"
|
| 14 |
}
|