Update README.md
Browse files
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 (
|
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 |
```
|