Spaces:
Runtime error
Runtime error
Yuanjing Zhu
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -76,5 +76,6 @@ Demo - split up the workload so that it uses everybody’s best talents, not eve
|
|
76 |
* In terminal, run `huggingface-cli login`
|
77 |
* Run `python fine_tune_berft.py` to finetune the model on Reddit data
|
78 |
* Run `rename_labels.py` to change the output labels of the classifier
|
79 |
-
* Check out the fine-tuned model [here](https://huggingface.co/michellejieli/inappropriate_text_classifier)
|
|
|
80 |
|
|
|
76 |
* In terminal, run `huggingface-cli login`
|
77 |
* Run `python fine_tune_berft.py` to finetune the model on Reddit data
|
78 |
* Run `rename_labels.py` to change the output labels of the classifier
|
79 |
+
* Check out the fine-tuned model [here](https://huggingface.co/michellejieli/inappropriate_text_classifier)
|
80 |
+
* [Spaces APP](https://huggingface.co/spaces/yjzhu0225/reddit_text_classification_app)
|
81 |
|