YagiASAFAS commited on
Commit
fa28979
1 Parent(s): ecb2955

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -45,6 +45,27 @@ The following hyperparameters were used during training:
45
  - num_epochs: 16
46
  - mixed_precision_training: Native AMP
47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
 
45
  - num_epochs: 16
46
  - mixed_precision_training: Native AMP
47
 
48
+ ## Label Mappings
49
+ This model can predict the following labels:
50
+ - `0`: Election
51
+ - `1`: Political Issue
52
+ - `2`: Corruption
53
+ - `3`: Democracy
54
+ - `4`: Economic Growth
55
+ - `5`: Economic Disparity
56
+ - `6`: Economic Subsidy
57
+ - `7`: Ethnic Discrimination
58
+ - `8`: Ethnic Relation
59
+ - `9`: Ethnic Culture
60
+ - `10`: Religious Issue
61
+ - `11`: Business and Finance
62
+ - `12`: Sport
63
+ - `13`: Food
64
+ - `14`: Entertainment
65
+ - `15`: Environmental Issue
66
+ - `16`: Domestic News
67
+ - `17`: World News
68
+
69
  ### Training results
70
 
71
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |