richardpalestri commited on
Commit
a2d5564
1 Parent(s): 72d0423

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -9,5 +9,12 @@ app_file: app.py
9
  pinned: false
10
  license: c-uda
11
  ---
 
 
 
12
 
 
 
 
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
9
  pinned: false
10
  license: c-uda
11
  ---
12
+ This is a process heavy app, there are 3 models loaded.
13
+ One for prechecking with object detection, one for nlp classifications and one for generating text.
14
+ I would like to thank: SamLowe for the text classification model , bigscience for the text generation model and nlpconnect for the vit gpt2 image captioning model (i.e. what I used for the precheck)
15
 
16
+ Here are their links:
17
+ https://huggingface.co/SamLowe/roberta-base-go_emotions
18
+ https://huggingface.co/nlpconnect/vit-gpt2-image-captioning
19
+ https://huggingface.co/bigscience/bloom
20
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference