Skip to content

Conversation

@CharlesCNorton
Copy link
Contributor

  • 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"

- 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"
@wengh wengh requested a review from Copilot March 4, 2025 02:07
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Overview

This pull request updates the demo notebook by correcting an incorrect dataset reference and fixing misspelled names in the dataset text snippet.

  • Changed dataset reference in the text snippet from "amazon_popularity" to "amazon_polarity".
  • Corrected the spelling of "jean-claud van damme" to "jean-claude van damme" and "steven segal" to "steven seagal".

Reviewed Changes

File Description
demo.ipynb Updated dataset reference and fixed typos in the text snippet describing celebrity names.

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

demo.ipynb Outdated
"data": {
"text/plain": [
"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)"
"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)"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The typo is part of the dataset so we shouldn't attempt to fix it

@lhoestq lhoestq merged commit 75747c1 into huggingface:main Aug 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants