Skip to content

Commit 72f4a6d

Browse files
Update demo.ipynb
- Fixed incorrect dataset reference: changed "amazon_popularity" to "amazon_polarity" - Corrected misspelled names in dataset text snippet: - "jean-claud van damme" → "jean-claude van damme" - "steven segal" → "steven seagal"
1 parent 6d66cab commit 72f4a6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
{
201201
"data": {
202202
"text/plain": [
203-
"Row(text='the rock is destined to be the 21st century\\'s new \" conan \" and that he\\'s going to make a splash even greater than arnold schwarzenegger , jean-claud van damme or steven segal .', label=1)"
203+
"Row(text='the rock is destined to be the 21st century\\'s new \" conan \" and that he\\'s going to make a splash even greater than arnold schwarzenegger , jean-claude van damme or steven seagal.', label=1)"
204204
]
205205
},
206206
"execution_count": 6,
@@ -371,7 +371,7 @@
371371
"source": [
372372
"## Load a dataset with multiple shards\n",
373373
"\n",
374-
"This example is using the [amazon_popularity dataset](https://huggingface.co/datasets/fancyzhx/amazon_polarity) which has 4 shards (for train split)"
374+
"This example is using the [amazon_polarity dataset](https://huggingface.co/datasets/fancyzhx/amazon_polarity) which has 4 shards (for train split)"
375375
],
376376
"id": "d8481e86aeb61aaf"
377377
},

0 commit comments

Comments
 (0)