Update README.md
Browse files
README.md
CHANGED
@@ -10,13 +10,11 @@ model-index:
|
|
10 |
datasets:
|
11 |
- agentlans/text-quality-v3
|
12 |
---
|
13 |
-
|
14 |
-
|
15 |
-
# deberta-v3-base-zyda-2-v2-text-quality-v3
|
16 |
|
17 |
## Overview
|
18 |
|
19 |
-
This model rates the **quality of English text** for AI learning. Input a text string, and it outputs a numeric quality score reflecting overall
|
20 |
|
21 |
It’s fine-tuned from [agentlans/deberta-v3-base-zyda-2-v2](https://huggingface.co/agentlans/deberta-v3-base-zyda-2-v2) using the same dataset.
|
22 |
|
@@ -53,7 +51,7 @@ print(quality("Your text here."))
|
|
53 |
|
54 |
- Works best on non-fiction and general-purpose texts.
|
55 |
- Scores give an overall quality estimate but don’t explain why.
|
56 |
-
- The model is large and slow; for faster results with similar accuracy, try
|
57 |
- Check for biases and suitability before use.
|
58 |
|
59 |
## Training procedure
|
|
|
10 |
datasets:
|
11 |
- agentlans/text-quality-v3
|
12 |
---
|
13 |
+
# DeBERTa Text Quality Model
|
|
|
|
|
14 |
|
15 |
## Overview
|
16 |
|
17 |
+
This model rates the **quality of English text** for AI learning. Input a text string, and it outputs a numeric quality score reflecting overall informativeness and usefulness.
|
18 |
|
19 |
It’s fine-tuned from [agentlans/deberta-v3-base-zyda-2-v2](https://huggingface.co/agentlans/deberta-v3-base-zyda-2-v2) using the same dataset.
|
20 |
|
|
|
51 |
|
52 |
- Works best on non-fiction and general-purpose texts.
|
53 |
- Scores give an overall quality estimate but don’t explain why.
|
54 |
+
- The model is large and slow; for faster results with similar accuracy, try [agentlans/GIST-all-MiniLM-L6-v2-quality-v3](https://huggingface.co/agentlans/GIST-all-MiniLM-L6-v2-quality-v3.
|
55 |
- Check for biases and suitability before use.
|
56 |
|
57 |
## Training procedure
|