SkyR commited on
Commit
1c1b04d
·
1 Parent(s): e4ab0f8

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-3
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-3
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: 2.9769
23
+ - Accuracy: 0.675
24
+ - Precision: 0.6433
25
+ - Recall: 0.6344
26
+ - F1: 0.6344
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.9089 | 1.0 | 100 | 1.0993 | 0.635 | 0.6487 | 0.5304 | 0.5060 |
58
+ | 0.6657 | 2.0 | 200 | 0.8138 | 0.645 | 0.6550 | 0.6482 | 0.6234 |
59
+ | 0.3858 | 3.0 | 300 | 1.1334 | 0.665 | 0.6162 | 0.6061 | 0.5995 |
60
+ | 0.208 | 4.0 | 400 | 1.9041 | 0.685 | 0.6488 | 0.6169 | 0.6087 |
61
+ | 0.0996 | 5.0 | 500 | 2.3735 | 0.645 | 0.5867 | 0.5781 | 0.5794 |
62
+ | 0.0296 | 6.0 | 600 | 2.5772 | 0.665 | 0.6284 | 0.6208 | 0.6198 |
63
+ | 0.0623 | 7.0 | 700 | 2.8906 | 0.655 | 0.6040 | 0.5916 | 0.5926 |
64
+ | 0.0395 | 8.0 | 800 | 2.6567 | 0.675 | 0.6279 | 0.6254 | 0.6219 |
65
+ | 0.029 | 9.0 | 900 | 2.9277 | 0.655 | 0.6208 | 0.5950 | 0.5991 |
66
+ | 0.0194 | 10.0 | 1000 | 2.7362 | 0.665 | 0.6241 | 0.6208 | 0.6190 |
67
+ | 0.0092 | 11.0 | 1100 | 2.5561 | 0.68 | 0.6396 | 0.6401 | 0.6385 |
68
+ | 0.0059 | 12.0 | 1200 | 3.1112 | 0.675 | 0.6350 | 0.5967 | 0.6042 |
69
+ | 0.0133 | 13.0 | 1300 | 2.5269 | 0.685 | 0.6520 | 0.6607 | 0.6519 |
70
+ | 0.0051 | 14.0 | 1400 | 2.8736 | 0.68 | 0.6381 | 0.6158 | 0.6134 |
71
+ | 0.0044 | 15.0 | 1500 | 2.9132 | 0.675 | 0.6336 | 0.6180 | 0.6200 |
72
+ | 0.0029 | 16.0 | 1600 | 2.8701 | 0.675 | 0.6337 | 0.6214 | 0.6233 |
73
+ | 0.0015 | 17.0 | 1700 | 2.8115 | 0.69 | 0.6475 | 0.6388 | 0.6420 |
74
+ | 0.0019 | 18.0 | 1800 | 2.9517 | 0.67 | 0.6373 | 0.6276 | 0.6273 |
75
+ | 0.0013 | 19.0 | 1900 | 2.9633 | 0.67 | 0.6373 | 0.6276 | 0.6273 |
76
+ | 0.0007 | 20.0 | 2000 | 2.9769 | 0.675 | 0.6433 | 0.6344 | 0.6344 |
77
+
78
+
79
+ ### Framework versions
80
+
81
+ - Transformers 4.25.1
82
+ - Pytorch 1.13.0+cu116
83
+ - Tokenizers 0.13.2