mrm8488 commited on
Commit
1af2e26
1 Parent(s): c2c90f8

Training in progress, step 100

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
runs/Jun26_10-52-00_ip-10-10-22-230.eu-west-1.compute.internal/events.out.tfevents.1687776848.ip-10-10-22-230.eu-west-1.compute.internal.20175.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2ca5b6acaf7db4c3180631dfb1631d52d81d9ea882b640240471eec3dd3df9a
3
+ size 4929
runs/Jun26_10-59-17_ip-10-10-22-230.eu-west-1.compute.internal/events.out.tfevents.1687777279.ip-10-10-22-230.eu-west-1.compute.internal.26235.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:808b5d44644430b3f561496704a15d1800c237c5fe1e65e7e3e24b64f8caff46
3
+ size 6469
runs/Jun26_12-17-34_ip-10-10-22-230.eu-west-1.compute.internal/events.out.tfevents.1687781975.ip-10-10-22-230.eu-west-1.compute.internal.4306.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5a798afb746e61c89667216d586bdac32acc61154cad50474890f5a153b0fa9
3
+ size 20599
special_tokens_map.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ ">>TITLE<<",
4
+ ">>ABSTRACT<<",
5
+ ">>INTRODUCTION<<",
6
+ ">>SUMMARY<<",
7
+ ">>COMMENT<<",
8
+ ">>ANSWER<<",
9
+ ">>QUESTION<<",
10
+ ">>DOMAIN<<",
11
+ ">>PREFIX<<",
12
+ ">>SUFFIX<<",
13
+ ">>MIDDLE<<"
14
+ ],
15
+ "eos_token": "<|endoftext|>",
16
+ "pad_token": "<|endoftext|>"
17
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "clean_up_tokenization_spaces": true,
4
+ "eos_token": "<|endoftext|>",
5
+ "model_max_length": 2048,
6
+ "tokenizer_class": "PreTrainedTokenizerFast"
7
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce9743ff34401c38366a19e6bdd94b9968452dbf21f7aa1dde662a552ae45249
3
+ size 4027