Yousefmd commited on
Commit
9f8d424
·
1 Parent(s): 7a028ab

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - sem_eval_2018_task_1
6
+ metrics:
7
+ - f1
8
+ - accuracy
9
+ model-index:
10
+ - name: arabert-emotions-classification
11
+ results:
12
+ - task:
13
+ name: Text Classification
14
+ type: text-classification
15
+ dataset:
16
+ name: sem_eval_2018_task_1
17
+ type: sem_eval_2018_task_1
18
+ config: subtask5.arabic
19
+ split: validation
20
+ args: subtask5.arabic
21
+ metrics:
22
+ - name: F1
23
+ type: f1
24
+ value: 0.7189952904238618
25
+ - name: Accuracy
26
+ type: accuracy
27
+ value: 0.2717948717948718
28
+ ---
29
+
30
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
31
+ should probably proofread and complete it, then remove this comment. -->
32
+
33
+ # arabert-emotions-classification
34
+
35
+ This model is a fine-tuned version of [aubmindlab/bert-large-arabertv02-twitter](https://huggingface.co/aubmindlab/bert-large-arabertv02-twitter) on the sem_eval_2018_task_1 dataset.
36
+ It achieves the following results on the evaluation set:
37
+ - Loss: 0.2636
38
+ - F1: 0.7190
39
+ - Roc Auc: 0.8061
40
+ - Accuracy: 0.2718
41
+
42
+ ## Model description
43
+
44
+ More information needed
45
+
46
+ ## Intended uses & limitations
47
+
48
+ More information needed
49
+
50
+ ## Training and evaluation data
51
+
52
+ More information needed
53
+
54
+ ## Training procedure
55
+
56
+ ### Training hyperparameters
57
+
58
+ The following hyperparameters were used during training:
59
+ - learning_rate: 2e-05
60
+ - train_batch_size: 20
61
+ - eval_batch_size: 20
62
+ - seed: 42
63
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
64
+ - lr_scheduler_type: linear
65
+ - num_epochs: 5
66
+
67
+ ### Training results
68
+
69
+ | Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
70
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
71
+ | No log | 1.0 | 114 | 0.3055 | 0.6653 | 0.7674 | 0.2462 |
72
+ | No log | 2.0 | 228 | 0.2776 | 0.6987 | 0.7887 | 0.2701 |
73
+ | No log | 3.0 | 342 | 0.2680 | 0.7062 | 0.7943 | 0.2769 |
74
+ | No log | 4.0 | 456 | 0.2644 | 0.7140 | 0.8032 | 0.2718 |
75
+ | 0.2701 | 5.0 | 570 | 0.2636 | 0.7190 | 0.8061 | 0.2718 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.30.2
81
+ - Pytorch 2.0.1+cu118
82
+ - Datasets 2.13.1
83
+ - Tokenizers 0.13.3