Update README.md
Browse files
README.md
CHANGED
|
@@ -4,17 +4,20 @@ base_model:
|
|
| 4 |
- deepset/gbert-large
|
| 5 |
---
|
| 6 |
|
| 7 |
-
#
|
| 8 |
|
| 9 |
-
This model is a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
-
## Model Details
|
| 12 |
|
| 13 |
-
- **Base model**: `deepset/gbert-large`
|
| 14 |
-
- **LoRA fine-tuning**: Performed with QLoRA
|
| 15 |
-
- **Task**: Binary classification (e.g., ADVANCE vs NON-ADVANCE)
|
| 16 |
-
- **Language**: German
|
| 17 |
-
- **Framework**: PyTorch (via Hugging Face Transformers + PEFT)
|
| 18 |
|
| 19 |
## How to Use
|
| 20 |
|
|
|
|
| 4 |
- deepset/gbert-large
|
| 5 |
---
|
| 6 |
|
| 7 |
+
# Gbert QLoRA – Grounding Act Classification
|
| 8 |
|
| 9 |
+
This model is a fine-tuned version of [deepset/gbert-large](https://huggingface.co/deepset/gbert-large), optimized using QLoRA for efficient binary classification of German dialogue utterances into:
|
| 10 |
+
|
| 11 |
+
- `ADVANCE`: Contribution that moves the dialogue forward (e.g. confirmations, follow-ups, elaborations)
|
| 12 |
+
- `NON-ADVANCE`: Other utterances (e.g. vague responses, misunderstandings, irrelevant comments)
|
| 13 |
+
|
| 14 |
+
## 🚀 Use Cases
|
| 15 |
+
|
| 16 |
+
- Dialogue system analysis
|
| 17 |
+
- Teacher-student interaction classification
|
| 18 |
+
- Grounding in institutional advising or classroom discourse
|
| 19 |
|
|
|
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
## How to Use
|
| 23 |
|