ia-nechaev HamidBekam commited on
Commit
d9be3cd
·
verified ·
1 Parent(s): 4c18ad3

Update README.md (#7)

Browse files

- Update README.md (f0e867859ebb863d37e2f61df80ab43178e3355d)


Co-authored-by: Hamid Bekamiri <[email protected]>

Files changed (1) hide show
  1. README.md +5 -5
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
- - `df_360k_41lables_05012023.csv`
31
- - `german_plc_all_paragraphs_unnested_only.csv`
32
 
33
  2. **Precomputed Embeddings**:
34
- - dataset for prediction:`embeddings_paragraphs_07012023.pkl`
35
- - labeled dataset:`embeddings_sentences_360k_09012023.pkl`
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: