LukeGPT88 commited on
Commit
1317428
·
verified ·
1 Parent(s): 3b2cf41

End of training

Browse files
README.md CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
21
 
22
  This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: 0.1902
25
- - Precision: 0.9519
26
- - Recall: 0.9518
27
- - F1: 0.9518
28
- - Accuracy: 0.9478
29
 
30
  ## Model description
31
 
@@ -56,9 +56,9 @@ The following hyperparameters were used during training:
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
- | No log | 1.0 | 243 | 0.2151 | 0.9446 | 0.9467 | 0.9456 | 0.9418 |
60
- | No log | 2.0 | 486 | 0.1930 | 0.9496 | 0.9504 | 0.9500 | 0.9460 |
61
- | 0.3146 | 3.0 | 729 | 0.1902 | 0.9519 | 0.9518 | 0.9518 | 0.9478 |
62
 
63
 
64
  ### Framework versions
 
21
 
22
  This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
+ - Loss: 0.1677
25
+ - Precision: 0.9005
26
+ - Recall: 0.9037
27
+ - F1: 0.9021
28
+ - Accuracy: 0.9532
29
 
30
  ## Model description
31
 
 
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
+ | No log | 1.0 | 451 | 0.1872 | 0.8908 | 0.8907 | 0.8908 | 0.9472 |
60
+ | 0.3208 | 2.0 | 902 | 0.1698 | 0.9005 | 0.9012 | 0.9009 | 0.9527 |
61
+ | 0.1569 | 3.0 | 1353 | 0.1677 | 0.9005 | 0.9037 | 0.9021 | 0.9532 |
62
 
63
 
64
  ### Framework versions
config.json CHANGED
@@ -9,35 +9,35 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "I-VIP",
13
- "1": "B-MED",
14
- "2": "B-ORG",
15
- "3": "I-PER",
16
- "4": "I-LEG",
17
- "5": "O",
18
- "6": "B-LOC",
19
- "7": "I-ORG",
20
- "8": "B-LEG",
21
- "9": "B-VIP",
22
- "10": "B-PER",
23
- "11": "I-MED",
24
- "12": "I-LOC"
25
  },
26
  "initializer_range": 0.02,
27
  "label2id": {
28
- "B-LEG": 8,
29
- "B-LOC": 6,
30
- "B-MED": 1,
31
- "B-ORG": 2,
32
- "B-PER": 10,
33
- "B-VIP": 9,
34
- "I-LEG": 4,
35
- "I-LOC": 12,
36
- "I-MED": 11,
37
- "I-ORG": 7,
38
- "I-PER": 3,
39
- "I-VIP": 0,
40
- "O": 5
41
  },
42
  "max_position_embeddings": 512,
43
  "model_type": "distilbert",
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "B-LOC",
13
+ "1": "I-LEG",
14
+ "2": "B-LEG",
15
+ "3": "I-ORG",
16
+ "4": "B-ORG",
17
+ "5": "B-VIP",
18
+ "6": "I-VIP",
19
+ "7": "B-PER",
20
+ "8": "I-PER",
21
+ "9": "O",
22
+ "10": "I-LOC",
23
+ "11": "B-MED",
24
+ "12": "I-MED"
25
  },
26
  "initializer_range": 0.02,
27
  "label2id": {
28
+ "B-LEG": 2,
29
+ "B-LOC": 0,
30
+ "B-MED": 11,
31
+ "B-ORG": 4,
32
+ "B-PER": 7,
33
+ "B-VIP": 5,
34
+ "I-LEG": 1,
35
+ "I-LOC": 10,
36
+ "I-MED": 12,
37
+ "I-ORG": 3,
38
+ "I-PER": 8,
39
+ "I-VIP": 6,
40
+ "O": 9
41
  },
42
  "max_position_embeddings": 512,
43
  "model_type": "distilbert",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:716d3468774023ee01a697228449368a75b0d1918f3305cd4e802f727449c263
3
  size 260815972
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b7f106435a9ae3480d92e9b9172c4607a37809ea3af42117e2ea41041978980
3
  size 260815972
runs/Nov20_17-11-36_fd34eb50cdc0/events.out.tfevents.1732122748.fd34eb50cdc0.30.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91b326cb01790c0b2c43514beadbb5d5c6201e305be1e825a12dea10a917c084
3
+ size 7588
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:54f2fb5322aff3a2268498656ed3fa75c600329068a4701240968a1504a64b89
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6b81b940abbb999399667aa47a997dd488e0ceae04df2e1821b05e41c4b5e8b
3
  size 5240