SkyR commited on
Commit
fa7aabe
1 Parent(s): d45245c

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
+ license: cc-by-4.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - precision
8
+ - recall
9
+ - f1
10
+ model-index:
11
+ - name: hing-mbert-ours-run-5
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # hing-mbert-ours-run-5
19
+
20
+ This model is a fine-tuned version of [l3cube-pune/hing-mbert](https://huggingface.co/l3cube-pune/hing-mbert) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 3.2437
23
+ - Accuracy: 0.665
24
+ - Precision: 0.6223
25
+ - Recall: 0.5991
26
+ - F1: 0.6039
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 5e-05
46
+ - train_batch_size: 16
47
+ - eval_batch_size: 16
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 20
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
56
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
57
+ | 0.9643 | 1.0 | 100 | 0.7996 | 0.69 | 0.6596 | 0.6593 | 0.6521 |
58
+ | 0.6951 | 2.0 | 200 | 1.0464 | 0.66 | 0.6597 | 0.5831 | 0.5734 |
59
+ | 0.4245 | 3.0 | 300 | 0.9640 | 0.64 | 0.6025 | 0.6033 | 0.6010 |
60
+ | 0.238 | 4.0 | 400 | 1.6744 | 0.68 | 0.7095 | 0.6445 | 0.6359 |
61
+ | 0.1477 | 5.0 | 500 | 1.7115 | 0.665 | 0.6362 | 0.6422 | 0.6360 |
62
+ | 0.1206 | 6.0 | 600 | 2.0459 | 0.635 | 0.5749 | 0.5752 | 0.5726 |
63
+ | 0.0528 | 7.0 | 700 | 2.5698 | 0.66 | 0.6230 | 0.5904 | 0.5985 |
64
+ | 0.0525 | 8.0 | 800 | 2.2729 | 0.625 | 0.5741 | 0.5860 | 0.5733 |
65
+ | 0.0174 | 9.0 | 900 | 2.6227 | 0.635 | 0.6099 | 0.6044 | 0.6019 |
66
+ | 0.0088 | 10.0 | 1000 | 2.8854 | 0.63 | 0.5699 | 0.5676 | 0.5680 |
67
+ | 0.0085 | 11.0 | 1100 | 3.2173 | 0.655 | 0.6043 | 0.5771 | 0.5821 |
68
+ | 0.0121 | 12.0 | 1200 | 3.1270 | 0.665 | 0.6214 | 0.5903 | 0.5971 |
69
+ | 0.0141 | 13.0 | 1300 | 2.6648 | 0.655 | 0.5981 | 0.5978 | 0.5961 |
70
+ | 0.0116 | 14.0 | 1400 | 3.1711 | 0.665 | 0.6192 | 0.5915 | 0.5971 |
71
+ | 0.007 | 15.0 | 1500 | 3.0954 | 0.66 | 0.6156 | 0.5961 | 0.6009 |
72
+ | 0.0037 | 16.0 | 1600 | 3.3065 | 0.65 | 0.6027 | 0.5791 | 0.5824 |
73
+ | 0.0031 | 17.0 | 1700 | 3.1715 | 0.665 | 0.6177 | 0.5999 | 0.6048 |
74
+ | 0.0021 | 18.0 | 1800 | 3.1602 | 0.665 | 0.6220 | 0.6029 | 0.6082 |
75
+ | 0.0021 | 19.0 | 1900 | 3.2027 | 0.655 | 0.6096 | 0.5893 | 0.5937 |
76
+ | 0.0018 | 20.0 | 2000 | 3.2437 | 0.665 | 0.6223 | 0.5991 | 0.6039 |
77
+
78
+
79
+ ### Framework versions
80
+
81
+ - Transformers 4.25.1
82
+ - Pytorch 1.13.0+cu116
83
+ - Tokenizers 0.13.2