Commit
·
534ef03
1
Parent(s):
e216ce4
docs: pointer to external fine-tuning repo
Browse files
README.md
CHANGED
|
@@ -58,6 +58,14 @@ Fine-tuned **microsoft/deberta-v3-xsmall** on 269 874 Q-A pairs (30 intent label
|
|
| 58 |
Full table: see `classification_report.json` / `classification_report.csv`.
|
| 59 |
</details>
|
| 60 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
## Usage
|
| 62 |
|
| 63 |
```python
|
|
|
|
| 58 |
Full table: see `classification_report.json` / `classification_report.csv`.
|
| 59 |
</details>
|
| 60 |
|
| 61 |
+
## Training
|
| 62 |
+
|
| 63 |
+
The full fine-tuning pipeline (data prep → training → evaluation scripts) is
|
| 64 |
+
maintained in the companion GitHub repo
|
| 65 |
+
▶ **[MeDeBERTaBot · deberta_fine_tuning](https://github.com/malakhovks/MeDeBERTaBot/tree/master/deberta_fine_tuning)**
|
| 66 |
+
|
| 67 |
+
[](https://github.com/malakhovks/MeDeBERTaBot)
|
| 68 |
+
|
| 69 |
## Usage
|
| 70 |
|
| 71 |
```python
|