Add detail to model card

#1
Files changed (1) hide show
  1. README.md +17 -9
README.md CHANGED
@@ -1,22 +1,30 @@
1
  ---
2
  library_name: glitext
3
  tags:
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.
 
 
 
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).