update model card README.md
Browse files
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-1
|
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-1
|
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.9965
|
23 |
+
- Accuracy: 0.665
|
24 |
+
- Precision: 0.6151
|
25 |
+
- Recall: 0.6082
|
26 |
+
- F1: 0.6090
|
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.9757 | 1.0 | 100 | 0.7526 | 0.665 | 0.6358 | 0.6149 | 0.5854 |
|
58 |
+
| 0.7227 | 2.0 | 200 | 1.1062 | 0.69 | 0.6679 | 0.6031 | 0.6025 |
|
59 |
+
| 0.4345 | 3.0 | 300 | 1.2601 | 0.67 | 0.6512 | 0.6031 | 0.6001 |
|
60 |
+
| 0.2738 | 4.0 | 400 | 1.4485 | 0.67 | 0.6333 | 0.5968 | 0.6050 |
|
61 |
+
| 0.1171 | 5.0 | 500 | 1.9132 | 0.65 | 0.6216 | 0.6170 | 0.5944 |
|
62 |
+
| 0.0941 | 6.0 | 600 | 1.8293 | 0.685 | 0.6420 | 0.6439 | 0.6409 |
|
63 |
+
| 0.0348 | 7.0 | 700 | 2.3249 | 0.675 | 0.6424 | 0.6386 | 0.6384 |
|
64 |
+
| 0.0317 | 8.0 | 800 | 2.4134 | 0.67 | 0.6171 | 0.6120 | 0.6128 |
|
65 |
+
| 0.0056 | 9.0 | 900 | 2.6733 | 0.68 | 0.6343 | 0.6313 | 0.6300 |
|
66 |
+
| 0.0095 | 10.0 | 1000 | 2.5950 | 0.685 | 0.6318 | 0.6289 | 0.6295 |
|
67 |
+
| 0.0081 | 11.0 | 1100 | 2.3885 | 0.69 | 0.6407 | 0.6434 | 0.6410 |
|
68 |
+
| 0.023 | 12.0 | 1200 | 2.4087 | 0.67 | 0.6206 | 0.6231 | 0.6212 |
|
69 |
+
| 0.0054 | 13.0 | 1300 | 2.4516 | 0.675 | 0.6229 | 0.6227 | 0.6128 |
|
70 |
+
| 0.0047 | 14.0 | 1400 | 2.6152 | 0.68 | 0.6285 | 0.6256 | 0.6263 |
|
71 |
+
| 0.0063 | 15.0 | 1500 | 2.8077 | 0.69 | 0.6498 | 0.6281 | 0.6309 |
|
72 |
+
| 0.0028 | 16.0 | 1600 | 2.7084 | 0.675 | 0.6254 | 0.6214 | 0.6207 |
|
73 |
+
| 0.0025 | 17.0 | 1700 | 2.8360 | 0.67 | 0.6175 | 0.6128 | 0.6145 |
|
74 |
+
| 0.0011 | 18.0 | 1800 | 2.8591 | 0.655 | 0.6001 | 0.5958 | 0.5971 |
|
75 |
+
| 0.0005 | 19.0 | 1900 | 2.9419 | 0.665 | 0.6151 | 0.6082 | 0.6090 |
|
76 |
+
| 0.0002 | 20.0 | 2000 | 2.9965 | 0.665 | 0.6151 | 0.6082 | 0.6090 |
|
77 |
+
|
78 |
+
|
79 |
+
### Framework versions
|
80 |
+
|
81 |
+
- Transformers 4.25.1
|
82 |
+
- Pytorch 1.13.0+cu116
|
83 |
+
- Tokenizers 0.13.2
|