End of training
Browse files- README.md +69 -0
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -1,3 +1,72 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model: urduhack/roberta-urdu-small
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- wikiann
|
8 |
+
model-index:
|
9 |
+
- name: UrduNER
|
10 |
+
results: []
|
11 |
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# UrduNER
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [urduhack/roberta-urdu-small](https://huggingface.co/urduhack/roberta-urdu-small) on the wikiann dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.1163
|
21 |
+
- Overall Precision: 0.9540
|
22 |
+
- Overall Recall: 0.9553
|
23 |
+
- Overall F1: 0.9546
|
24 |
+
- Overall Accuracy: 0.9836
|
25 |
+
- Loc F1: 0.9643
|
26 |
+
- Org F1: 0.9448
|
27 |
+
- Per F1: 0.9491
|
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: 2e-05
|
47 |
+
- train_batch_size: 16
|
48 |
+
- eval_batch_size: 16
|
49 |
+
- seed: 42
|
50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
+
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 7
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy | Loc F1 | Org F1 | Per F1 |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:-----------------:|:--------------:|:----------:|:----------------:|:------:|:------:|:------:|
|
58 |
+
| 0.248 | 1.0 | 1250 | 0.0920 | 0.8906 | 0.8991 | 0.8948 | 0.9687 | 0.9086 | 0.8686 | 0.8995 |
|
59 |
+
| 0.1169 | 2.0 | 2500 | 0.0761 | 0.9302 | 0.9390 | 0.9346 | 0.9791 | 0.9501 | 0.9045 | 0.9400 |
|
60 |
+
| 0.07 | 3.0 | 3750 | 0.0831 | 0.9394 | 0.9451 | 0.9422 | 0.9805 | 0.9505 | 0.9348 | 0.9361 |
|
61 |
+
| 0.029 | 4.0 | 5000 | 0.1102 | 0.9311 | 0.9431 | 0.9371 | 0.9784 | 0.9469 | 0.9305 | 0.9279 |
|
62 |
+
| 0.0134 | 5.0 | 6250 | 0.1225 | 0.9442 | 0.9519 | 0.9480 | 0.9820 | 0.9593 | 0.9438 | 0.9337 |
|
63 |
+
| 0.0107 | 6.0 | 7500 | 0.1087 | 0.9515 | 0.9566 | 0.9541 | 0.9837 | 0.9660 | 0.9423 | 0.9466 |
|
64 |
+
| 0.005 | 7.0 | 8750 | 0.1163 | 0.9540 | 0.9553 | 0.9546 | 0.9836 | 0.9643 | 0.9448 | 0.9491 |
|
65 |
+
|
66 |
+
|
67 |
+
### Framework versions
|
68 |
+
|
69 |
+
- Transformers 4.32.0
|
70 |
+
- Pytorch 2.0.1+cu118
|
71 |
+
- Datasets 2.14.4
|
72 |
+
- Tokenizers 0.13.3
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 501639913
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b3c56d8bd19dc29cac9bca86454a2325a6c89c28c071a6a631e119e55c4f747
|
3 |
size 501639913
|