Humains-Junior / README.md
NS-Y's picture
Upload 3 files
107e86b verified
---
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