rwang5688 commited on
Commit
306172d
1 Parent(s): fc892f1

Training in progress epoch 0

Browse files
README.md CHANGED
@@ -14,10 +14,10 @@ probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 0.0591
18
- - Validation Loss: 0.3201
19
- - Train Accuracy: 0.9037
20
- - Epoch: 2
21
 
22
  ## Model description
23
 
@@ -43,14 +43,12 @@ The following hyperparameters were used during training:
43
 
44
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
45
  |:----------:|:---------------:|:--------------:|:-----:|
46
- | 0.2119 | 0.2864 | 0.8876 | 0 |
47
- | 0.1029 | 0.2479 | 0.9048 | 1 |
48
- | 0.0591 | 0.3201 | 0.9037 | 2 |
49
 
50
 
51
  ### Framework versions
52
 
53
- - Transformers 4.27.4
54
  - TensorFlow 2.12.0
55
  - Datasets 2.11.0
56
- - Tokenizers 0.13.2
 
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 0.2130
18
+ - Validation Loss: 0.2447
19
+ - Train Accuracy: 0.8979
20
+ - Epoch: 0
21
 
22
  ## Model description
23
 
 
43
 
44
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
45
  |:----------:|:---------------:|:--------------:|:-----:|
46
+ | 0.2130 | 0.2447 | 0.8979 | 0 |
 
 
47
 
48
 
49
  ### Framework versions
50
 
51
+ - Transformers 4.28.0
52
  - TensorFlow 2.12.0
53
  - Datasets 2.11.0
54
+ - Tokenizers 0.13.3
config.json CHANGED
@@ -26,6 +26,6 @@
26
  "seq_classif_dropout": 0.2,
27
  "sinusoidal_pos_embds": false,
28
  "tie_weights_": true,
29
- "transformers_version": "4.27.4",
30
  "vocab_size": 30522
31
  }
 
26
  "seq_classif_dropout": 0.2,
27
  "sinusoidal_pos_embds": false,
28
  "tie_weights_": true,
29
+ "transformers_version": "4.28.0",
30
  "vocab_size": 30522
31
  }
logs/train/events.out.tfevents.1681490854.ip-172-26-13-131.44582.0.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da96dd589f46e5a95dfab59a67bbd59c93d0cd96953b335898a145b4196c0635
3
+ size 1788388
logs/validation/events.out.tfevents.1681492739.ip-172-26-13-131.44582.1.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b12f9161c2e1ba02aebb850b609c09b4f3eabde8d871abc0dd626de5e553faae
3
+ size 232
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8d182b2c6ec702422e6bbdae6c6dccb25bda048f690c18df3a84c2c32246e9cf
3
  size 267951808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04d7b674c66813a8dc0304fcadfadb57a4c7d978e859ba0b43e05a37c8909f6a
3
  size 267951808
tokenizer_config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
 
2
  "cls_token": "[CLS]",
3
  "do_lower_case": true,
4
  "mask_token": "[MASK]",
5
  "model_max_length": 512,
6
  "pad_token": "[PAD]",
7
  "sep_token": "[SEP]",
8
- "special_tokens_map_file": null,
9
  "strip_accents": null,
10
  "tokenize_chinese_chars": true,
11
  "tokenizer_class": "DistilBertTokenizer",
 
1
  {
2
+ "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_lower_case": true,
5
  "mask_token": "[MASK]",
6
  "model_max_length": 512,
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
 
9
  "strip_accents": null,
10
  "tokenize_chinese_chars": true,
11
  "tokenizer_class": "DistilBertTokenizer",