File size: 485 Bytes
56c5717 536505d 56c5717 536505d 56c5717 536505d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ---
title: Scholarform Scibert Shadow
emoji: 🧠
colorFrom: green
colorTo: blue
sdk: docker
app_port: 7860
pinned: false
---
# Scholarform SciBERT Service
## Endpoints
- `GET /` - status + model info
- `GET /health` - health check
- `POST /predict` - JSON body: `{"texts": ["...", "..."]}`
## Optional Space Variables
- `SCIBERT_MODEL` (default: `allenai/scibert_scivocab_uncased`)
- `SCIBERT_MAX_LENGTH` (default: `512`)
Use the same code for both `primary` and `shadow` Spaces.
|