yitingliii
commited on
Commit
•
567bef6
1
Parent(s):
f5a8272
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,17 @@
|
|
1 |
# SVM Model with TF-IDF
|
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 |
## Start:
|
5 |
<br>Open your terminal.
|
6 |
<br> Clone the repo by using the following command:
|
|
|
1 |
# SVM Model with TF-IDF
|
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
|
6 |
+
## Start
|
7 |
+
<br> Download all the files.
|
8 |
+
<br>
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
|
13 |
+
|
14 |
+
# 2. Termial
|
15 |
## Start:
|
16 |
<br>Open your terminal.
|
17 |
<br> Clone the repo by using the following command:
|