pseudotensor
commited on
Commit
•
a62a230
1
Parent(s):
4f48d88
Update config.json
Browse files- config.json +6 -6
config.json
CHANGED
@@ -7,12 +7,12 @@
|
|
7 |
],
|
8 |
"attention_dropout": 0.0,
|
9 |
"auto_map": {
|
10 |
-
"AutoConfig": "
|
11 |
-
"AutoModel": "
|
12 |
-
"AutoModelForCausalLM": "
|
13 |
-
"AutoModelForQuestionAnswering": "
|
14 |
-
"AutoModelForSequenceClassification": "
|
15 |
-
"AutoModelForTokenClassification": "
|
16 |
},
|
17 |
"bias": false,
|
18 |
"bos_token_id": 11,
|
|
|
7 |
],
|
8 |
"attention_dropout": 0.0,
|
9 |
"auto_map": {
|
10 |
+
"AutoConfig": "configuration_RW.RWConfig",
|
11 |
+
"AutoModel": "modelling_RW.RWModel",
|
12 |
+
"AutoModelForCausalLM": "modelling_RW.RWForCausalLM",
|
13 |
+
"AutoModelForQuestionAnswering": "modelling_RW.RWForQuestionAnswering",
|
14 |
+
"AutoModelForSequenceClassification": "modelling_RW.RWForSequenceClassification",
|
15 |
+
"AutoModelForTokenClassification": "modelling_RW.RWForTokenClassification"
|
16 |
},
|
17 |
"bias": false,
|
18 |
"bos_token_id": 11,
|