Add label and source_url fields to glitext card metadata
Browse files
README.md
CHANGED
|
@@ -4,17 +4,19 @@ tags:
|
|
| 4 |
- glitext
|
| 5 |
glitext:
|
| 6 |
name: "class-base"
|
| 7 |
-
|
|
|
|
| 8 |
recognition: false
|
| 9 |
classification: true
|
| 10 |
association: false
|
| 11 |
span_mode: false
|
| 12 |
size_gb: 1.0
|
| 13 |
hf_repo: "rpeel/glitext-class-base"
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# rpeel/glitext-class-base
|
| 17 |
|
| 18 |
-
|
| 19 |
|
| 20 |
This model is managed by the GLiText server. Download it via the Models page.
|
|
|
|
| 4 |
- glitext
|
| 5 |
glitext:
|
| 6 |
name: "class-base"
|
| 7 |
+
label: "GliText Classification (Balanced)"
|
| 8 |
+
description: "An efficient zero-shot text classification model tuned to balance speed and accuracy."
|
| 9 |
recognition: false
|
| 10 |
classification: true
|
| 11 |
association: false
|
| 12 |
span_mode: false
|
| 13 |
size_gb: 1.0
|
| 14 |
hf_repo: "rpeel/glitext-class-base"
|
| 15 |
+
source_url: "knowledgator/gliclass-base-v3.0"
|
| 16 |
---
|
| 17 |
|
| 18 |
# rpeel/glitext-class-base
|
| 19 |
|
| 20 |
+
An efficient zero-shot text classification model tuned to balance speed and accuracy.
|
| 21 |
|
| 22 |
This model is managed by the GLiText server. Download it via the Models page.
|