joshcarp commited on
Commit
18674ff
1 Parent(s): e1d183a

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +3 -3
  2. model.safetensors +2 -2
  3. tokenizer.json +1 -6
config.json CHANGED
@@ -10,10 +10,10 @@
10
  "initializer_range": 0.02,
11
  "layer_norm_epsilon": 1e-05,
12
  "model_type": "gpt2",
13
- "n_embd": 96,
14
- "n_head": 8,
15
  "n_inner": null,
16
- "n_layer": 4,
17
  "n_positions": 1024,
18
  "reorder_and_upcast_attn": false,
19
  "resid_pdrop": 0.1,
 
10
  "initializer_range": 0.02,
11
  "layer_norm_epsilon": 1e-05,
12
  "model_type": "gpt2",
13
+ "n_embd": 600,
14
+ "n_head": 10,
15
  "n_inner": null,
16
+ "n_layer": 10,
17
  "n_positions": 1024,
18
  "reorder_and_upcast_attn": false,
19
  "resid_pdrop": 0.1,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f19a53748ef7829c453fd4887a282f741186e3ba52abc703e6a2e2e651fd108a
3
- size 21487080
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32cf349f2376579e349e3ce27baa6096f99c7f0c70924050bd3d8077cedbbd92
3
+ size 296203656
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 512,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {