rish16 commited on
Commit
769dc7f
·
1 Parent(s): 4fdd5f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,8 +1,7 @@
1
  ---
2
  license: mit
3
  ---
4
-
5
- Multilingual e-SNLI (MLe-SNLI)
6
 
7
  We provide the train, dev, and test sets. For more details, find our report [here](https://github.com/rish-16/cs4248-project/blob/main/CS4248_Group19_Final_Report.pdf).
8
 
@@ -17,7 +16,8 @@ dev_data = mle_snli['dev'] # 49120 samples (9824 per lang)
17
  test_data = mle_snli['test'] # 49120 samples (9824 per lang)
18
 
19
 
20
- print (train_data)
21
  """
 
22
  """
23
  ```
 
1
  ---
2
  license: mit
3
  ---
4
+ # Multilingual e-SNLI (MLe-SNLI)
 
5
 
6
  We provide the train, dev, and test sets. For more details, find our report [here](https://github.com/rish-16/cs4248-project/blob/main/CS4248_Group19_Final_Report.pdf).
7
 
 
16
  test_data = mle_snli['test'] # 49120 samples (9824 per lang)
17
 
18
 
19
+ print (mle_snli)
20
  """
21
+
22
  """
23
  ```