Update README.md
Browse files
README.md
CHANGED
|
@@ -14,9 +14,10 @@ language:
|
|
| 14 |
datasets:
|
| 15 |
- reddit
|
| 16 |
pipeline_tag: text-classification
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
-
# Qwen
|
| 20 |
|
| 21 |
A fine-tuned Qwen 3 Embedding model for classifying constructive vs non-constructive conversations from online discussion platforms like Reddit.
|
| 22 |
|
|
@@ -30,6 +31,10 @@ This model is a QLoRA (Quantized LoRA) fine-tuned version of `Qwen/Qwen3-Embeddi
|
|
| 30 |
- **Task**: Binary classification of conversation constructiveness
|
| 31 |
- **Language**: English
|
| 32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
## Intended Uses
|
| 34 |
|
| 35 |
### Primary Use Case
|
|
|
|
| 14 |
datasets:
|
| 15 |
- reddit
|
| 16 |
pipeline_tag: text-classification
|
| 17 |
+
repo_url: https://github.com/Niklas257/Reddit-Constructiveness-Classification.git
|
| 18 |
---
|
| 19 |
|
| 20 |
+
# Qwen Constructive Conversation Classifier
|
| 21 |
|
| 22 |
A fine-tuned Qwen 3 Embedding model for classifying constructive vs non-constructive conversations from online discussion platforms like Reddit.
|
| 23 |
|
|
|
|
| 31 |
- **Task**: Binary classification of conversation constructiveness
|
| 32 |
- **Language**: English
|
| 33 |
|
| 34 |
+
### Model Source
|
| 35 |
+
|
| 36 |
+
- **Repository**: https://github.com/Niklas257/Reddit-Constructiveness-Classification.git
|
| 37 |
+
|
| 38 |
## Intended Uses
|
| 39 |
|
| 40 |
### Primary Use Case
|