Update config.json
#1
by
TharushiPerera
- opened
- config.json +2 -0
config.json
CHANGED
|
@@ -13,6 +13,8 @@
|
|
| 13 |
"2": "Political_gossip",
|
| 14 |
"3": "Sports",
|
| 15 |
"4": "World_news"
|
|
|
|
|
|
|
| 16 |
},
|
| 17 |
"initializer_range": 0.02,
|
| 18 |
"label2id": {
|
|
|
|
| 13 |
"2": "Political_gossip",
|
| 14 |
"3": "Sports",
|
| 15 |
"4": "World_news"
|
| 16 |
+
"auto_map": {
|
| 17 |
+
"AutoModelForSequenceClassification": "modeling_distilbert.DistilBertForSequenceClassification"
|
| 18 |
},
|
| 19 |
"initializer_range": 0.02,
|
| 20 |
"label2id": {
|