SaylorTwift HF Staff commited on
Commit
7d0d748
·
verified ·
1 Parent(s): 7092c27

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -28,6 +28,41 @@ task_categories:
28
  - text-classification
29
  task_ids:
30
  - natural-language-inference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  ---
32
 
33
  # Dataset Card for "IndicXNLI"
 
28
  - text-classification
29
  task_ids:
30
  - natural-language-inference
31
+ dataset_info:
32
+ config_name: as
33
+ features:
34
+ - name: premise
35
+ dtype: string
36
+ - name: hypothesis
37
+ dtype: string
38
+ - name: label
39
+ dtype:
40
+ class_label:
41
+ names:
42
+ '0': entailment
43
+ '1': neutral
44
+ '2': contradiction
45
+ splits:
46
+ - name: train
47
+ num_bytes: 172049648
48
+ num_examples: 392702
49
+ - name: test
50
+ num_bytes: 2097452
51
+ num_examples: 5010
52
+ - name: validation
53
+ num_bytes: 1042526
54
+ num_examples: 2490
55
+ download_size: 74371257
56
+ dataset_size: 175189626
57
+ configs:
58
+ - config_name: as
59
+ data_files:
60
+ - split: train
61
+ path: as/train-*
62
+ - split: test
63
+ path: as/test-*
64
+ - split: validation
65
+ path: as/validation-*
66
  ---
67
 
68
  # Dataset Card for "IndicXNLI"
as/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:568b6824d0a22c819f35181350deeb708e16a98a1b26f909c0f605e9e0f39d7f
3
+ size 484200
as/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e04da89b6d9bd7d049c8ee24703715ff8f677f48b90ccdbc6d2e49aacb443f9
3
+ size 73644600
as/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3917bc284815a80863d459ec1a370046cc4faa0d64ad4a419c726e1b8fa1bdd3
3
+ size 242457