Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -5,6 +5,7 @@ sdk: gradio
|
|
5 |
sdk_version: 5.0.1
|
6 |
python_version: 3.11.9
|
7 |
---
|
|
|
8 |
# SQuAD_Agent_Experiment
|
9 |
|
10 |
## Overview
|
@@ -15,14 +16,17 @@ The project is built using Transformers Agents 2.0, and uses the Stanford SQuAD
|
|
15 |
|
16 |
1. Install dependencies:
|
17 |
|
|
|
|
|
18 |
```bash
|
|
|
19 |
pip install -r requirements.txt
|
20 |
```
|
21 |
|
22 |
1. Set up required keys:
|
23 |
|
24 |
```bash
|
25 |
-
|
26 |
```
|
27 |
|
28 |
1. Run the app:
|
|
|
5 |
sdk_version: 5.0.1
|
6 |
python_version: 3.11.9
|
7 |
---
|
8 |
+
|
9 |
# SQuAD_Agent_Experiment
|
10 |
|
11 |
## Overview
|
|
|
16 |
|
17 |
1. Install dependencies:
|
18 |
|
19 |
+
* Requires Python >= 3.11.9
|
20 |
+
|
21 |
```bash
|
22 |
+
pip install -r pre-requirements.txt
|
23 |
pip install -r requirements.txt
|
24 |
```
|
25 |
|
26 |
1. Set up required keys:
|
27 |
|
28 |
```bash
|
29 |
+
HF_TOKEN=<your token>
|
30 |
```
|
31 |
|
32 |
1. Run the app:
|