gjonesQ02 commited on
Commit
e68e8ab
1 Parent(s): 505d935

Training in progress, step 500

Browse files
config.json CHANGED
@@ -7,6 +7,7 @@
7
  ],
8
  "attn_pdrop": 0.1,
9
  "bos_token_id": 50256,
 
10
  "embd_pdrop": 0.1,
11
  "eos_token_id": 50256,
12
  "id2label": {
@@ -17,6 +18,7 @@
17
  "LABEL_0": 0
18
  },
19
  "layer_norm_epsilon": 1e-05,
 
20
  "model_type": "gpt2",
21
  "n_ctx": 1024,
22
  "n_embd": 768,
 
7
  ],
8
  "attn_pdrop": 0.1,
9
  "bos_token_id": 50256,
10
+ "do_sample": true,
11
  "embd_pdrop": 0.1,
12
  "eos_token_id": 50256,
13
  "id2label": {
 
18
  "LABEL_0": 0
19
  },
20
  "layer_norm_epsilon": 1e-05,
21
+ "max_length": 50,
22
  "model_type": "gpt2",
23
  "n_ctx": 1024,
24
  "n_embd": 768,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7bab3e6825b19a078743adceafce17d0a3c4633b3519e5177e277ea5afcfa207
3
  size 327657928
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5bfea2d6f695946e5576a42d4d1fb9856c6c16d8bd15fb543a6cd5024e84197
3
  size 327657928
runs/Mar31_12-55-04_ilpa1209/events.out.tfevents.1711904115.ilpa1209.2365860.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01f7913ec6aa06211af4f82914d79135cb7f726c993d65ff59f28ce453f44471
3
+ size 5792
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": 600,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a1ccbba758bd43e44a7c2b15a4bd05e364a7225183fc140bbb485c6e7530fae8
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:816d0f6c7613fc4f109d1729d655d320ebbb71ebf0af8dd0f60328589278b21d
3
  size 4984