Add detail to model card
#1
by semioticrobotic - opened
README.md
CHANGED
|
@@ -1,22 +1,30 @@
|
|
| 1 |
---
|
| 2 |
library_name: glitext
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
glitext:
|
| 6 |
-
name:
|
| 7 |
-
label:
|
| 8 |
-
description:
|
|
|
|
|
|
|
| 9 |
recognition: false
|
| 10 |
classification: true
|
| 11 |
association: false
|
| 12 |
span_mode: false
|
| 13 |
-
size_gb: 1
|
| 14 |
-
hf_repo:
|
| 15 |
-
source_url:
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# rpeel/glitext-class-base
|
|
|
|
| 19 |
|
| 20 |
-
|
|
|
|
|
|
|
| 21 |
|
| 22 |
-
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
library_name: glitext
|
| 3 |
tags:
|
| 4 |
+
- glitext
|
| 5 |
glitext:
|
| 6 |
+
name: class-base
|
| 7 |
+
label: GliText Classification (Balanced)
|
| 8 |
+
description: >-
|
| 9 |
+
An efficient zero-shot text classification model tuned to balance speed and
|
| 10 |
+
accuracy.
|
| 11 |
recognition: false
|
| 12 |
classification: true
|
| 13 |
association: false
|
| 14 |
span_mode: false
|
| 15 |
+
size_gb: 1
|
| 16 |
+
hf_repo: rpeel/glitext-class-base
|
| 17 |
+
source_url: knowledgator/gliclass-base-v3.0
|
| 18 |
+
license: apache-2.0
|
| 19 |
---
|
| 20 |
|
| 21 |
# rpeel/glitext-class-base
|
| 22 |
+
An efficient zero-shot text classification model tuned to balance speed and accuracy
|
| 23 |
|
| 24 |
+
## Requirements
|
| 25 |
+
This model is managed by the GLiText server.
|
| 26 |
+
Download it via the [Model Hub](https://huggingface.co/models).
|
| 27 |
|
| 28 |
+
## License
|
| 29 |
+
This project is licensed under the [Apache 2.0 License](LICENSE).
|
| 30 |
+
It is derived from [gliclass-base-v3.0] from [Knowledgator Engineering](https://huggingface.co/knowledgator).
|