Commit 路
33c155a
1
Parent(s): 58906d9
Upload config.json with huggingface_hub
Browse files- config.json +3 -0
config.json
CHANGED
|
@@ -3,6 +3,9 @@
|
|
| 3 |
"architectures": [
|
| 4 |
"T5ForQuestionAnswering"
|
| 5 |
],
|
|
|
|
|
|
|
|
|
|
| 6 |
"d_ff": 2048,
|
| 7 |
"d_kv": 64,
|
| 8 |
"d_model": 768,
|
|
|
|
| 3 |
"architectures": [
|
| 4 |
"T5ForQuestionAnswering"
|
| 5 |
],
|
| 6 |
+
"auto_map": {
|
| 7 |
+
"AutoModelForQuestionAnswering": "modeling_t5qa.T5ForQuestionAnswering"
|
| 8 |
+
},
|
| 9 |
"d_ff": 2048,
|
| 10 |
"d_kv": 64,
|
| 11 |
"d_model": 768,
|