Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -99,7 +99,7 @@ print(ds[0])
|
|
| 99 |
|
| 100 |
## 🚀 Example Usage
|
| 101 |
|
| 102 |
-
### Fine-tuning
|
| 103 |
|
| 104 |
```bash
|
| 105 |
python fine_tune_qg.py
|
|
@@ -115,7 +115,7 @@ This will:
|
|
| 115 |
|
| 116 |
---
|
| 117 |
|
| 118 |
-
### Generating Questions
|
| 119 |
|
| 120 |
```bash
|
| 121 |
python generate_question.py
|
|
|
|
| 99 |
|
| 100 |
## 🚀 Example Usage
|
| 101 |
|
| 102 |
+
### 🔹 Fine-tuning
|
| 103 |
|
| 104 |
```bash
|
| 105 |
python fine_tune_qg.py
|
|
|
|
| 115 |
|
| 116 |
---
|
| 117 |
|
| 118 |
+
### 🔹 Generating Questions
|
| 119 |
|
| 120 |
```bash
|
| 121 |
python generate_question.py
|