Saugatkafley commited on
Commit
a7ed58f
1 Parent(s): 3f3559d

Model save

Browse files
Files changed (2) hide show
  1. README.md +82 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google-bert/bert-base-multilingual-cased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - precision
8
+ - recall
9
+ - f1
10
+ - accuracy
11
+ model-index:
12
+ - name: mbert-Nepali-NER
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # mbert-Nepali-NER
20
+
21
+ This model is a fine-tuned version of [google-bert/bert-base-multilingual-cased](https://huggingface.co/google-bert/bert-base-multilingual-cased) on an unknown dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.2462
24
+ - Precision: 0.3727
25
+ - Recall: 0.3154
26
+ - F1: 0.3417
27
+ - Accuracy: 0.9555
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 5e-05
47
+ - train_batch_size: 8
48
+ - eval_batch_size: 8
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 5
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.3162 | 0.29 | 500 | 0.2577 | 0.2647 | 0.0692 | 0.1098 | 0.9303 |
59
+ | 0.205 | 0.58 | 1000 | 0.2505 | 0.5312 | 0.1308 | 0.2099 | 0.9378 |
60
+ | 0.176 | 0.87 | 1500 | 0.2241 | 0.3372 | 0.2231 | 0.2685 | 0.9434 |
61
+ | 0.1364 | 1.16 | 2000 | 0.2304 | 0.3125 | 0.1923 | 0.2381 | 0.9473 |
62
+ | 0.1188 | 1.44 | 2500 | 0.2136 | 0.25 | 0.3385 | 0.2876 | 0.9413 |
63
+ | 0.1056 | 1.73 | 3000 | 0.2134 | 0.3462 | 0.2769 | 0.3077 | 0.9517 |
64
+ | 0.1002 | 2.02 | 3500 | 0.2207 | 0.2632 | 0.3077 | 0.2837 | 0.9528 |
65
+ | 0.0695 | 2.31 | 4000 | 0.2153 | 0.3041 | 0.3462 | 0.3237 | 0.9524 |
66
+ | 0.0701 | 2.6 | 4500 | 0.2038 | 0.2674 | 0.3538 | 0.3046 | 0.9545 |
67
+ | 0.0649 | 2.89 | 5000 | 0.2090 | 0.2848 | 0.3462 | 0.3125 | 0.9536 |
68
+ | 0.0533 | 3.18 | 5500 | 0.2341 | 0.3913 | 0.2769 | 0.3243 | 0.9546 |
69
+ | 0.0422 | 3.47 | 6000 | 0.2459 | 0.4545 | 0.3077 | 0.3670 | 0.9537 |
70
+ | 0.0396 | 3.76 | 6500 | 0.2389 | 0.3846 | 0.3077 | 0.3419 | 0.9540 |
71
+ | 0.0376 | 4.04 | 7000 | 0.2296 | 0.4091 | 0.2769 | 0.3303 | 0.9550 |
72
+ | 0.0221 | 4.33 | 7500 | 0.2533 | 0.3962 | 0.3231 | 0.3559 | 0.9555 |
73
+ | 0.021 | 4.62 | 8000 | 0.2609 | 0.3922 | 0.3077 | 0.3448 | 0.9548 |
74
+ | 0.0251 | 4.91 | 8500 | 0.2462 | 0.3727 | 0.3154 | 0.3417 | 0.9555 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.39.1
80
+ - Pytorch 2.2.2+cu121
81
+ - Datasets 2.18.0
82
+ - Tokenizers 0.15.2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5de67537b87912f77a90d390880ccf47d736b5e9c34b180e4127bea364ce2354
3
  size 709108588
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f772c02359a90ac5d961eec3b91806d798e4ca9ca20e67652153218bad4a686e
3
  size 709108588