Skip to content

Commit 34bf9d3

Browse files
authored
fix: Update import path for _FastText in fineweb-edu-ensemble-classification notebook (#748)
Signed-off-by: Abhinav Garg <abhinavg@stanford.edu>
1 parent 4dc0fab commit 34bf9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/distributed_data_classification/fineweb-edu-ensemble-classification.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"import fasttext\n",
7373
"import numpy as np\n",
7474
"import pandas as pd\n",
75-
"from fasttext import _FastText\n",
75+
"from fasttext.FastText import _FastText\n",
7676
"from huggingface_hub import hf_hub_download\n",
7777
"\n",
7878
"from nemo_curator import get_client\n",

0 commit comments

Comments
 (0)