Update README.md
Browse files
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
|
19 |
-
cd
|
|
|
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
|
|
|
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:
|