MB55 commited on
Commit
8400a9f
·
verified ·
1 Parent(s): 3585e50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -8
README.md CHANGED
@@ -4,17 +4,20 @@ base_model:
4
  - deepset/gbert-large
5
  ---
6
 
7
- # MB55/gbert-lora-final
8
 
9
- This model is a LoRA-fine-tuned version of [deepset/gbert-large](https://huggingface.co/deepset/gbert-large) for binary classification tasks in German. It uses QLoRA for memory-efficient training on CPU or GPU.
 
 
 
 
 
 
 
 
 
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