Update README.md
Browse files
README.md
CHANGED
@@ -32,6 +32,9 @@ pipeline_tag: text-classification
|
|
32 |
|
33 |
This is a e5-small model fine-tuned with LoRA for sequence classification tasks. It is optimized to classify text into AI-generated or human-written with high accuracy.
|
34 |
|
|
|
|
|
|
|
35 |
## Model Details
|
36 |
|
37 |
- **Base Model**: `intfloat/e5-small`
|
|
|
32 |
|
33 |
This is a e5-small model fine-tuned with LoRA for sequence classification tasks. It is optimized to classify text into AI-generated or human-written with high accuracy.
|
34 |
|
35 |
+
- **Label 0**: Represents **human-written** content.
|
36 |
+
- **Label 1**: Represents **AI-generated** content.
|
37 |
+
|
38 |
## Model Details
|
39 |
|
40 |
- **Base Model**: `intfloat/e5-small`
|