Update config.json (#1)
Browse files- Update config.json (532637b7afe2256cde7df90f9dad9e6fd29d8ffe)
Co-authored-by: Tharushi Perera <TharushiPerera@users.noreply.huggingface.co>
- 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": {
|