Hasimi commited on
Commit
fd31c4c
·
1 Parent(s): f973ccb

Training in progress epoch 0

Browse files
Files changed (5) hide show
  1. README.md +6 -8
  2. config.json +1 -1
  3. special_tokens_map.json +7 -1
  4. tf_model.h5 +2 -2
  5. tokenizer.json +6 -1
README.md CHANGED
@@ -5,20 +5,20 @@ base_model: gpt2
5
  tags:
6
  - generated_from_keras_callback
7
  model-index:
8
- - name: turkishReviews-ds-mini
9
  results: []
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
13
  probably proofread and complete it, then remove this comment. -->
14
 
15
- # turkishReviews-ds-mini
16
 
17
  This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Train Loss: 9.0585
20
- - Validation Loss: 9.1571
21
- - Epoch: 2
22
 
23
  ## Model description
24
 
@@ -44,9 +44,7 @@ The following hyperparameters were used during training:
44
 
45
  | Train Loss | Validation Loss | Epoch |
46
  |:----------:|:---------------:|:-----:|
47
- | 10.1674 | 9.7615 | 0 |
48
- | 9.4776 | 9.4061 | 1 |
49
- | 9.0585 | 9.1571 | 2 |
50
 
51
 
52
  ### Framework versions
 
5
  tags:
6
  - generated_from_keras_callback
7
  model-index:
8
+ - name: Metinhsimi/turkishReviews-ds-mini
9
  results: []
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
13
  probably proofread and complete it, then remove this comment. -->
14
 
15
+ # Metinhsimi/turkishReviews-ds-mini
16
 
17
  This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Train Loss: 10.1725
20
+ - Validation Loss: 9.7865
21
+ - Epoch: 0
22
 
23
  ## Model description
24
 
 
44
 
45
  | Train Loss | Validation Loss | Epoch |
46
  |:----------:|:---------------:|:-----:|
47
+ | 10.1725 | 9.7865 | 0 |
 
 
48
 
49
 
50
  ### Framework versions
config.json CHANGED
@@ -34,5 +34,5 @@
34
  },
35
  "transformers_version": "4.47.1",
36
  "use_cache": true,
37
- "vocab_size": 36313
38
  }
 
34
  },
35
  "transformers_version": "4.47.1",
36
  "use_cache": true,
37
+ "vocab_size": 36314
38
  }
special_tokens_map.json CHANGED
@@ -1,7 +1,13 @@
1
  {
2
  "cls_token": "[CLS]",
3
  "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
 
 
 
 
 
 
5
  "sep_token": "[SEP]",
6
  "unk_token": "[UNK]"
7
  }
 
1
  {
2
  "cls_token": "[CLS]",
3
  "mask_token": "[MASK]",
4
+ "pad_token": {
5
+ "content": "[PAD]",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false
10
+ },
11
  "sep_token": "[SEP]",
12
  "unk_token": "[UNK]"
13
  }
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2b6c0b3022958a1bd42c00aea1a9cc3402c1c82a0708605726504a42ebbdd72b
3
- size 455099472
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b04657e8162d18f5820a16063899025f38db6b262d2b5f91bb6c2cc8d6cf873f
3
+ size 455102544
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 40,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {