Spaces:
Sleeping
Sleeping
File size: 889 Bytes
4bb0f82 0de4069 4bb0f82 0de4069 107e86b 0de4069 107e86b 1a26838 0de4069 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
---
title: Exoskeleton Reasoning Demo
emoji: 🦴
colorFrom: indigo
colorTo: blue
sdk: gradio
sdk_version: "4.44.0"
app_file: app.py
pinned: false
---
A Gradio Space that applies the Appendix-style prompt (Phi-3.5 instruct-style chat). The model must prioritize the given *Context* and answer in plain text with two sections — **Analysis** and **Response**.
**Environment variables (optional)**
- `EXOSKELETON_MODEL_ID` (default: `Inpris/humains-junior`)
- `DEVICE_MAP` (default: `auto`)
- `MAX_NEW_TOKENS` (default: `512`)
- `TEMPERATURE` (default: `0.3`)
- `TOP_P` (default: `0.95`)
**Secrets**
- `HF_TOKEN` — required if the model is gated.
**Files**
- `app.py` — Gradio app (forces slow tokenizer using LLaMA tokenizer if needed; Phi-3.5 fallback)
- `requirements.txt` — dependencies (pins transformers 4.43.3, accelerate 0.32.1)
- `examples/` — (optional) assets/presets |