YamenRM commited on
Commit
53a2c64
·
verified ·
1 Parent(s): c18958e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -13
config.json CHANGED
@@ -20,17 +20,13 @@
20
  "tie_weights_": true,
21
  "torch_dtype": "float32",
22
  "transformers_version": "4.55.4",
23
- "vocab_size": 30522
24
-
25
- "id2label": {
26
- "0": "Not Sarcasm",
27
- "1": "Sarcasm"
28
- },
29
- "label2id": {
30
- "Not Sarcasm": 0,
31
- "Sarcasm": 1
32
- }
33
-
34
  }
35
-
36
-
 
20
  "tie_weights_": true,
21
  "torch_dtype": "float32",
22
  "transformers_version": "4.55.4",
23
+ "vocab_size": 30522,
24
+ "id2label": {
25
+ "0": "Not Sarcasm",
26
+ "1": "Sarcasm"
27
+ },
28
+ "label2id": {
29
+ "Not Sarcasm": 0,
30
+ "Sarcasm": 1
31
+ }
 
 
32
  }