botcon commited on
Commit
d51685d
·
1 Parent(s): 87c6137

Training in progress, epoch 1

Browse files
adapter_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "studio-ousia/luke-base",
4
+ "bias": "none",
5
+ "fan_in_fan_out": false,
6
+ "inference_mode": true,
7
+ "init_lora_weights": true,
8
+ "layers_pattern": null,
9
+ "layers_to_transform": null,
10
+ "lora_alpha": 32,
11
+ "lora_dropout": 0.1,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 8,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "luke.encoder.layer.0.attention.self.query",
18
+ "luke.encoder.layer.0.attention.self.key",
19
+ "luke.encoder.layer.0.attention.self.value",
20
+ "luke.encoder.layer.1.attention.self.query",
21
+ "luke.encoder.layer.1.attention.self.key",
22
+ "luke.encoder.layer.1.attention.self.value",
23
+ "luke.encoder.layer.2.attention.self.query",
24
+ "luke.encoder.layer.2.attention.self.key",
25
+ "luke.encoder.layer.2.attention.self.value",
26
+ "luke.encoder.layer.3.attention.self.query",
27
+ "luke.encoder.layer.3.attention.self.key",
28
+ "luke.encoder.layer.3.attention.self.value",
29
+ "luke.encoder.layer.4.attention.self.query",
30
+ "luke.encoder.layer.4.attention.self.key",
31
+ "luke.encoder.layer.4.attention.self.value",
32
+ "luke.encoder.layer.5.attention.self.query",
33
+ "luke.encoder.layer.5.attention.self.key",
34
+ "luke.encoder.layer.5.attention.self.value",
35
+ "luke.encoder.layer.6.attention.self.query",
36
+ "luke.encoder.layer.6.attention.self.key",
37
+ "luke.encoder.layer.6.attention.self.value",
38
+ "luke.encoder.layer.7.attention.self.query",
39
+ "luke.encoder.layer.7.attention.self.key",
40
+ "luke.encoder.layer.7.attention.self.value",
41
+ "luke.encoder.layer.8.attention.self.query",
42
+ "luke.encoder.layer.8.attention.self.key",
43
+ "luke.encoder.layer.8.attention.self.value",
44
+ "luke.encoder.layer.9.attention.self.query",
45
+ "luke.encoder.layer.9.attention.self.key",
46
+ "luke.encoder.layer.9.attention.self.value",
47
+ "luke.encoder.layer.10.attention.self.query",
48
+ "luke.encoder.layer.10.attention.self.key",
49
+ "luke.encoder.layer.10.attention.self.value",
50
+ "luke.encoder.layer.11.attention.self.query",
51
+ "luke.encoder.layer.11.attention.self.key",
52
+ "luke.encoder.layer.11.attention.self.value",
53
+ "luke.encoder.layer.11.output.dense",
54
+ "qa_outputs"
55
+ ],
56
+ "task_type": "QUESTION_ANS"
57
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af82d14c3b7af7001f913fcd255cda5fa57b2ec19c47e3a42d7b1587f21be5d8
3
+ size 1977374
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "50264": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": true,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "mask_token": "<mask>",
51
+ "model_max_length": 512,
52
+ "pad_token": "<pad>",
53
+ "sep_token": "</s>",
54
+ "tokenizer_class": "RobertaTokenizer",
55
+ "trim_offsets": true,
56
+ "unk_token": "<unk>"
57
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9cc5eb370585aab88b40e71d5bc2ce806e09bc5ffd8aa91d85011f4e302a6a1
3
+ size 4536
vocab.json ADDED
The diff for this file is too large to render. See raw diff