fab-an commited on
Commit
4597d5f
·
1 Parent(s): 3686810

Training in progress epoch 0

Browse files
Files changed (5) hide show
  1. README.md +5 -7
  2. config.json +1 -1
  3. generation_config.json +1 -1
  4. tf_model.h5 +1 -1
  5. tokenizer_config.json +0 -1
README.md CHANGED
@@ -14,9 +14,9 @@ probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 3.7234
18
- - Validation Loss: 3.7528
19
- - Epoch: 2
20
 
21
  ## Model description
22
 
@@ -42,14 +42,12 @@ The following hyperparameters were used during training:
42
 
43
  | Train Loss | Validation Loss | Epoch |
44
  |:----------:|:---------------:|:-----:|
45
- | 3.9043 | 3.7814 | 0 |
46
- | 3.7846 | 3.7608 | 1 |
47
- | 3.7234 | 3.7528 | 2 |
48
 
49
 
50
  ### Framework versions
51
 
52
- - Transformers 4.26.1
53
  - TensorFlow 2.11.0
54
  - Datasets 2.10.1
55
  - Tokenizers 0.13.2
 
14
 
15
  This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 7.3639
18
+ - Validation Loss: 7.0367
19
+ - Epoch: 0
20
 
21
  ## Model description
22
 
 
42
 
43
  | Train Loss | Validation Loss | Epoch |
44
  |:----------:|:---------------:|:-----:|
45
+ | 7.3639 | 7.0367 | 0 |
 
 
46
 
47
 
48
  ### Framework versions
49
 
50
+ - Transformers 4.27.1
51
  - TensorFlow 2.11.0
52
  - Datasets 2.10.1
53
  - Tokenizers 0.13.2
config.json CHANGED
@@ -39,7 +39,7 @@
39
  "max_length": 50
40
  }
41
  },
42
- "transformers_version": "4.26.1",
43
  "use_cache": true,
44
  "vocab_size": 50257
45
  }
 
39
  "max_length": 50
40
  }
41
  },
42
+ "transformers_version": "4.27.1",
43
  "use_cache": true,
44
  "vocab_size": 50257
45
  }
generation_config.json CHANGED
@@ -2,5 +2,5 @@
2
  "_from_model_config": true,
3
  "bos_token_id": 50256,
4
  "eos_token_id": 50256,
5
- "transformers_version": "4.26.1"
6
  }
 
2
  "_from_model_config": true,
3
  "bos_token_id": 50256,
4
  "eos_token_id": 50256,
5
+ "transformers_version": "4.27.1"
6
  }
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b5b02e69b433bc8c4db97c802765af5f96c588b5cc96fb0d85a779835dffcb34
3
  size 327745496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23ff9985b7a765488552250af2b3a450ed09197988f67bc9a2be9cea342d9fb6
3
  size 327745496
tokenizer_config.json CHANGED
@@ -3,7 +3,6 @@
3
  "bos_token": "<|endoftext|>",
4
  "eos_token": "<|endoftext|>",
5
  "model_max_length": 1024,
6
- "name_or_path": "distilgpt2",
7
  "special_tokens_map_file": null,
8
  "tokenizer_class": "GPT2Tokenizer",
9
  "unk_token": "<|endoftext|>"
 
3
  "bos_token": "<|endoftext|>",
4
  "eos_token": "<|endoftext|>",
5
  "model_max_length": 1024,
 
6
  "special_tokens_map_file": null,
7
  "tokenizer_class": "GPT2Tokenizer",
8
  "unk_token": "<|endoftext|>"