Update README.md
Browse files
README.md
CHANGED
|
@@ -26,9 +26,9 @@ pip install numpy pandas torch sentence-transformers scikit-learn
|
|
| 26 |
|
| 27 |
Before running the script, make sure you have the following input files in the working directory:
|
| 28 |
|
| 29 |
-
1. **
|
| 30 |
-
- `labeled.csv`
|
| 31 |
-
- `prediction.csv`
|
| 32 |
|
| 33 |
2. **Precomputed Embeddings**:
|
| 34 |
- labeled dataset: `embeddings_labeled.pkl`
|
|
|
|
| 26 |
|
| 27 |
Before running the script, make sure you have the following input files in the working directory:
|
| 28 |
|
| 29 |
+
1. **Data Files**:
|
| 30 |
+
- labeled dataset: `labeled.csv`
|
| 31 |
+
- dataset for prediction: `prediction.csv`
|
| 32 |
|
| 33 |
2. **Precomputed Embeddings**:
|
| 34 |
- labeled dataset: `embeddings_labeled.pkl`
|