jumelet commited on
Commit
f1d8bdf
·
1 Parent(s): 27c4321

Training in progress, step 15

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +2 -2
  3. tokenizer.json +8 -8
  4. training_args.bin +1 -1
config.json CHANGED
@@ -19,7 +19,7 @@
19
  "layer_norm_epsilon": 1e-05,
20
  "model_type": "gpt2",
21
  "n_ctx": 1024,
22
- "n_embd": 128,
23
  "n_head": 8,
24
  "n_inner": null,
25
  "n_layer": 8,
 
19
  "layer_norm_epsilon": 1e-05,
20
  "model_type": "gpt2",
21
  "n_ctx": 1024,
22
+ "n_embd": 64,
23
  "n_head": 8,
24
  "n_inner": null,
25
  "n_layer": 8,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a1a99ee956ced27cabbbf246e778f46148647460f70704e38249498916396652
3
- size 6400794
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:930764b29a243a9ed0f7a33909c827a9d9135aaecdf9cf81f54c2b4543a87e8e
3
+ size 1643738
tokenizer.json CHANGED
@@ -94,16 +94,16 @@
94
  "<pad>": 1,
95
  "<mask>": 2,
96
  "<bos>": 3,
97
- "Tuesday": 4,
98
- "that": 5,
99
- "and": 6,
100
- "Today": 7,
101
- "meant": 8,
102
  ",": 9,
103
  ".": 10,
104
- "was": 11,
105
- "class": 12,
106
- "Bible": 13
107
  },
108
  "unk_token": "<unk>"
109
  }
 
94
  "<pad>": 1,
95
  "<mask>": 2,
96
  "<bos>": 3,
97
+ "Bible": 4,
98
+ "was": 5,
99
+ "Today": 6,
100
+ "class": 7,
101
+ "Tuesday": 8,
102
  ",": 9,
103
  ".": 10,
104
+ "and": 11,
105
+ "meant": 12,
106
+ "that": 13
107
  },
108
  "unk_token": "<unk>"
109
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d86cf3b1d355bd091e9e110f95a0fada81eda87e79cf3c112a09ce19a56297d5
3
  size 4472
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1483fd0361b0dd048b0452cf9d0bd768bcc1a6685e07fbaa83934aa3e0b8de64
3
  size 4472