asahi417 commited on
Commit
0a7527c
·
1 Parent(s): b724e58

model update

Browse files
Files changed (3) hide show
  1. README.md +6 -6
  2. best_run_hyperparameters.json +1 -1
  3. metric.json +1 -1
README.md CHANGED
@@ -17,13 +17,13 @@ model-index:
17
  metrics:
18
  - name: Micro F1 (tweet_eval/offensive)
19
  type: micro_f1_tweet_eval/offensive
20
- value: 0.8511627906976744
21
  - name: Macro F1 (tweet_eval/offensive)
22
  type: micro_f1_tweet_eval/offensive
23
- value: 0.8169044070683416
24
  - name: Accuracy (tweet_eval/offensive)
25
  type: accuracy_tweet_eval/offensive
26
- value: 0.8511627906976744
27
  pipeline_tag: text-classification
28
  widget:
29
  - text: Get the all-analog Classic Vinyl Edition of "Takin Off" Album from {@herbiehancock@} via {@bluenoterecords@} link below {{URL}}
@@ -50,9 +50,9 @@ Training split is `train` and parameters have been tuned on the validation split
50
 
51
  Following metrics are achieved on the test split `test` ([link](https://huggingface.co/cardiffnlp/twitter-roberta-base-dec2021-offensive/raw/main/metric.json)).
52
 
53
- - F1 (micro): 0.8511627906976744
54
- - F1 (macro): 0.8169044070683416
55
- - Accuracy: 0.8511627906976744
56
 
57
  ### Usage
58
  Install tweetnlp via pip.
 
17
  metrics:
18
  - name: Micro F1 (tweet_eval/offensive)
19
  type: micro_f1_tweet_eval/offensive
20
+ value: 0.8627906976744186
21
  - name: Macro F1 (tweet_eval/offensive)
22
  type: micro_f1_tweet_eval/offensive
23
+ value: 0.8295026881720429
24
  - name: Accuracy (tweet_eval/offensive)
25
  type: accuracy_tweet_eval/offensive
26
+ value: 0.8627906976744186
27
  pipeline_tag: text-classification
28
  widget:
29
  - text: Get the all-analog Classic Vinyl Edition of "Takin Off" Album from {@herbiehancock@} via {@bluenoterecords@} link below {{URL}}
 
50
 
51
  Following metrics are achieved on the test split `test` ([link](https://huggingface.co/cardiffnlp/twitter-roberta-base-dec2021-offensive/raw/main/metric.json)).
52
 
53
+ - F1 (micro): 0.8627906976744186
54
+ - F1 (macro): 0.8295026881720429
55
+ - Accuracy: 0.8627906976744186
56
 
57
  ### Usage
58
  Install tweetnlp via pip.
best_run_hyperparameters.json CHANGED
@@ -1 +1 @@
1
- {"learning_rate": 5.61151641533451e-06, "num_train_epochs": 5, "per_device_train_batch_size": 16}
 
1
+ {"learning_rate": 1.717762111233842e-05, "num_train_epochs": 2, "per_device_train_batch_size": 16}
metric.json CHANGED
@@ -1 +1 @@
1
- {"eval_loss": 0.48542600870132446, "eval_f1": 0.8511627906976744, "eval_f1_macro": 0.8169044070683416, "eval_accuracy": 0.8511627906976744, "eval_runtime": 2.2724, "eval_samples_per_second": 378.458, "eval_steps_per_second": 47.527}
 
1
+ {"eval_loss": 0.36703118681907654, "eval_f1": 0.8627906976744186, "eval_f1_macro": 0.8295026881720429, "eval_accuracy": 0.8627906976744186, "eval_runtime": 5.1083, "eval_samples_per_second": 168.352, "eval_steps_per_second": 21.142}