ia-nechaev commited on
Commit
b601ec3
·
verified ·
1 Parent(s): efc5028

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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. **Patent Data Files**:
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`