Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,9 @@ A compact, encoder–decoder Transformer packaged so it can be used both as a Py
|
|
| 9 |
- CLI convenience commands for inference, serving, UI launch, and Hugging Face model downloads.
|
| 10 |
- Makefile shortcuts, notebooks, and Docker dev environment for day-to-day work.
|
| 11 |
|
|
|
|
|
|
|
|
|
|
| 12 |
## Installation
|
| 13 |
```bash
|
| 14 |
# inside the repository (editable install with optional extras)
|
|
@@ -153,5 +156,3 @@ make docker-run-infer # run the inference service (Ctrl+C to stop)
|
|
| 153 |
4. Start Chainlit UI (optional): `mini-transformer-ui --model AlaBoussoffara__transformer_small --host 0.0.0.0 --port 8000`
|
| 154 |
|
| 155 |
Environment variables (`MINI_TRANSFORMER_MODELS`, `MINI_TRANSFORMER_MODEL_NAME`, etc.) let you tailor the workflow to your setup.
|
| 156 |
-
## Hugging Face Spaces DEMO
|
| 157 |
-
https://huggingface.co/spaces/AlaBoussoffara/Mini-Transformer
|
|
|
|
| 9 |
- CLI convenience commands for inference, serving, UI launch, and Hugging Face model downloads.
|
| 10 |
- Makefile shortcuts, notebooks, and Docker dev environment for day-to-day work.
|
| 11 |
|
| 12 |
+
## Hugging Face Spaces DEMO
|
| 13 |
+
Here you can find a Huggingface Spaces for a quick demo
|
| 14 |
+
https://huggingface.co/spaces/AlaBoussoffara/Mini-Transformer
|
| 15 |
## Installation
|
| 16 |
```bash
|
| 17 |
# inside the repository (editable install with optional extras)
|
|
|
|
| 156 |
4. Start Chainlit UI (optional): `mini-transformer-ui --model AlaBoussoffara__transformer_small --host 0.0.0.0 --port 8000`
|
| 157 |
|
| 158 |
Environment variables (`MINI_TRANSFORMER_MODELS`, `MINI_TRANSFORMER_MODEL_NAME`, etc.) let you tailor the workflow to your setup.
|
|
|
|
|
|