Rocketknight1 HF staff commited on
Commit
c90fcc5
1 Parent(s): 65f8044

Training in progress epoch 0

Browse files
README.md CHANGED
@@ -14,13 +14,13 @@ probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 0.0341
18
- - Validation Loss: 0.0591
19
- - Train Precision: 0.9226
20
- - Train Recall: 0.9351
21
- - Train F1: 0.9288
22
- - Train Accuracy: 0.9831
23
- - Epoch: 2
24
 
25
  ## Model description
26
 
@@ -46,9 +46,7 @@ The following hyperparameters were used during training:
46
 
47
  | Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
48
  |:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
49
- | 0.1966 | 0.0701 | 0.9031 | 0.9223 | 0.9126 | 0.9802 | 0 |
50
- | 0.0543 | 0.0614 | 0.9095 | 0.9325 | 0.9209 | 0.9822 | 1 |
51
- | 0.0341 | 0.0591 | 0.9226 | 0.9351 | 0.9288 | 0.9831 | 2 |
52
 
53
 
54
  ### Framework versions
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 0.2026
18
+ - Validation Loss: 0.0726
19
+ - Train Precision: 0.8945
20
+ - Train Recall: 0.9220
21
+ - Train F1: 0.9081
22
+ - Train Accuracy: 0.9793
23
+ - Epoch: 0
24
 
25
  ## Model description
26
 
46
 
47
  | Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
48
  |:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
49
+ | 0.2026 | 0.0726 | 0.8945 | 0.9220 | 0.9081 | 0.9793 | 0 |
 
 
50
 
51
 
52
  ### Framework versions
config.json CHANGED
@@ -9,27 +9,27 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "LABEL_0",
13
- "1": "LABEL_1",
14
- "2": "LABEL_2",
15
- "3": "LABEL_3",
16
- "4": "LABEL_4",
17
- "5": "LABEL_5",
18
- "6": "LABEL_6",
19
- "7": "LABEL_7",
20
- "8": "LABEL_8"
21
  },
22
  "initializer_range": 0.02,
23
  "label2id": {
24
- "LABEL_0": 0,
25
- "LABEL_1": 1,
26
- "LABEL_2": 2,
27
- "LABEL_3": 3,
28
- "LABEL_4": 4,
29
- "LABEL_5": 5,
30
- "LABEL_6": 6,
31
- "LABEL_7": 7,
32
- "LABEL_8": 8
33
  },
34
  "max_position_embeddings": 512,
35
  "model_type": "distilbert",
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "O",
13
+ "1": "B-PER",
14
+ "2": "I-PER",
15
+ "3": "B-ORG",
16
+ "4": "I-ORG",
17
+ "5": "B-LOC",
18
+ "6": "I-LOC",
19
+ "7": "B-MISC",
20
+ "8": "I-MISC"
21
  },
22
  "initializer_range": 0.02,
23
  "label2id": {
24
+ "B-LOC": 5,
25
+ "B-MISC": 7,
26
+ "B-ORG": 3,
27
+ "B-PER": 1,
28
+ "I-LOC": 6,
29
+ "I-MISC": 8,
30
+ "I-ORG": 4,
31
+ "I-PER": 2,
32
+ "O": 0
33
  },
34
  "max_position_embeddings": 512,
35
  "model_type": "distilbert",
logs/train/events.out.tfevents.1658419799.matt-TRX40-AORUS-PRO-WIFI.81138.0.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:903d1bb3b0f9c657a795e5f1778262d34d1fcb7ca2575eb6aa46fbde24c8f3f9
3
+ size 1604585
logs/validation/events.out.tfevents.1658419835.matt-TRX40-AORUS-PRO-WIFI.81138.1.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6d372b73060f039112142adfb49331e5f1ce211efc5ed9d987210061a210708
3
+ size 194
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:954504453e010c858b165826fa8c7afe97b381c1f5375b4220b2c9b9d3bda722
3
  size 265606504
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cae58fbc0ce520dcf7314330d6319d5c998d540793e72bde4eeec1f4079d6c93
3
  size 265606504