Heather-Driver commited on
Commit
bcf960c
·
verified ·
1 Parent(s): f9519bd

Training in progress, epoch 1

Browse files
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [dslim/distilbert-NER](https://huggingface.co/dslim/distilbert-NER) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.0560
20
- - F1 Score: 0.9524
21
 
22
  ## Model description
23
 
@@ -42,24 +42,22 @@ The following hyperparameters were used during training:
42
  - seed: 42
43
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
44
  - lr_scheduler_type: linear
45
- - num_epochs: 12
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | F1 Score |
50
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|
51
- | 0.0082 | 1.0 | 1534 | 0.0556 | 0.9337 |
52
- | 0.0057 | 2.0 | 3068 | 0.0626 | 0.9276 |
53
- | 0.0043 | 3.0 | 4602 | 0.0560 | 0.9380 |
54
- | 0.0036 | 4.0 | 6136 | 0.0576 | 0.9387 |
55
- | 0.0035 | 5.0 | 7670 | 0.0536 | 0.9437 |
56
- | 0.0024 | 6.0 | 9204 | 0.0564 | 0.9449 |
57
- | 0.0013 | 7.0 | 10738 | 0.0556 | 0.9496 |
58
- | 0.001 | 8.0 | 12272 | 0.0571 | 0.9490 |
59
- | 0.0009 | 9.0 | 13806 | 0.0570 | 0.9486 |
60
- | 0.0016 | 10.0 | 15340 | 0.0574 | 0.9512 |
61
- | 0.0002 | 11.0 | 16874 | 0.0563 | 0.9521 |
62
- | 0.0001 | 12.0 | 18408 | 0.0560 | 0.9524 |
63
 
64
 
65
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [dslim/distilbert-NER](https://huggingface.co/dslim/distilbert-NER) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.0483
20
+ - F1 Score: 0.9453
21
 
22
  ## Model description
23
 
 
42
  - seed: 42
43
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
44
  - lr_scheduler_type: linear
45
+ - num_epochs: 10
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | F1 Score |
50
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|
51
+ | 0.1069 | 1.0 | 1534 | 0.0825 | 0.8414 |
52
+ | 0.0553 | 2.0 | 3068 | 0.0587 | 0.8826 |
53
+ | 0.0369 | 3.0 | 4602 | 0.0472 | 0.9125 |
54
+ | 0.018 | 4.0 | 6136 | 0.0465 | 0.9206 |
55
+ | 0.0127 | 5.0 | 7670 | 0.0447 | 0.9351 |
56
+ | 0.0057 | 6.0 | 9204 | 0.0473 | 0.9377 |
57
+ | 0.0045 | 7.0 | 10738 | 0.0465 | 0.9427 |
58
+ | 0.0019 | 8.0 | 12272 | 0.0500 | 0.9409 |
59
+ | 0.0026 | 9.0 | 13806 | 0.0486 | 0.9446 |
60
+ | 0.0015 | 10.0 | 15340 | 0.0483 | 0.9453 |
 
 
61
 
62
 
63
  ### Framework versions
config.json CHANGED
@@ -9,6 +9,7 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
 
12
  "0": "O",
13
  "1": "B-ALGEBRA",
14
  "2": "E-ALGEBRA",
@@ -127,6 +128,7 @@
127
  "I-PROBABILITY-AND-STATISTICS": 56,
128
  "I-RECREATIONAL-MATHEMATICS": 61,
129
  "I-TOPOLOGY": 64,
 
130
  "O": 0,
131
  "S-ALGEBRA": 3,
132
  "S-APPLIED-MATHEMATICS": 7,
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "-100": "IGN",
13
  "0": "O",
14
  "1": "B-ALGEBRA",
15
  "2": "E-ALGEBRA",
 
128
  "I-PROBABILITY-AND-STATISTICS": 56,
129
  "I-RECREATIONAL-MATHEMATICS": 61,
130
  "I-TOPOLOGY": 64,
131
+ "IGN": -100,
132
  "O": 0,
133
  "S-ALGEBRA": 3,
134
  "S-APPLIED-MATHEMATICS": 7,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7215d9a7961a0b8eb9be085c6a40c5776f9ee32bb100aa26b711558a632467d5
3
- size 260979008
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30cbb99eafde96ed2ddad7245567887853341dc02ec0acd94a459d7b0a2c794d
3
+ size 260982084
runs/Jan13_18-29-19_f45e685edae3/events.out.tfevents.1736792963.f45e685edae3.3795.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f17a5658830c0b5df3719fc5722d0b8637dab0c028b34f1fb5619113e24b7bbb
3
+ size 15903
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:de7d2c63f873ff0d86f30f60fa870fb1f1b6416f17a033c5fd2806313b028ba3
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:450344e98ee70535d878dcf9df9f1f58ffec52b6b7d00580af5f331d0b8a0a83
3
  size 5368