Update README.md (#7)
Browse files- Update README.md (f0e867859ebb863d37e2f61df80ab43178e3355d)
Co-authored-by: Hamid Bekamiri <[email protected]>
README.md
CHANGED
|
@@ -27,13 +27,13 @@ pip install numpy pandas torch sentence-transformers scikit-learn
|
|
| 27 |
Before running the script, make sure you have the following input files in the working directory:
|
| 28 |
|
| 29 |
1. **Patent Data Files**:
|
| 30 |
-
- `
|
| 31 |
-
- `
|
| 32 |
|
| 33 |
2. **Precomputed Embeddings**:
|
| 34 |
-
- dataset
|
| 35 |
-
-
|
| 36 |
-
|
| 37 |
## **Running the Script**
|
| 38 |
|
| 39 |
Run the script using the following command:
|
|
|
|
| 27 |
Before running the script, make sure you have the following input files in the working directory:
|
| 28 |
|
| 29 |
1. **Patent Data Files**:
|
| 30 |
+
- `embeddings_labeled.csv`
|
| 31 |
+
- `embeddings_prediction.csv`
|
| 32 |
|
| 33 |
2. **Precomputed Embeddings**:
|
| 34 |
+
- labeled dataset:`embeddings_labeled.pkl.pkl`
|
| 35 |
+
- dataset for prediction:`embeddings_prediction.pkl`
|
| 36 |
+
|
| 37 |
## **Running the Script**
|
| 38 |
|
| 39 |
Run the script using the following command:
|