SADAF-IMAMU commited on
Commit
9ff8f16
·
1 Parent(s): 9445225

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - precision
6
+ - recall
7
+ - accuracy
8
+ model-index:
9
+ - name: Type_of_relation
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # Type_of_relation
17
+
18
+ This model is a fine-tuned version of [aubmindlab/bert-base-arabertv02](https://huggingface.co/aubmindlab/bert-base-arabertv02) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.0885
21
+ - Macro F1: 0.7537
22
+ - Precision: 0.7463
23
+ - Recall: 0.7783
24
+ - Kappa: 0.6636
25
+ - Accuracy: 0.7783
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 2e-05
45
+ - train_batch_size: 16
46
+ - eval_batch_size: 128
47
+ - seed: 25
48
+ - gradient_accumulation_steps: 2
49
+ - total_train_batch_size: 32
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 15
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Macro F1 | Precision | Recall | Kappa | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 101 | 1.2153 | 0.5786 | 0.5030 | 0.6835 | 0.4719 | 0.6835 |
59
+ | No log | 2.0 | 203 | 1.0583 | 0.6615 | 0.6707 | 0.7365 | 0.5699 | 0.7365 |
60
+ | No log | 3.0 | 304 | 0.9495 | 0.6925 | 0.6934 | 0.7525 | 0.6069 | 0.7525 |
61
+ | No log | 4.0 | 406 | 0.8934 | 0.7325 | 0.7283 | 0.7635 | 0.6400 | 0.7635 |
62
+ | 0.976 | 5.0 | 507 | 0.9247 | 0.7219 | 0.7166 | 0.7660 | 0.6352 | 0.7660 |
63
+ | 0.976 | 6.0 | 609 | 0.8751 | 0.7502 | 0.7422 | 0.7685 | 0.6594 | 0.7685 |
64
+ | 0.976 | 7.0 | 710 | 0.9145 | 0.7510 | 0.7395 | 0.7783 | 0.6640 | 0.7783 |
65
+ | 0.976 | 8.0 | 812 | 0.9934 | 0.7479 | 0.7423 | 0.7808 | 0.6609 | 0.7808 |
66
+ | 0.976 | 9.0 | 913 | 0.9641 | 0.7506 | 0.7425 | 0.7734 | 0.6594 | 0.7734 |
67
+ | 0.3286 | 10.0 | 1015 | 0.9702 | 0.7560 | 0.7587 | 0.7746 | 0.6641 | 0.7746 |
68
+ | 0.3286 | 11.0 | 1116 | 1.0610 | 0.7430 | 0.7370 | 0.7746 | 0.6530 | 0.7746 |
69
+ | 0.3286 | 12.0 | 1218 | 1.0251 | 0.7537 | 0.7442 | 0.7722 | 0.6611 | 0.7722 |
70
+ | 0.3286 | 13.0 | 1319 | 1.0703 | 0.7511 | 0.7433 | 0.7771 | 0.6615 | 0.7771 |
71
+ | 0.3286 | 14.0 | 1421 | 1.0767 | 0.7534 | 0.7451 | 0.7771 | 0.6631 | 0.7771 |
72
+ | 0.1456 | 14.93 | 1515 | 1.0885 | 0.7537 | 0.7463 | 0.7783 | 0.6636 | 0.7783 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.29.2
78
+ - Pytorch 2.0.1+cu118
79
+ - Tokenizers 0.13.3