Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,9 @@
|
|
|
|
|
|
1 |
DatasetDict({
|
2 |
train: Dataset({
|
3 |
features: ['index', 'embeddings', 'en_caption', 'ar_caption', 'nr_words', 'url'],
|
4 |
num_rows: 12166802
|
5 |
})
|
6 |
-
})
|
|
|
|
1 |
+
|
2 |
+
```
|
3 |
DatasetDict({
|
4 |
train: Dataset({
|
5 |
features: ['index', 'embeddings', 'en_caption', 'ar_caption', 'nr_words', 'url'],
|
6 |
num_rows: 12166802
|
7 |
})
|
8 |
+
})
|
9 |
+
```
|