KuRoti commited on
Commit
33216e6
1 Parent(s): 4ab4c2d

t5_transferqa

Browse files
added_tokens.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"[bos]": 32100, "[eos]": 32101, "[sep]": 32102}
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "t5-large",
3
+ "architectures": [
4
+ "T5ForConditionalGeneration"
5
+ ],
6
+ "d_ff": 4096,
7
+ "d_kv": 64,
8
+ "d_model": 1024,
9
+ "decoder_start_token_id": 0,
10
+ "dropout_rate": 0.1,
11
+ "eos_token_id": 1,
12
+ "feed_forward_proj": "relu",
13
+ "initializer_factor": 1.0,
14
+ "is_encoder_decoder": true,
15
+ "layer_norm_epsilon": 1e-06,
16
+ "model_type": "t5",
17
+ "n_positions": 512,
18
+ "num_decoder_layers": 24,
19
+ "num_heads": 16,
20
+ "num_layers": 24,
21
+ "output_past": true,
22
+ "pad_token_id": 0,
23
+ "relative_attention_num_buckets": 32,
24
+ "task_specific_params": {
25
+ "summarization": {
26
+ "early_stopping": true,
27
+ "length_penalty": 2.0,
28
+ "max_length": 200,
29
+ "min_length": 30,
30
+ "no_repeat_ngram_size": 3,
31
+ "num_beams": 4,
32
+ "prefix": "summarize: "
33
+ },
34
+ "translation_en_to_de": {
35
+ "early_stopping": true,
36
+ "max_length": 300,
37
+ "num_beams": 4,
38
+ "prefix": "translate English to German: "
39
+ },
40
+ "translation_en_to_fr": {
41
+ "early_stopping": true,
42
+ "max_length": 300,
43
+ "num_beams": 4,
44
+ "prefix": "translate English to French: "
45
+ },
46
+ "translation_en_to_ro": {
47
+ "early_stopping": true,
48
+ "max_length": 300,
49
+ "num_beams": 4,
50
+ "prefix": "translate English to Romanian: "
51
+ }
52
+ },
53
+ "torch_dtype": "float32",
54
+ "transformers_version": "4.11.3",
55
+ "use_cache": true,
56
+ "vocab_size": 32103
57
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d1ee9d6de875903f4b9ed05496a22483595fb6f1f46653deb43577de523f397
3
+ size 2950795143
results/attractionuse_value_False_prediction.json ADDED
The diff for this file is too large to render. See raw diff
 
results/attractionuse_value_False_result.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "Joint Acc": 0.3234726688102894,
3
+ "Turn Acc": 0.6192926045016072,
4
+ "Joint F1": 0.5610610932475903
5
+ }
results/attractionuse_value_False_slot_acc.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attraction-area": [
3
+ 3300,
4
+ 1971,
5
+ 0.5972727272727273
6
+ ],
7
+ "attraction-name": [
8
+ 1348,
9
+ 785,
10
+ 0.5823442136498517
11
+ ],
12
+ "attraction-type": [
13
+ 3298,
14
+ 2045,
15
+ 0.6200727713765919
16
+ ],
17
+ "slot_gate": [
18
+ 9330,
19
+ 6324,
20
+ 0.6778135048231512
21
+ ]
22
+ }
results/hoteluse_value_False_prediction.json ADDED
The diff for this file is too large to render. See raw diff
 
results/hoteluse_value_False_result.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "Joint Acc": 0.22128589263420725,
3
+ "Turn Acc": 0.744225967540574,
4
+ "Joint F1": 0.6100705562440001
5
+ }
results/hoteluse_value_False_slot_acc.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hotel-pricerange": [
3
+ 2836,
4
+ 1885,
5
+ 0.6646685472496474
6
+ ],
7
+ "hotel-type": [
8
+ 2568,
9
+ 418,
10
+ 0.16277258566978192
11
+ ],
12
+ "hotel-parking": [
13
+ 2130,
14
+ 1068,
15
+ 0.5014084507042254
16
+ ],
17
+ "hotel-book day": [
18
+ 2096,
19
+ 1962,
20
+ 0.9360687022900763
21
+ ],
22
+ "hotel-book people": [
23
+ 1031,
24
+ 877,
25
+ 0.8506304558680893
26
+ ],
27
+ "hotel-book stay": [
28
+ 1047,
29
+ 255,
30
+ 0.24355300859598855
31
+ ],
32
+ "hotel-area": [
33
+ 2498,
34
+ 1651,
35
+ 0.6609287429943955
36
+ ],
37
+ "hotel-stars": [
38
+ 1188,
39
+ 1016,
40
+ 0.8552188552188552
41
+ ],
42
+ "hotel-internet": [
43
+ 2250,
44
+ 1046,
45
+ 0.4648888888888889
46
+ ],
47
+ "hotel-name": [
48
+ 1403,
49
+ 1034,
50
+ 0.736992159657876
51
+ ],
52
+ "slot_gate": [
53
+ 32040,
54
+ 25024,
55
+ 0.781023720349563
56
+ ]
57
+ }
results/restaurantuse_value_False_prediction.json ADDED
The diff for this file is too large to render. See raw diff
 
