End of training
Browse files- README.md +88 -0
- model.safetensors +1 -1
README.md
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
base_model: roberta-large
|
| 4 |
+
tags:
|
| 5 |
+
- generated_from_trainer
|
| 6 |
+
metrics:
|
| 7 |
+
- accuracy
|
| 8 |
+
- f1
|
| 9 |
+
- precision
|
| 10 |
+
- recall
|
| 11 |
+
model-index:
|
| 12 |
+
- name: robertaL_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 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/adam-fendri/huggingface/runs/9naabn8w)
|
| 20 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/adam-fendri/huggingface/runs/9naabn8w)
|
| 21 |
+
# robertaL_ner
|
| 22 |
+
|
| 23 |
+
This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on an unknown dataset.
|
| 24 |
+
It achieves the following results on the evaluation set:
|
| 25 |
+
- Loss: 0.2206
|
| 26 |
+
- Accuracy: 0.9558
|
| 27 |
+
- F1: 0.9558
|
| 28 |
+
- Precision: 0.9560
|
| 29 |
+
- Recall: 0.9558
|
| 30 |
+
|
| 31 |
+
## Model description
|
| 32 |
+
|
| 33 |
+
More information needed
|
| 34 |
+
|
| 35 |
+
## Intended uses & limitations
|
| 36 |
+
|
| 37 |
+
More information needed
|
| 38 |
+
|
| 39 |
+
## Training and evaluation data
|
| 40 |
+
|
| 41 |
+
More information needed
|
| 42 |
+
|
| 43 |
+
## Training procedure
|
| 44 |
+
|
| 45 |
+
### Training hyperparameters
|
| 46 |
+
|
| 47 |
+
The following hyperparameters were used during training:
|
| 48 |
+
- learning_rate: 3e-05
|
| 49 |
+
- train_batch_size: 16
|
| 50 |
+
- eval_batch_size: 16
|
| 51 |
+
- seed: 42
|
| 52 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 53 |
+
- lr_scheduler_type: linear
|
| 54 |
+
- lr_scheduler_warmup_steps: 200
|
| 55 |
+
- num_epochs: 20
|
| 56 |
+
|
| 57 |
+
### Training results
|
| 58 |
+
|
| 59 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
| 60 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
| 61 |
+
| 1.331 | 1.0 | 49 | 1.0308 | 0.6698 | 0.6131 | 0.6094 | 0.6698 |
|
| 62 |
+
| 0.8659 | 2.0 | 98 | 0.6391 | 0.7992 | 0.7929 | 0.7932 | 0.7992 |
|
| 63 |
+
| 0.5051 | 3.0 | 147 | 0.5164 | 0.8446 | 0.8389 | 0.8410 | 0.8446 |
|
| 64 |
+
| 0.4183 | 4.0 | 196 | 0.3752 | 0.8840 | 0.8827 | 0.8824 | 0.8840 |
|
| 65 |
+
| 0.4014 | 5.0 | 245 | 0.3487 | 0.8946 | 0.8926 | 0.8921 | 0.8946 |
|
| 66 |
+
| 0.2955 | 6.0 | 294 | 0.3009 | 0.9040 | 0.9049 | 0.9068 | 0.9040 |
|
| 67 |
+
| 0.2525 | 7.0 | 343 | 0.2478 | 0.9303 | 0.9303 | 0.9304 | 0.9303 |
|
| 68 |
+
| 0.2381 | 8.0 | 392 | 0.2498 | 0.9240 | 0.9243 | 0.9248 | 0.9240 |
|
| 69 |
+
| 0.2255 | 9.0 | 441 | 0.2214 | 0.9321 | 0.9318 | 0.9323 | 0.9321 |
|
| 70 |
+
| 0.1463 | 10.0 | 490 | 0.2258 | 0.9397 | 0.9396 | 0.9396 | 0.9397 |
|
| 71 |
+
| 0.151 | 11.0 | 539 | 0.2271 | 0.9421 | 0.9421 | 0.9422 | 0.9421 |
|
| 72 |
+
| 0.1213 | 12.0 | 588 | 0.2146 | 0.9500 | 0.9498 | 0.9499 | 0.9500 |
|
| 73 |
+
| 0.1166 | 13.0 | 637 | 0.2162 | 0.9494 | 0.9493 | 0.9496 | 0.9494 |
|
| 74 |
+
| 0.121 | 14.0 | 686 | 0.2442 | 0.9421 | 0.9424 | 0.9428 | 0.9421 |
|
| 75 |
+
| 0.0841 | 15.0 | 735 | 0.2206 | 0.9558 | 0.9558 | 0.9560 | 0.9558 |
|
| 76 |
+
| 0.0485 | 16.0 | 784 | 0.2555 | 0.9452 | 0.9452 | 0.9454 | 0.9452 |
|
| 77 |
+
| 0.0598 | 17.0 | 833 | 0.2338 | 0.9558 | 0.9558 | 0.9559 | 0.9558 |
|
| 78 |
+
| 0.0462 | 18.0 | 882 | 0.2443 | 0.9549 | 0.9549 | 0.9550 | 0.9549 |
|
| 79 |
+
| 0.0323 | 19.0 | 931 | 0.2531 | 0.9540 | 0.9540 | 0.9542 | 0.9540 |
|
| 80 |
+
| 0.0466 | 20.0 | 980 | 0.2509 | 0.9549 | 0.9549 | 0.9550 | 0.9549 |
|
| 81 |
+
|
| 82 |
+
|
| 83 |
+
### Framework versions
|
| 84 |
+
|
| 85 |
+
- Transformers 4.42.3
|
| 86 |
+
- Pytorch 2.1.2
|
| 87 |
+
- Datasets 2.20.0
|
| 88 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1417317284
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd3beceaf23785af568e0d8fd2f94fd1fd5f87c4d8ede86c6aeed80a78324922
|
| 3 |
size 1417317284
|