Kaspar commited on
Commit
fc228ef
·
verified ·
1 Parent(s): dafa0d5

End of training

Browse files
Files changed (3) hide show
  1. README.md +4 -4
  2. model.safetensors +1 -1
  3. special_tokens_map.json +12 -36
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 1.7630
20
 
21
  ## Model description
22
 
@@ -49,9 +49,9 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss |
51
  |:-------------:|:-----:|:------:|:---------------:|
52
- | 2.0532 | 1.0 | 37471 | 1.9662 |
53
- | 1.9113 | 2.0 | 74942 | 1.8286 |
54
- | 1.8315 | 3.0 | 112413 | 1.7579 |
55
 
56
 
57
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.6651
20
 
21
  ## Model description
22
 
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss |
51
  |:-------------:|:-----:|:------:|:---------------:|
52
+ | 1.9187 | 1.0 | 37471 | 1.8121 |
53
+ | 1.7643 | 2.0 | 74942 | 1.7235 |
54
+ | 1.7329 | 3.0 | 112413 | 1.6651 |
55
 
56
 
57
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e16bba782ad4652b4ec3bb56984b70d77cd8c9e02054cb1147cf176b6699ebbe
3
  size 438083972
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a21b61dcb3e1741c28ca7d027faaee8ab9739b14fcea81f18b4eeccd6c32018
3
  size 438083972
special_tokens_map.json CHANGED
@@ -1,40 +1,16 @@
1
  {
2
  "additional_special_tokens": [
3
- "[TIME]"
 
 
 
 
 
 
4
  ],
5
- "cls_token": {
6
- "content": "[CLS]",
7
- "lstrip": false,
8
- "normalized": false,
9
- "rstrip": false,
10
- "single_word": false
11
- },
12
- "mask_token": {
13
- "content": "[MASK]",
14
- "lstrip": false,
15
- "normalized": false,
16
- "rstrip": false,
17
- "single_word": false
18
- },
19
- "pad_token": {
20
- "content": "[PAD]",
21
- "lstrip": false,
22
- "normalized": false,
23
- "rstrip": false,
24
- "single_word": false
25
- },
26
- "sep_token": {
27
- "content": "[SEP]",
28
- "lstrip": false,
29
- "normalized": false,
30
- "rstrip": false,
31
- "single_word": false
32
- },
33
- "unk_token": {
34
- "content": "[UNK]",
35
- "lstrip": false,
36
- "normalized": false,
37
- "rstrip": false,
38
- "single_word": false
39
- }
40
  }
 
1
  {
2
  "additional_special_tokens": [
3
+ {
4
+ "content": "[TIME]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ }
10
  ],
11
+ "cls_token": "[CLS]",
12
+ "mask_token": "[MASK]",
13
+ "pad_token": "[PAD]",
14
+ "sep_token": "[SEP]",
15
+ "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  }