results/restaurantuse_value_False_result.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "Joint Acc": 0.3024709735040191,
3
+ "Turn Acc": 0.7932633011525548,
4
+ "Joint F1": 0.7439263029319602
5
+ }
results/restaurantuse_value_False_slot_acc.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "restaurant-pricerange": [
3
+ 3890,
4
+ 3201,
5
+ 0.8228791773778921
6
+ ],
7
+ "restaurant-area": [
8
+ 4062,
9
+ 2996,
10
+ 0.7375677006400788
11
+ ],
12
+ "restaurant-food": [
13
+ 2073,
14
+ 1391,
15
+ 0.6710082006753497
16
+ ],
17
+ "restaurant-name": [
18
+ 1602,
19
+ 1214,
20
+ 0.7578027465667915
21
+ ],
22
+ "restaurant-book day": [
23
+ 2622,
24
+ 2552,
25
+ 0.973302822273074
26
+ ],
27
+ "restaurant-book people": [
28
+ 1325,
29
+ 1258,
30
+ 0.9494339622641509
31
+ ],
32
+ "restaurant-book time": [
33
+ 1311,
34
+ 1006,
35
+ 0.7673531655225019
36
+ ],
37
+ "slot_gate": [
38
+ 23513,
39
+ 19682,
40
+ 0.8370688555267299
41
+ ]
42
+ }
results/taxiuse_value_False_prediction.json ADDED
The diff for this file is too large to render. See raw diff
 
results/taxiuse_value_False_result.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "Joint Acc": 0.6393548387096775,
3
+ "Turn Acc": 0.8156451612903226,
4
+ "Joint F1": 0.7837127496159761
5
+ }
results/taxiuse_value_False_slot_acc.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "taxi-destination": [
3
+ 578,
4
+ 230,
5
+ 0.39792387543252594
6
+ ],
7
+ "taxi-departure": [
8
+ 568,
9
+ 183,
10
+ 0.3221830985915493
11
+ ],
12
+ "taxi-leaveat": [
13
+ 328,
14
+ 247,
15
+ 0.7530487804878049
16
+ ],
17
+ "taxi-arriveby": [
18
+ 233,
19
+ 142,
20
+ 0.6094420600858369
21
+ ],
22
+ "slot_gate": [
23
+ 6200,
24
+ 5406,
25
+ 0.8719354838709678
26
+ ]
27
+ }
results/trainuse_value_False_prediction.json ADDED
The diff for this file is too large to render. See raw diff
 
