agentlans commited on
Commit
8834ea7
·
verified ·
1 Parent(s): 52d5ab5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -10,13 +10,11 @@ model-index:
10
  datasets:
11
  - agentlans/text-quality-v3
12
  ---
13
- Sure! Here’s a more concise and natural revision of your model card:
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 readability, informativeness, and usefulness.
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 `MyOtherModel`.
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