yitingliii
commited on
Commit
•
c7ece0f
1
Parent(s):
9222ce0
Update README.md
Browse files
README.md
CHANGED
@@ -4,8 +4,9 @@ This repository provides a pre-trained Support Vector Machine (SVM) model for te
|
|
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
|
8 |
-
<br>
|
|
|
9 |
<br>Before running the code, ensure you have all the required libraries installed:
|
10 |
|
11 |
```python
|
|
|
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 files ```tfidf.py```, ```svm.py``` and ```data_cleaning.py```.
|
8 |
+
<br> Upload the files in Colab directly under Files as well as the test data.
|
9 |
+
<br> Copy all the codes below into Colab.
|
10 |
<br>Before running the code, ensure you have all the required libraries installed:
|
11 |
|
12 |
```python
|