yitingliii commited on
Commit
c704520
1 Parent(s): 2206c2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -2,7 +2,7 @@
2
  This repository provides a pre-trained Support Vector Machine (SVM) model for text classification using Term Frequency-Inverse Document Frequency (TF-IDF). The repository also includes utilities for data preprocessing and feature extraction:
3
 
4
  There are two ways to test our model:
5
- # 1.Colab (can see the file for how the Colab looks like)
6
  ## Start
7
  <br> Download all the files.
8
  <br> Copy all the codes below into Colab
 
2
  This repository provides a pre-trained Support Vector Machine (SVM) model for text classification using Term Frequency-Inverse Document Frequency (TF-IDF). The repository also includes utilities for data preprocessing and feature extraction:
3
 
4
  There are two ways to test our model:
5
+ # 1.Colab (can see the test_example.py file for how the Colab looks like)
6
  ## Start
7
  <br> Download all the files.
8
  <br> Copy all the codes below into Colab