Skip to content

Commit 90ee4b7

Browse files
authored
clarify fasttext README
1 parent 397b1f4 commit 90ee4b7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

fasttext_amazon_reviews/README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Training a Fasttext model on the amazon reviews dataset
22

3-
This example demonstrates the use of the following module below from cleanlab:
4-
5-
- [cleanlab.models.fasttext.py](https://github.com/cleanlab/cleanlab/blob/master/cleanlab/models/fasttext.py)
6-
7-
The code is adapted from cleanlab v1 examples (see `contrib/v1` folder).
3+
This example demonstrates how to wrap a Fasttext model to be sklearn-compatible for direct compatibility with `cleanlab.classification`. The wrapper code is in **fasttext_wrapper.py** and the notebook demonstrates how to apply it to a text classification dataset.
84

95
## Instructions
106

@@ -20,4 +16,4 @@ Run bash script below to download all the data.
2016
$ bash ./download_data.sh
2117
```
2218

23-
Start Jupyter Lab and run the notebook: `fasttext_amazon_reviews.ipynb`
19+
Start Jupyter and run the notebook: `fasttext_amazon_reviews.ipynb`

0 commit comments

Comments
 (0)