Spaces:
Sleeping
Sleeping
File size: 421 Bytes
0bc4ddb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
title: Substantiator
description: A Streamlit app that uses SciBERT for semantic similarity.
tags:
- Scientific
- NLP
pipeline:
- name: Streamlit
inputs:
- name: user_input
type: text
description: Input your claim
outputs:
- name: substantiation
type: text
description: Substantiation of the claim
resources:
limits:
cpu: 1
memory: 2Gi
|