Skip to content

Commit

Permalink
update: paths to RSG datasets (#1633)
Browse files Browse the repository at this point in the history
  • Loading branch information
nastyachizhikova committed Apr 3, 2023
1 parent 3206205 commit 53e4f88
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"name": "{TASK}",
"train": "train",
"valid": "validation",
"test": "test"
"test": "test",
"data_url": "http://files.deeppavlov.ai/datasets/russian_super_glue/DaNetQA",
"ignore_verifications": true
},
"dataset_iterator": {
"class_name": "huggingface_dataset_iterator",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"class_name": "huggingface_dataset_reader",
"path": "{COMPETITION}",
"name": "{TASK}",
"test": "test"
"test": "test",
"data_url": "http://files.deeppavlov.ai/datasets/russian_super_glue/LiDiRus",
"ignore_verifications": true
},
"dataset_iterator": {
"class_name": "huggingface_dataset_iterator",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"name": "{TASK}",
"train": "train",
"valid": "validation",
"test": "test"
"test": "test",
"data_url": "http://files.deeppavlov.ai/datasets/russian_super_glue/MuSeRC",
"ignore_verifications": true
},
"dataset_iterator": {
"class_name": "huggingface_dataset_iterator",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"name": "{TASK}",
"train": "train",
"valid": "validation",
"test": "test"
"test": "test",
"data_url": "http://files.deeppavlov.ai/datasets/russian_super_glue/PARus",
"ignore_verifications": true
},
"dataset_iterator": {
"class_name": "huggingface_dataset_iterator",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"name": "{TASK}",
"train": "train",
"valid": "validation",
"test": "test"
"test": "test",
"data_url": "http://files.deeppavlov.ai/datasets/russian_super_glue/RCB",
"ignore_verifications": true
},
"dataset_iterator": {
"class_name": "huggingface_dataset_iterator",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"train": "train",
"valid": "validation",
"test": "test",
"data_url": "http://files.deeppavlov.ai/datasets/russian_super_glue/RuCoS",
"ignore_verifications": true,
"downsample_ratio": [1.8, 1.8, 1],
"do_index_correction": false
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"name": "{TASK}",
"train": "train",
"valid": "validation",
"test": "test"
"test": "test",
"data_url": "http://files.deeppavlov.ai/datasets/russian_super_glue/RUSSE",
"ignore_verifications": true
},
"dataset_iterator": {
"class_name": "huggingface_dataset_iterator",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"name": "{TASK}",
"train": "train",
"valid": "validation",
"test": "test"
"test": "test",
"data_url": "http://files.deeppavlov.ai/datasets/russian_super_glue/RWSD",
"ignore_verifications": true
},
"dataset_iterator": {
"class_name": "huggingface_dataset_iterator",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"name": "{TASK}",
"train": "train",
"valid": "validation",
"test": "test"
"test": "test",
"data_url": "http://files.deeppavlov.ai/datasets/russian_super_glue/TERRa",
"ignore_verifications": true
},
"dataset_iterator": {
"class_name": "huggingface_dataset_iterator",
Expand Down

0 comments on commit 53e4f88

Please sign in to comment.