Spaces:
Sleeping
Sleeping
Update huggingface.yaml
Browse files- huggingface.yaml +20 -3
huggingface.yaml
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
-
title:
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
|