Kyle1668 commited on
Commit
bcf995b
1 Parent(s): afd7260

Model save

Browse files
Files changed (4) hide show
  1. README.md +11 -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.7063
21
- - Acc: 0.8422
22
- - Loss: 0.8315
23
 
24
  ## Model description
25
 
@@ -51,12 +51,14 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | F1 | Acc | Validation Loss |
53
  |:-------------:|:-----:|:----:|:------:|:------:|:---------------:|
54
- | No log | 1.0 | 375 | 0.6243 | 0.7922 | 0.5752 |
55
- | 0.8411 | 2.0 | 750 | 0.6863 | 0.8521 | 0.4194 |
56
- | 0.4373 | 3.0 | 1125 | 0.7381 | 0.8905 | 0.3338 |
57
- | 0.2431 | 4.0 | 1500 | 0.7220 | 0.8817 | 0.4738 |
58
- | 0.2431 | 5.0 | 1875 | 0.6569 | 0.7835 | 1.0589 |
59
- | 0.1331 | 6.0 | 2250 | 0.7063 | 0.8422 | 0.8315 |
 
 
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.6808
21
+ - Acc: 0.8249
22
+ - Loss: 1.1523
23
 
24
  ## Model description
25
 
 
51
 
52
  | Training Loss | Epoch | Step | F1 | Acc | Validation Loss |
53
  |:-------------:|:-----:|:----:|:------:|:------:|:---------------:|
54
+ | No log | 1.0 | 375 | 0.6519 | 0.8092 | 0.5142 |
55
+ | 0.8417 | 2.0 | 750 | 0.6644 | 0.8447 | 0.4261 |
56
+ | 0.4234 | 3.0 | 1125 | 0.7150 | 0.8582 | 0.4002 |
57
+ | 0.234 | 4.0 | 1500 | 0.7360 | 0.8883 | 0.4355 |
58
+ | 0.234 | 5.0 | 1875 | 0.7408 | 0.8848 | 0.5524 |
59
+ | 0.1203 | 6.0 | 2250 | 0.7118 | 0.8484 | 0.8452 |
60
+ | 0.0738 | 7.0 | 2625 | 0.7201 | 0.8680 | 0.8452 |
61
+ | 0.0416 | 8.0 | 3000 | 0.6808 | 0.8249 | 1.1523 |
62
 
63
 
64
  ### 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:3d93f9334b8aaf53ef05846da783cc1d4ffabffc3ff42e1c5766c92525213926
3
- size 437964800
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8e4619c93f7b0c6ce84611834ab28e4ed89f0d4505f648442281d41ca44dedd
3
+ size 437961724
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c81b1a262a2090b72a48c3e2afbe2e4c6a5f1b9d1d2ef236db97de32f55c455
3
  size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b158d681cf4cd74b4f4201b56fd6dcb5510075ac783d325da4d96cdd9cc520bc
3
  size 4856