yeamerci commited on
Commit
263e98e
1 Parent(s): 0aa2933

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -1,4 +1,6 @@
1
  {
2
  "num_labels": 3,
3
- "use_adapter": true
 
 
4
  }
 
1
  {
2
  "num_labels": 3,
3
+ "use_adapter": true,
4
+ "id2label": {"0": "noise", "1": "supply", "2": "demand"},
5
+ "backbone_name": "poc-embeddings/rubert-tiny-turbo-trade-magnet"
6
  }