abbysAI commited on
Commit
1c4664e
·
verified ·
1 Parent(s): ed966b5

Training complete

Browse files
README.md CHANGED
@@ -15,6 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
15
  # results
16
 
17
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
 
 
 
18
 
19
  ## Model description
20
 
@@ -41,6 +44,15 @@ The following hyperparameters were used during training:
41
  - lr_scheduler_type: linear
42
  - num_epochs: 3
43
 
 
 
 
 
 
 
 
 
 
44
  ### Framework versions
45
 
46
  - Transformers 4.47.1
 
15
  # results
16
 
17
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.4349
20
+ - Mse: 1.4349
21
 
22
  ## Model description
23
 
 
44
  - lr_scheduler_type: linear
45
  - num_epochs: 3
46
 
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Mse |
50
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
51
+ | 1.5497 | 1.0 | 150 | 1.5478 | 1.5478 |
52
+ | 1.1914 | 2.0 | 300 | 1.3738 | 1.3738 |
53
+ | 1.1 | 3.0 | 450 | 1.4349 | 1.4349 |
54
+
55
+
56
  ### Framework versions
57
 
58
  - Transformers 4.47.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5b604024e4519ec41a2d7e579c5351464c271cbb9142d1bdb5dbccd1c5b9ad1c
3
  size 437955572
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b864901d2d3507cecfc0145eb95c1978b9c1990a98a1b3ff3e53a5a9bf7bdd36
3
  size 437955572
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "extra_special_tokens": {},
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "BertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:37a8101d4eac01d2e08569c848a1a71e492a6b1d5a75727a439a83a92bd01707
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9e60d639a731e98e1edec0530955ef23ff206887341b17b3497ce99aa0bdd7a
3
  size 5304
vocab.txt ADDED
The diff for this file is too large to render. See raw diff