Files changed (1) hide show
  1. README.md +14 -8
README.md CHANGED
@@ -1,22 +1,28 @@
1
  ---
2
  library_name: glitext
3
  tags:
4
- - glitext
5
  glitext:
6
- name: "class-large"
7
- label: "GliText Classification (Accurate)"
8
- description: "An efficient zero-shot text classification model tuned for high accuracy."
9
  recognition: false
10
  classification: true
11
  association: false
12
  span_mode: false
13
  size_gb: 2.41
14
- hf_repo: "rpeel/glitext-class-large"
15
- source_url: "knowledgator/gliclass-large-v3.0"
 
16
  ---
17
 
18
  # rpeel/glitext-class-large
 
19
 
20
- An efficient zero-shot text classification model tuned for high 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-large
7
+ label: GliText Classification (Accurate)
8
+ description: An efficient zero-shot text classification model tuned for high accuracy.
9
  recognition: false
10
  classification: true
11
  association: false
12
  span_mode: false
13
  size_gb: 2.41
14
+ hf_repo: rpeel/glitext-class-large
15
+ source_url: knowledgator/gliclass-large-v3.0
16
+ license: apache-2.0
17
  ---
18
 
19
  # rpeel/glitext-class-large
20
+ An efficient zero-shot text classification model tuned for high accuracy
21
 
22
+ ## Requirements
23
+ This model is managed by the GLiText server.
24
+ Download it via the [Model Hub](https://huggingface.co/models).
25
 
26
+ ## License
27
+ This project is licensed under the [Apache 2.0 License](LICENSE).
28
+ It is derived from [gliclass-large-v3.0] from [Knowledgator Engineering](https://huggingface.co/knowledgator).