OminousDude
commited on
Commit
•
c782293
1
Parent(s):
cf2cbe4
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
metrics:
|
5 |
+
- precision
|
6 |
+
- recall
|
7 |
+
- f1
|
8 |
+
- accuracy
|
9 |
+
model-index:
|
10 |
+
- name: checkpoint-10000-finetuned-ner
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# checkpoint-10000-finetuned-ner
|
18 |
+
|
19 |
+
This model was trained from scratch on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.1752
|
22 |
+
- Precision: 0.7371
|
23 |
+
- Recall: 0.7711
|
24 |
+
- F1: 0.7537
|
25 |
+
- Accuracy: 0.9457
|
26 |
+
|
27 |
+
## Model description
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Intended uses & limitations
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training and evaluation data
|
36 |
+
|
37 |
+
More information needed
|
38 |
+
|
39 |
+
## Training procedure
|
40 |
+
|
41 |
+
### Training hyperparameters
|
42 |
+
|
43 |
+
The following hyperparameters were used during training:
|
44 |
+
- learning_rate: 2e-05
|
45 |
+
- train_batch_size: 16
|
46 |
+
- eval_batch_size: 16
|
47 |
+
- seed: 42
|
48 |
+
- distributed_type: tpu
|
49 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
+
- lr_scheduler_type: linear
|
51 |
+
- num_epochs: 3
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
+
| 0.4149 | 1.0 | 878 | 0.2236 | 0.6673 | 0.6842 | 0.6757 | 0.9290 |
|
58 |
+
| 0.1795 | 2.0 | 1756 | 0.1849 | 0.7084 | 0.7581 | 0.7325 | 0.9410 |
|
59 |
+
| 0.122 | 3.0 | 2634 | 0.1752 | 0.7371 | 0.7711 | 0.7537 | 0.9457 |
|
60 |
+
|
61 |
+
|
62 |
+
### Framework versions
|
63 |
+
|
64 |
+
- Transformers 4.37.2
|
65 |
+
- Pytorch 2.2.0+cu121
|
66 |
+
- Datasets 2.16.1
|
67 |
+
- Tokenizers 0.15.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 435617620
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e64d10db9e6b9699d3af5c261af562d4dadd29f6b8bfb6b63c65579a00c96a37
|
3 |
size 435617620
|
runs/Apr05_13-17-03_maxim-1-0/events.out.tfevents.1712337424.maxim-1-0.125712.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:263e4166606e3be01fe0d38226a4ecc15fd4105e44326a08f2deb0f199c4b32c
|
3 |
+
size 7336
|
runs/Apr05_13-17-03_maxim-1-0/events.out.tfevents.1712337550.maxim-1-0.125712.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be871bf955b4c589abc701cf24935709b1d1fb2174d512622ff7cc8960ed12d1
|
3 |
+
size 560
|