suayptalha
commited on
Commit
•
76cfa29
1
Parent(s):
4f34229
Update config.json
Browse files- config.json +8 -0
config.json
CHANGED
@@ -1,4 +1,12 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"d_model": 512,
|
3 |
"depth": 12,
|
4 |
"expansion_factor": 2,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "suayptalha/minGRU-sentiment2",
|
3 |
+
"architectures": [
|
4 |
+
"MinGRUForSequenceClassification"
|
5 |
+
],
|
6 |
+
"auto_map": {
|
7 |
+
"AutoConfig": "configuration_minGRU.MinGRUConfig",
|
8 |
+
"AutoModelForSequenceClassification": "modeling_minGRU.MinGRUForSequenceClassification"
|
9 |
+
},
|
10 |
"d_model": 512,
|
11 |
"depth": 12,
|
12 |
"expansion_factor": 2,
|