results/trainuse_value_False_result.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "Joint Acc": 0.37986330178759203,
3
+ "Turn Acc": 0.8197511391517706,
4
+ "Joint F1": 0.830033510711735
5
+ }
results/trainuse_value_False_slot_acc.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train-destination": [
3
+ 2677,
4
+ 2576,
5
+ 0.962271199103474
6
+ ],
7
+ "train-day": [
8
+ 5284,
9
+ 5083,
10
+ 0.9619606358819076
11
+ ],
12
+ "train-departure": [
13
+ 2585,
14
+ 2426,
15
+ 0.9384912959381044
16
+ ],
17
+ "train-arriveby": [
18
+ 1588,
19
+ 963,
20
+ 0.6064231738035264
21
+ ],
22
+ "train-book people": [
23
+ 1141,
24
+ 892,
25
+ 0.7817703768624014
26
+ ],
27
+ "train-leaveat": [
28
+ 1240,
29
+ 441,
30
+ 0.3556451612903226
31
+ ],
32
+ "slot_gate": [
33
+ 22824,
34
+ 20241,
35
+ 0.8868296529968455
36
+ ]
37
+ }
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "[bos]", "eos_token": "[eos]", "unk_token": "<unk>", "sep_token": "[sep]", "pad_token": "<pad>", "additional_special_tokens": ["<extra_id_0>", "<extra_id_1>", "<extra_id_2>", "<extra_id_3>", "<extra_id_4>", "<extra_id_5>", "<extra_id_6>", "<extra_id_7>", "<extra_id_8>", "<extra_id_9>", "<extra_id_10>", "<extra_id_11>", "<extra_id_12>", "<extra_id_13>", "<extra_id_14>", "<extra_id_15>", "<extra_id_16>", "<extra_id_17>", "<extra_id_18>", "<extra_id_19>", "<extra_id_20>", "<extra_id_21>", "<extra_id_22>", "<extra_id_23>", "<extra_id_24>", "<extra_id_25>", "<extra_id_26>", "<extra_id_27>", "<extra_id_28>", "<extra_id_29>", "<extra_id_30>", "<extra_id_31>", "<extra_id_32>", "<extra_id_33>", "<extra_id_34>", "<extra_id_35>", "<extra_id_36>", "<extra_id_37>", "<extra_id_38>", "<extra_id_39>", "<extra_id_40>", "<extra_id_41>", "<extra_id_42>", "<extra_id_43>", "<extra_id_44>", "<extra_id_45>", "<extra_id_46>", "<extra_id_47>", "<extra_id_48>", "<extra_id_49>", "<extra_id_50>", "<extra_id_51>", "<extra_id_52>", "<extra_id_53>", "<extra_id_54>", "<extra_id_55>", "<extra_id_56>", "<extra_id_57>", "<extra_id_58>", "<extra_id_59>", "<extra_id_60>", "<extra_id_61>", "<extra_id_62>", "<extra_id_63>", "<extra_id_64>", "<extra_id_65>", "<extra_id_66>", "<extra_id_67>", "<extra_id_68>", "<extra_id_69>", "<extra_id_70>", "<extra_id_71>", "<extra_id_72>", "<extra_id_73>", "<extra_id_74>", "<extra_id_75>", "<extra_id_76>", "<extra_id_77>", "<extra_id_78>", "<extra_id_79>", "<extra_id_80>", "<extra_id_81>", "<extra_id_82>", "<extra_id_83>", "<extra_id_84>", "<extra_id_85>", "<extra_id_86>", "<extra_id_87>", "<extra_id_88>", "<extra_id_89>", "<extra_id_90>", "<extra_id_91>", "<extra_id_92>", "<extra_id_93>", "<extra_id_94>", "<extra_id_95>", "<extra_id_96>", "<extra_id_97>", "<extra_id_98>", "<extra_id_99>"]}
spiece.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d60acb128cf7b7f2536e8f38a5b18a05535c9e14c7a355904270e15b0945ea86
3
+ size 791656
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"eos_token": "[eos]", "unk_token": "<unk>", "pad_token": "<pad>", "extra_ids": 100, "additional_special_tokens": ["<extra_id_0>", "<extra_id_1>", "<extra_id_2>", "<extra_id_3>", "<extra_id_4>", "<extra_id_5>", "<extra_id_6>", "<extra_id_7>", "<extra_id_8>", "<extra_id_9>", "<extra_id_10>", "<extra_id_11>", "<extra_id_12>", "<extra_id_13>", "<extra_id_14>", "<extra_id_15>", "<extra_id_16>", "<extra_id_17>", "<extra_id_18>", "<extra_id_19>", "<extra_id_20>", "<extra_id_21>", "<extra_id_22>", "<extra_id_23>", "<extra_id_24>", "<extra_id_25>", "<extra_id_26>", "<extra_id_27>", "<extra_id_28>", "<extra_id_29>", "<extra_id_30>", "<extra_id_31>", "<extra_id_32>", "<extra_id_33>", "<extra_id_34>", "<extra_id_35>", "<extra_id_36>", "<extra_id_37>", "<extra_id_38>", "<extra_id_39>", "<extra_id_40>", "<extra_id_41>", "<extra_id_42>", "<extra_id_43>", "<extra_id_44>", "<extra_id_45>", "<extra_id_46>", "<extra_id_47>", "<extra_id_48>", "<extra_id_49>", "<extra_id_50>", "<extra_id_51>", "<extra_id_52>", "<extra_id_53>", "<extra_id_54>", "<extra_id_55>", "<extra_id_56>", "<extra_id_57>", "<extra_id_58>", "<extra_id_59>", "<extra_id_60>", "<extra_id_61>", "<extra_id_62>", "<extra_id_63>", "<extra_id_64>", "<extra_id_65>", "<extra_id_66>", "<extra_id_67>", "<extra_id_68>", "<extra_id_69>", "<extra_id_70>", "<extra_id_71>", "<extra_id_72>", "<extra_id_73>", "<extra_id_74>", "<extra_id_75>", "<extra_id_76>", "<extra_id_77>", "<extra_id_78>", "<extra_id_79>", "<extra_id_80>", "<extra_id_81>", "<extra_id_82>", "<extra_id_83>", "<extra_id_84>", "<extra_id_85>", "<extra_id_86>", "<extra_id_87>", "<extra_id_88>", "<extra_id_89>", "<extra_id_90>", "<extra_id_91>", "<extra_id_92>", "<extra_id_93>", "<extra_id_94>", "<extra_id_95>", "<extra_id_96>", "<extra_id_97>", "<extra_id_98>", "<extra_id_99>"], "sp_model_kwargs": {}, "bos_token": "[bos]", "sep_token": "[sep]", "model_max_length": 512, "special_tokens_map_file": null, "tokenizer_file": "/home/riiid/.cache/huggingface/transformers/276094e085ecb12227136f2e755dc1f68be6f5da32df55ebfb104c791fbbc3c1.8627f1bd5d270a9fd2e5a51c8bec3223896587cc3cfe13edeabb0992ab43c529", "name_or_path": "t5-large", "tokenizer_class": "T5Tokenizer"}