Browse Source

move dataset test data to test/data_for_tests/io dir

tags/v0.4.10
Yige Xu 5 years ago
parent
commit
9509c5dd08
18 changed files with 0 additions and 1 deletions
  1. +0
    -1
      test/data_for_tests/io/BQCorpus/dev.txt
  2. +0
    -0
      test/data_for_tests/io/BQCorpus/test.txt
  3. +0
    -0
      test/data_for_tests/io/BQCorpus/train.txt
  4. +0
    -0
      test/data_for_tests/io/ChnSentiCorp/dev.txt
  5. +0
    -0
      test/data_for_tests/io/ChnSentiCorp/test.txt
  6. +0
    -0
      test/data_for_tests/io/ChnSentiCorp/train.txt
  7. +0
    -0
      test/data_for_tests/io/LCQMC/dev.txt
  8. +0
    -0
      test/data_for_tests/io/LCQMC/test.txt
  9. +0
    -0
      test/data_for_tests/io/LCQMC/train.txt
  10. +0
    -0
      test/data_for_tests/io/THUCNews/dev.txt
  11. +0
    -0
      test/data_for_tests/io/THUCNews/test.txt
  12. +0
    -0
      test/data_for_tests/io/THUCNews/train.txt
  13. +0
    -0
      test/data_for_tests/io/WeiboSenti100k/dev.txt
  14. +0
    -0
      test/data_for_tests/io/WeiboSenti100k/test.txt
  15. +0
    -0
      test/data_for_tests/io/WeiboSenti100k/train.txt
  16. +0
    -0
      test/data_for_tests/io/XNLI/dev.txt
  17. +0
    -0
      test/data_for_tests/io/XNLI/test.txt
  18. +0
    -0
      test/data_for_tests/io/XNLI/train.txt

test/data_for_tests/BQCorpus/dev.txt → test/data_for_tests/io/BQCorpus/dev.txt View File

@@ -4,4 +4,3 @@
如何修改每个月的还款日期,可以申请延期还款日吗?,0
没什么问的,不能登陆就是我最大的问题了,登录不上,1
你的意思是不能取现,借到的钱可不可以提出来,1


test/data_for_tests/BQCorpus/test.txt → test/data_for_tests/io/BQCorpus/test.txt View File


test/data_for_tests/BQCorpus/train.txt → test/data_for_tests/io/BQCorpus/train.txt View File


test/data_for_tests/ChnSentiCorp/dev.txt → test/data_for_tests/io/ChnSentiCorp/dev.txt View File


test/data_for_tests/ChnSentiCorp/test.txt → test/data_for_tests/io/ChnSentiCorp/test.txt View File


test/data_for_tests/ChnSentiCorp/train.txt → test/data_for_tests/io/ChnSentiCorp/train.txt View File


test/data_for_tests/LCQMC/dev.txt → test/data_for_tests/io/LCQMC/dev.txt View File


test/data_for_tests/LCQMC/test.txt → test/data_for_tests/io/LCQMC/test.txt View File


test/data_for_tests/LCQMC/train.txt → test/data_for_tests/io/LCQMC/train.txt View File


test/data_for_tests/THUCNews/dev.txt → test/data_for_tests/io/THUCNews/dev.txt View File


test/data_for_tests/THUCNews/test.txt → test/data_for_tests/io/THUCNews/test.txt View File


test/data_for_tests/THUCNews/train.txt → test/data_for_tests/io/THUCNews/train.txt View File


test/data_for_tests/WeiboSenti100k/dev.txt → test/data_for_tests/io/WeiboSenti100k/dev.txt View File


test/data_for_tests/WeiboSenti100k/test.txt → test/data_for_tests/io/WeiboSenti100k/test.txt View File


test/data_for_tests/WeiboSenti100k/train.txt → test/data_for_tests/io/WeiboSenti100k/train.txt View File


test/data_for_tests/XNLI/dev.txt → test/data_for_tests/io/XNLI/dev.txt View File


test/data_for_tests/XNLI/test.txt → test/data_for_tests/io/XNLI/test.txt View File


test/data_for_tests/XNLI/train.txt → test/data_for_tests/io/XNLI/train.txt View File


Loading…
Cancel
Save