Files changed (1) hide show
  1. README.md +16 -8
README.md CHANGED
@@ -1,22 +1,30 @@
1
  ---
2
  library_name: glitext
3
  tags:
4
- - glitext
5
  glitext:
6
- name: "class-edge"
7
- label: "GliText Classification (Fast)"
8
- description: "An efficient zero-shot text classification model tuned for high throughput (speed)."
 
 
9
  recognition: false
10
  classification: true
11
  association: false
12
  span_mode: false
13
  size_gb: 0.17
14
- hf_repo: "rpeel/glitext-class-edge"
15
- source_url: "knowledgator/gliclass-edge-v3.0"
 
16
  ---
17
 
18
  # rpeel/glitext-class-edge
 
19
 
20
- An efficient zero-shot text classification model tuned for high throughput (speed).
 
 
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-edge
7
+ label: GliText Classification (Fast)
8
+ description: >-
9
+ An efficient zero-shot text classification model tuned for high throughput
10
+ (speed).
11
  recognition: false
12
  classification: true
13
  association: false
14
  span_mode: false
15
  size_gb: 0.17
16
+ hf_repo: rpeel/glitext-class-edge
17
+ source_url: knowledgator/gliclass-edge-v3.0
18
+ license: apache-2.0
19
  ---
20
 
21
  # rpeel/glitext-class-edge
22
+ An efficient zero-shot text classification model tuned for high throughput (speed)
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-edge-v3.0](https://huggingface.co/knowledgator/gliclass-edge-v3.0) from [Knowledgator Engineering](https://huggingface.co/knowledgator).