Dnyaneshwar commited on
Commit
81644e0
1 Parent(s): 7f95c16

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-finetuned-non-code-mixed-DS
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-finetuned-non-code-mixed-DS
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: 1.6572
23
+ - Accuracy: 0.6429
24
+ - Precision: 0.6334
25
+ - Recall: 0.6231
26
+ - F1: 0.6262
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: 4.932923543227153e-05
46
+ - train_batch_size: 4
47
+ - eval_batch_size: 8
48
+ - seed: 43
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - lr_scheduler_warmup_ratio: 0.1
52
+ - num_epochs: 4
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
57
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
58
+ | 1.005 | 0.5 | 926 | 0.9346 | 0.5707 | 0.5844 | 0.5274 | 0.5108 |
59
+ | 0.969 | 1.0 | 1852 | 1.0295 | 0.5858 | 0.5893 | 0.5685 | 0.5455 |
60
+ | 0.8976 | 1.5 | 2778 | 1.0491 | 0.5739 | 0.5712 | 0.5295 | 0.5152 |
61
+ | 0.8578 | 2.0 | 3704 | 0.8577 | 0.6343 | 0.6443 | 0.6379 | 0.6318 |
62
+ | 0.7164 | 2.5 | 4630 | 1.3325 | 0.6300 | 0.6219 | 0.5932 | 0.5939 |
63
+ | 0.7391 | 3.0 | 5556 | 1.0329 | 0.6537 | 0.6489 | 0.6519 | 0.6467 |
64
+ | 0.5454 | 3.5 | 6482 | 1.6031 | 0.6375 | 0.6525 | 0.6188 | 0.6218 |
65
+ | 0.4927 | 4.0 | 7408 | 1.6572 | 0.6429 | 0.6334 | 0.6231 | 0.6262 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.21.3
71
+ - Pytorch 1.12.1+cu113
72
+ - Datasets 2.4.0
73
+ - Tokenizers 0.12.1