Thamognya Kodi commited on
Commit
c15a257
1 Parent(s): 61bdefa

anli, snli, multi_nli added for now

Browse files
Files changed (4) hide show
  1. .gitattributes +1 -0
  2. README.md +41 -1
  3. test.csv +3 -0
  4. train.csv +3 -0
.gitattributes CHANGED
@@ -49,3 +49,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
49
  *.jpg filter=lfs diff=lfs merge=lfs -text
50
  *.jpeg filter=lfs diff=lfs merge=lfs -text
51
  *.webp filter=lfs diff=lfs merge=lfs -text
 
 
49
  *.jpg filter=lfs diff=lfs merge=lfs -text
50
  *.jpeg filter=lfs diff=lfs merge=lfs -text
51
  *.webp filter=lfs diff=lfs merge=lfs -text
52
+ *.csv filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,43 @@
1
  ---
2
- license: agpl-3.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - no-annotation
4
+ language_creators:
5
+ - found
6
+ languages:
7
+ - en
8
+ license:
9
+ - agpl-3.0-or-later
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: A Lot of NLI
13
+ size_categories:
14
+ - 100K<n<1M
15
+ source_datasets:
16
+ - snli
17
+ - multi_nli
18
+ - anli
19
+ task_categories:
20
+ - text-classification
21
+ task_ids:
22
+ - natural-language-inference
23
  ---
24
+
25
+ # Repo
26
+
27
+ Github Repo: [thamognya/TBertNLI](https://github.com/thamognya/TBertNLI) specifically in the [src/data directory](https://github.com/thamognya/TBertNLI/tree/master/src/data).
28
+
29
+ # Datsets Origin
30
+
31
+ As of now the marked datasets have been used to make this dataset and the other ones are todo
32
+
33
+ - [x] SNLI
34
+ - [x] MultiNLI
35
+ - SuperGLUE
36
+ - FEVER
37
+ - WIKI-FACTCHECK
38
+ - [x] ANLI
39
+ - more from huggingface
40
+
41
+ # Reasons
42
+
43
+ Just for finetuning of NLI models and purely made for NLI (not zero shot classification)
test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:467862f1b5749a983f0221ba9a9b9e19e174869e4c488f617de08042c97cea81
3
+ size 193333590
train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:898b1f8200ea55fabd92ccd8bcd1f5ec8d1e6e3f43dfa99fe05deb62d36c94a0
3
+ size 25