drewThomasson commited on
Commit
4a195cb
·
verified ·
1 Parent(s): 1b9ef96

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -15,8 +15,9 @@ A program that identifies quotes in text documents using a BERT-based model.
15
  1. Clone this repository:
16
 
17
  ```
18
- git clone [your-repo-url]
19
- cd [your-repo-name]
 
20
  ```
21
 
22
  2. Install the required packages:
@@ -32,7 +33,8 @@ pip install pandas torch transformers tqdm
32
  Run the program with:
33
 
34
  ```
35
- python quote_identifier.py
 
36
  ```
37
 
38
  GUI Instructions:
 
15
  1. Clone this repository:
16
 
17
  ```
18
+ git clone https://huggingface.co/drewThomasson/Quotation_identification_BERT.v1
19
+ cd Quotation_identification_BERT.v1
20
+
21
  ```
22
 
23
  2. Install the required packages:
 
33
  Run the program with:
34
 
35
  ```
36
+ python Metal_gui_original_quotation_identification_BERT_infrence.py
37
+
38
  ```
39
 
40
  GUI Instructions: