Kyle1668 commited on
Commit
68919a1
·
1 Parent(s): 6eddb2e

Model save

Browse files
Files changed (4) hide show
  1. README.md +9 -9
  2. config.json +2 -4
  3. model.safetensors +2 -2
  4. training_args.bin +1 -1
README.md CHANGED
@@ -17,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - F1: 0.7008
21
- - Acc: 0.8444
22
- - Loss: 0.8205
23
 
24
  ## Model description
25
 
@@ -51,12 +51,12 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | F1 | Acc | Validation Loss |
53
  |:-------------:|:-----:|:----:|:------:|:------:|:---------------:|
54
- | No log | 1.0 | 188 | 0.6487 | 0.8642 | 0.5277 |
55
- | No log | 2.0 | 376 | 0.6809 | 0.8350 | 0.4574 |
56
- | 0.7345 | 3.0 | 564 | 0.7092 | 0.8636 | 0.3908 |
57
- | 0.7345 | 4.0 | 752 | 0.6948 | 0.8422 | 0.5645 |
58
- | 0.7345 | 5.0 | 940 | 0.6604 | 0.7962 | 0.9230 |
59
- | 0.1948 | 6.0 | 1128 | 0.7008 | 0.8444 | 0.8205 |
60
 
61
 
62
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - F1: 0.6539
21
+ - Acc: 0.8012
22
+ - Loss: 1.0668
23
 
24
  ## Model description
25
 
 
51
 
52
  | Training Loss | Epoch | Step | F1 | Acc | Validation Loss |
53
  |:-------------:|:-----:|:----:|:------:|:------:|:---------------:|
54
+ | No log | 1.0 | 188 | 0.5948 | 0.8309 | 0.5611 |
55
+ | No log | 2.0 | 376 | 0.6500 | 0.7876 | 0.5856 |
56
+ | 0.6906 | 3.0 | 564 | 0.7083 | 0.8627 | 0.3858 |
57
+ | 0.6906 | 4.0 | 752 | 0.6588 | 0.7697 | 0.8185 |
58
+ | 0.6906 | 5.0 | 940 | 0.6687 | 0.8142 | 0.8388 |
59
+ | 0.1956 | 6.0 | 1128 | 0.6539 | 0.8012 | 1.0668 |
60
 
61
 
62
  ### Framework versions
config.json CHANGED
@@ -12,16 +12,14 @@
12
  "id2label": {
13
  "0": "LABEL_0",
14
  "1": "LABEL_1",
15
- "2": "LABEL_2",
16
- "3": "LABEL_3"
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
20
  "label2id": {
21
  "LABEL_0": 0,
22
  "LABEL_1": 1,
23
- "LABEL_2": 2,
24
- "LABEL_3": 3
25
  },
26
  "layer_norm_eps": 1e-12,
27
  "max_position_embeddings": 512,
 
12
  "id2label": {
13
  "0": "LABEL_0",
14
  "1": "LABEL_1",
15
+ "2": "LABEL_2"
 
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
  "LABEL_0": 0,
21
  "LABEL_1": 1,
22
+ "LABEL_2": 2
 
23
  },
24
  "layer_norm_eps": 1e-12,
25
  "max_position_embeddings": 512,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2077dba48b6b331834645145ce23d16e3abb0c5907a36029274332bab2e6d46a
3
- size 437964800
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b29e9c07053d5803e56839bfb90d964cf5d28162ee357304a91c06e83e5a4485
3
+ size 437961724
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1f13d99f9f861c41c5ecd36ff6b6c48c7ebb11f952a197bd81e47adee95367d4
3
  size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d34c64131a534c40f5ca2e029d257f12a4217ce7d52ac0040cc0c398f9e40557
3
  size 4856