DummyModel ✨
A dummy model repo published for a class assignment.
It does not perform real ML; it echoes inputs and marks everything as LABEL_0.
How to use
from inference import predict
predict("hello world")
Files
inference.py: toypredict()functionmodel.py: placeholderDummyModelclassconfig.json: minimal metadatarequirements.txt: tiny deps (none actually required for the echo demo)sample_input.json: quick test payload
Disclaimer
This is a non-functional demo used to learn the Hugging Face publishing workflow.
- Downloads last month
- 12