mikrz commited on
Commit
f09056e
1 Parent(s): 0934ea0

Training complete

Browse files
Files changed (4) hide show
  1. README.md +15 -15
  2. config.json +4 -16
  3. pytorch_model.bin +2 -2
  4. training_args.bin +1 -1
README.md CHANGED
@@ -25,16 +25,16 @@ model-index:
25
  metrics:
26
  - name: Precision
27
  type: precision
28
- value: 0.9323204419889503
29
  - name: Recall
30
  type: recall
31
- value: 0.9493670886075949
32
  - name: F1
33
  type: f1
34
- value: 0.940766550522648
35
  - name: Accuracy
36
  type: accuracy
37
- value: 0.9986867089931156
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -44,11 +44,11 @@ should probably proofread and complete it, then remove this comment. -->
44
 
45
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the linnaeus dataset.
46
  It achieves the following results on the evaluation set:
47
- - Loss: 0.0069
48
- - Precision: 0.9323
49
- - Recall: 0.9494
50
- - F1: 0.9408
51
- - Accuracy: 0.9987
52
 
53
  ## Model description
54
 
@@ -79,14 +79,14 @@ The following hyperparameters were used during training:
79
 
80
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
81
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
82
- | 0.0107 | 1.0 | 1492 | 0.0169 | 0.7983 | 0.9409 | 0.8638 | 0.9955 |
83
- | 0.0023 | 2.0 | 2984 | 0.0073 | 0.9028 | 0.9409 | 0.9215 | 0.9983 |
84
- | 0.0009 | 3.0 | 4476 | 0.0069 | 0.9323 | 0.9494 | 0.9408 | 0.9987 |
85
 
86
 
87
  ### Framework versions
88
 
89
- - Transformers 4.33.2
90
- - Pytorch 2.0.1+cu118
91
  - Datasets 2.14.5
92
- - Tokenizers 0.13.3
 
25
  metrics:
26
  - name: Precision
27
  type: precision
28
+ value: 0.9174008810572687
29
  - name: Recall
30
  type: recall
31
+ value: 0.9083969465648855
32
  - name: F1
33
  type: f1
34
+ value: 0.9128767123287672
35
  - name: Accuracy
36
  type: accuracy
37
+ value: 0.9982350038060345
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
44
 
45
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the linnaeus dataset.
46
  It achieves the following results on the evaluation set:
47
+ - Loss: 0.0095
48
+ - Precision: 0.9174
49
+ - Recall: 0.9084
50
+ - F1: 0.9129
51
+ - Accuracy: 0.9982
52
 
53
  ## Model description
54
 
 
79
 
80
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
81
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
82
+ | 0.0094 | 1.0 | 1492 | 0.0129 | 0.8343 | 0.9280 | 0.8787 | 0.9968 |
83
+ | 0.002 | 2.0 | 2984 | 0.0090 | 0.8928 | 0.9084 | 0.9005 | 0.9979 |
84
+ | 0.0009 | 3.0 | 4476 | 0.0095 | 0.9174 | 0.9084 | 0.9129 | 0.9982 |
85
 
86
 
87
  ### Framework versions
88
 
89
+ - Transformers 4.34.0
90
+ - Pytorch 2.1.0+cu121
91
  - Datasets 2.14.5
92
+ - Tokenizers 0.14.0
config.json CHANGED
@@ -11,26 +11,14 @@
11
  "hidden_size": 768,
12
  "id2label": {
13
  "0": "O",
14
- "1": "B-PER",
15
- "2": "I-PER",
16
- "3": "B-ORG",
17
- "4": "I-ORG",
18
- "5": "B-LOC",
19
- "6": "I-LOC",
20
- "7": "B-MISC",
21
- "8": "I-MISC"
22
  },
23
  "initializer_range": 0.02,
24
  "intermediate_size": 3072,
25
  "label2id": {
26
- "B-LOC": 5,
27
- "B-MISC": 7,
28
- "B-ORG": 3,
29
- "B-PER": 1,
30
- "I-LOC": 6,
31
- "I-MISC": 8,
32
- "I-ORG": 4,
33
- "I-PER": 2,
34
  "O": 0
35
  },
36
  "layer_norm_eps": 1e-12,
 
11
  "hidden_size": 768,
12
  "id2label": {
13
  "0": "O",
14
+ "1": "B",
15
+ "2": "I"
 
 
 
 
 
 
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
+ "B": 1,
21
+ "I": 2,
 
 
 
 
 
 
22
  "O": 0
23
  },
24
  "layer_norm_eps": 1e-12,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:02205c6bdac5bff48b82745539038d79a00d2217ecf96c307de5c144bdb38a81
3
- size 430974566
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ec6374adfca010a036403e8dab0c4794d3d4e8063932feeea84871ab85e7e21
3
+ size 430956134
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8aaedb1dfa8c39547f8e4d85dc493045f2f218a26a28fdd181ce959f492d9875
3
  size 4472
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e63e80c64af8c1588d6bb3738bd2c446d1f6cd4fb06ba730a67e05394de1e489
3
  size 4472