Maximofn commited on
Commit
d3ec36f
1 Parent(s): cd3c201

Training in progress, epoch 1

Browse files
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "<EJ>": 50258,
3
+ "<SJ>": 50257
4
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:50dd230b60dd3f128ac5c636d2f0f1e3700945ecae80da25ee421c15eee8a4ab
3
  size 497780352
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5985f3e08f0ece3e377ac0f1e83a6ab2e9845db7a7627d570d20acd462552be1
3
  size 497780352
runs/Jul13_10-11-50_8de3af1b431d/events.out.tfevents.1720865518.8de3af1b431d.3332.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:805ed130d8ddbc5dd732ac21b83ab50e026cfdfaa5035ba7fcb8675dda5abee2
3
+ size 5240
runs/Jul13_10-11-50_8de3af1b431d/events.out.tfevents.1720865550.8de3af1b431d.3332.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04b4974d47691f6b3370ca4de3aa36bb5e053701869227411ac9a77b23c3c9fa
3
+ size 5511
runs/Jul13_10-13-25_8de3af1b431d/events.out.tfevents.1720865619.8de3af1b431d.3332.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b47a0a7d9b4c9b5d6e653d231e6d93eb6944c25252438be1eb55dbd3273549d0
3
+ size 5540
runs/Jul13_10-14-15_8de3af1b431d/events.out.tfevents.1720865667.8de3af1b431d.3332.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b748de13073955ecaa77b4f3b02125f9a9d93a9cc5ae6ac781816a5d25a9836c
3
+ size 6643
runs/Jul13_10-14-15_8de3af1b431d/events.out.tfevents.1720865724.8de3af1b431d.3332.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cd399b3b53e4928dc261af6f5a06bb2a463a766934f5b3cf5784dbfec09c6e4
3
+ size 359
runs/Jul13_10-19-39_8de3af1b431d/events.out.tfevents.1720866015.8de3af1b431d.5358.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f5e086c59c341839d388df483a5040a0ba8939235389a93526f2870019d45eb
3
+ size 5238
runs/Jul13_10-19-39_8de3af1b431d/events.out.tfevents.1720866051.8de3af1b431d.5358.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:026368c642f3d6b40e34bd33a5d04e32de46f97d385198c71190cb9cd002bbd9
3
+ size 5238
runs/Jul13_10-22-19_8de3af1b431d/events.out.tfevents.1720866146.8de3af1b431d.6946.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c68e6084486773aba3dbb108500ac8ba7bc4d9267905936b0bb6cec27658cc8
3
+ size 8463
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
+ "unk_token": "<|endoftext|>"
6
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "50257": {
13
+ "content": "<SJ>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": false
19
+ },
20
+ "50258": {
21
+ "content": "<EJ>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": false
27
+ }
28
+ },
29
+ "bos_token": "<|endoftext|>",
30
+ "clean_up_tokenization_spaces": true,
31
+ "eos_token": "<|endoftext|>",
32
+ "model_max_length": 1024,
33
+ "pad_token": "<|endoftext|>",
34
+ "tokenizer_class": "GPT2Tokenizer",
35
+ "unk_token": "<|endoftext|>"
36
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6c5a40843c26a73b213741685b0053b7cde405f00fa4684c3a3507a45c641fd1
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d6c56c157130b8bbbd661f5ac1aa4d22ed4e8c3a775f88dcca861d69141cd45
3
  size 5240
vocab.json ADDED
The diff for this file is too large to render. See raw diff