Papajams commited on
Commit
0bc4ddb
1 Parent(s): 4425e3f

Update huggingface.yaml

Browse files
Files changed (1) hide show
  1. huggingface.yaml +20 -3
huggingface.yaml CHANGED
@@ -1,3 +1,20 @@
1
- title: Scientific Data Substantiator
2
- sdk: streamlit
3
- compute: cpu-small
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ title: Substantiator
2
+ description: A Streamlit app that uses SciBERT for semantic similarity.
3
+ tags:
4
+ - Scientific
5
+ - NLP
6
+ pipeline:
7
+ - name: Streamlit
8
+ inputs:
9
+ - name: user_input
10
+ type: text
11
+ description: Input your claim
12
+ outputs:
13
+ - name: substantiation
14
+ type: text
15
+ description: Substantiation of the claim
16
+ resources:
17
+ limits:
18
+ cpu: 1
19
+ memory: 2Gi
20
+