Yuanjing Zhu commited on
Commit
0d7e8fa
·
unverified ·
1 Parent(s): 25680b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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) [Spaces APP](https://huggingface.co/spaces/yjzhu0225/reddit_text_classification_app)
 
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