prd101-wd commited on
Commit
22cc418
·
verified ·
1 Parent(s): 33ee655

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -7,7 +7,12 @@ sdk: docker
7
  app_port: 8501
8
  tags:
9
  - streamlit
 
 
 
10
  pinned: false
 
 
11
  short_description: Tetsing models finetuned in this space
12
  license: mit
13
  ---
 
7
  app_port: 8501
8
  tags:
9
  - streamlit
10
+ - transformers
11
+ - text-classification
12
+ - pytorch
13
  pinned: false
14
+ library_name: transformers
15
+ pipeline_tag: text-classification
16
  short_description: Tetsing models finetuned in this space
17
  license: mit
18
  ---