srivatsavaasista commited on
Commit
25e2277
1 Parent(s): 9f09f0c

Training in progress epoch 0

Browse files
Files changed (4) hide show
  1. README.md +6 -8
  2. special_tokens_map.json +1 -0
  3. tf_model.h5 +1 -1
  4. tokenizer.json +6 -1
README.md CHANGED
@@ -3,20 +3,20 @@ license: mit
3
  tags:
4
  - generated_from_keras_callback
5
  model-index:
6
- - name: textgenerator
7
  results: []
8
  ---
9
 
10
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
11
  probably proofread and complete it, then remove this comment. -->
12
 
13
- # textgenerator
14
 
15
  This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 6.4559
18
- - Validation Loss: 6.4878
19
- - Epoch: 2
20
 
21
  ## Model description
22
 
@@ -42,9 +42,7 @@ The following hyperparameters were used during training:
42
 
43
  | Train Loss | Validation Loss | Epoch |
44
  |:----------:|:---------------:|:-----:|
45
- | 7.5435 | 6.4878 | 0 |
46
- | 6.4560 | 6.4878 | 1 |
47
- | 6.4559 | 6.4878 | 2 |
48
 
49
 
50
  ### Framework versions
 
3
  tags:
4
  - generated_from_keras_callback
5
  model-index:
6
+ - name: srivatsavaasista/textgenerator
7
  results: []
8
  ---
9
 
10
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
11
  probably proofread and complete it, then remove this comment. -->
12
 
13
+ # srivatsavaasista/textgenerator
14
 
15
  This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 7.5475
18
+ - Validation Loss: 6.4893
19
+ - Epoch: 0
20
 
21
  ## Model description
22
 
 
42
 
43
  | Train Loss | Validation Loss | Epoch |
44
  |:----------:|:---------------:|:-----:|
45
+ | 7.5475 | 6.4893 | 0 |
 
 
46
 
47
 
48
  ### Framework versions
special_tokens_map.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
  "bos_token": "<|endoftext|>",
3
  "eos_token": "<|endoftext|>",
 
4
  "unk_token": "<|endoftext|>"
5
  }
 
1
  {
2
  "bos_token": "<|endoftext|>",
3
  "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
  "unk_token": "<|endoftext|>"
6
  }
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:10f86dfb998dd869c6b2ac876da7c59827b3a25b9d65ad5a1b3e522e08776f63
3
  size 503289960
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ad2e4705b3b5266e07ac01f08e736d429535812c0949de8033bc9c6c0b6a2d9
3
  size 503289960
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
  {