From 9509c5dd08d32ed75a03ef9736ade27c2d94c193 Mon Sep 17 00:00:00 2001 From: Yige Xu Date: Tue, 17 Sep 2019 16:19:39 +0800 Subject: [PATCH] move dataset test data to test/data_for_tests/io dir --- test/data_for_tests/{ => io}/BQCorpus/dev.txt | 1 - test/data_for_tests/{ => io}/BQCorpus/test.txt | 0 test/data_for_tests/{ => io}/BQCorpus/train.txt | 0 test/data_for_tests/{ => io}/ChnSentiCorp/dev.txt | 0 test/data_for_tests/{ => io}/ChnSentiCorp/test.txt | 0 test/data_for_tests/{ => io}/ChnSentiCorp/train.txt | 0 test/data_for_tests/{ => io}/LCQMC/dev.txt | 0 test/data_for_tests/{ => io}/LCQMC/test.txt | 0 test/data_for_tests/{ => io}/LCQMC/train.txt | 0 test/data_for_tests/{ => io}/THUCNews/dev.txt | 0 test/data_for_tests/{ => io}/THUCNews/test.txt | 0 test/data_for_tests/{ => io}/THUCNews/train.txt | 0 test/data_for_tests/{ => io}/WeiboSenti100k/dev.txt | 0 test/data_for_tests/{ => io}/WeiboSenti100k/test.txt | 0 test/data_for_tests/{ => io}/WeiboSenti100k/train.txt | 0 test/data_for_tests/{ => io}/XNLI/dev.txt | 0 test/data_for_tests/{ => io}/XNLI/test.txt | 0 test/data_for_tests/{ => io}/XNLI/train.txt | 0 18 files changed, 1 deletion(-) rename test/data_for_tests/{ => io}/BQCorpus/dev.txt (99%) rename test/data_for_tests/{ => io}/BQCorpus/test.txt (100%) rename test/data_for_tests/{ => io}/BQCorpus/train.txt (100%) rename test/data_for_tests/{ => io}/ChnSentiCorp/dev.txt (100%) rename test/data_for_tests/{ => io}/ChnSentiCorp/test.txt (100%) rename test/data_for_tests/{ => io}/ChnSentiCorp/train.txt (100%) rename test/data_for_tests/{ => io}/LCQMC/dev.txt (100%) rename test/data_for_tests/{ => io}/LCQMC/test.txt (100%) rename test/data_for_tests/{ => io}/LCQMC/train.txt (100%) rename test/data_for_tests/{ => io}/THUCNews/dev.txt (100%) rename test/data_for_tests/{ => io}/THUCNews/test.txt (100%) rename test/data_for_tests/{ => io}/THUCNews/train.txt (100%) rename test/data_for_tests/{ => io}/WeiboSenti100k/dev.txt (100%) rename test/data_for_tests/{ => io}/WeiboSenti100k/test.txt (100%) rename test/data_for_tests/{ => io}/WeiboSenti100k/train.txt (100%) rename test/data_for_tests/{ => io}/XNLI/dev.txt (100%) rename test/data_for_tests/{ => io}/XNLI/test.txt (100%) rename test/data_for_tests/{ => io}/XNLI/train.txt (100%) diff --git a/test/data_for_tests/BQCorpus/dev.txt b/test/data_for_tests/io/BQCorpus/dev.txt similarity index 99% rename from test/data_for_tests/BQCorpus/dev.txt rename to test/data_for_tests/io/BQCorpus/dev.txt index f91535c1..2bd7414e 100644 --- a/test/data_for_tests/BQCorpus/dev.txt +++ b/test/data_for_tests/io/BQCorpus/dev.txt @@ -4,4 +4,3 @@ 如何修改每个月的还款日期,可以申请延期还款日吗?,0 没什么问的,不能登陆就是我最大的问题了,登录不上,1 你的意思是不能取现,借到的钱可不可以提出来,1 - diff --git a/test/data_for_tests/BQCorpus/test.txt b/test/data_for_tests/io/BQCorpus/test.txt similarity index 100% rename from test/data_for_tests/BQCorpus/test.txt rename to test/data_for_tests/io/BQCorpus/test.txt diff --git a/test/data_for_tests/BQCorpus/train.txt b/test/data_for_tests/io/BQCorpus/train.txt similarity index 100% rename from test/data_for_tests/BQCorpus/train.txt rename to test/data_for_tests/io/BQCorpus/train.txt diff --git a/test/data_for_tests/ChnSentiCorp/dev.txt b/test/data_for_tests/io/ChnSentiCorp/dev.txt similarity index 100% rename from test/data_for_tests/ChnSentiCorp/dev.txt rename to test/data_for_tests/io/ChnSentiCorp/dev.txt diff --git a/test/data_for_tests/ChnSentiCorp/test.txt b/test/data_for_tests/io/ChnSentiCorp/test.txt similarity index 100% rename from test/data_for_tests/ChnSentiCorp/test.txt rename to test/data_for_tests/io/ChnSentiCorp/test.txt diff --git a/test/data_for_tests/ChnSentiCorp/train.txt b/test/data_for_tests/io/ChnSentiCorp/train.txt similarity index 100% rename from test/data_for_tests/ChnSentiCorp/train.txt rename to test/data_for_tests/io/ChnSentiCorp/train.txt diff --git a/test/data_for_tests/LCQMC/dev.txt b/test/data_for_tests/io/LCQMC/dev.txt similarity index 100% rename from test/data_for_tests/LCQMC/dev.txt rename to test/data_for_tests/io/LCQMC/dev.txt diff --git a/test/data_for_tests/LCQMC/test.txt b/test/data_for_tests/io/LCQMC/test.txt similarity index 100% rename from test/data_for_tests/LCQMC/test.txt rename to test/data_for_tests/io/LCQMC/test.txt diff --git a/test/data_for_tests/LCQMC/train.txt b/test/data_for_tests/io/LCQMC/train.txt similarity index 100% rename from test/data_for_tests/LCQMC/train.txt rename to test/data_for_tests/io/LCQMC/train.txt diff --git a/test/data_for_tests/THUCNews/dev.txt b/test/data_for_tests/io/THUCNews/dev.txt similarity index 100% rename from test/data_for_tests/THUCNews/dev.txt rename to test/data_for_tests/io/THUCNews/dev.txt diff --git a/test/data_for_tests/THUCNews/test.txt b/test/data_for_tests/io/THUCNews/test.txt similarity index 100% rename from test/data_for_tests/THUCNews/test.txt rename to test/data_for_tests/io/THUCNews/test.txt diff --git a/test/data_for_tests/THUCNews/train.txt b/test/data_for_tests/io/THUCNews/train.txt similarity index 100% rename from test/data_for_tests/THUCNews/train.txt rename to test/data_for_tests/io/THUCNews/train.txt diff --git a/test/data_for_tests/WeiboSenti100k/dev.txt b/test/data_for_tests/io/WeiboSenti100k/dev.txt similarity index 100% rename from test/data_for_tests/WeiboSenti100k/dev.txt rename to test/data_for_tests/io/WeiboSenti100k/dev.txt diff --git a/test/data_for_tests/WeiboSenti100k/test.txt b/test/data_for_tests/io/WeiboSenti100k/test.txt similarity index 100% rename from test/data_for_tests/WeiboSenti100k/test.txt rename to test/data_for_tests/io/WeiboSenti100k/test.txt diff --git a/test/data_for_tests/WeiboSenti100k/train.txt b/test/data_for_tests/io/WeiboSenti100k/train.txt similarity index 100% rename from test/data_for_tests/WeiboSenti100k/train.txt rename to test/data_for_tests/io/WeiboSenti100k/train.txt diff --git a/test/data_for_tests/XNLI/dev.txt b/test/data_for_tests/io/XNLI/dev.txt similarity index 100% rename from test/data_for_tests/XNLI/dev.txt rename to test/data_for_tests/io/XNLI/dev.txt diff --git a/test/data_for_tests/XNLI/test.txt b/test/data_for_tests/io/XNLI/test.txt similarity index 100% rename from test/data_for_tests/XNLI/test.txt rename to test/data_for_tests/io/XNLI/test.txt diff --git a/test/data_for_tests/XNLI/train.txt b/test/data_for_tests/io/XNLI/train.txt similarity index 100% rename from test/data_for_tests/XNLI/train.txt rename to test/data_for_tests/io/XNLI/train.txt