srivatsavaasista commited on
Commit
c460977
1 Parent(s): e6dd212

Training in progress epoch 0

Browse files
Files changed (4) hide show
  1. README.md +3 -3
  2. special_tokens_map.json +1 -0
  3. tf_model.h5 +1 -1
  4. tokenizer.json +6 -1
README.md CHANGED
@@ -14,8 +14,8 @@ probably proofread and complete it, then remove this comment. -->
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.5550
18
- - Validation Loss: 6.5004
19
  - Epoch: 0
20
 
21
  ## Model description
@@ -42,7 +42,7 @@ The following hyperparameters were used during training:
42
 
43
  | Train Loss | Validation Loss | Epoch |
44
  |:----------:|:---------------:|:-----:|
45
- | 7.5550 | 6.5004 | 0 |
46
 
47
 
48
  ### Framework versions
 
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.5435
18
+ - Validation Loss: 6.4878
19
  - Epoch: 0
20
 
21
  ## Model description
 
42
 
43
  | Train Loss | Validation Loss | Epoch |
44
  |:----------:|:---------------:|:-----:|
45
+ | 7.5435 | 6.4878 | 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:ff29c36a1d3cb11d0e3475533506fb2e5533b573645c1c20b245a84e594c57b9
3
  size 503289960
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:739bcd529b9c5d6af9067800a48c9e7405d965d098556d631cfb0a419a5165a5
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
  {