krishnah27 commited on
Commit
acdc9d6
·
verified ·
1 Parent(s): 011505f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # Graphite Model Artifacts
2
+
3
+ This model repository stores the STT and TTS binaries used by the local Graphite speech workflow.
4
+
5
+ - `voice-input-english-244.bin`: whisper.cpp-compatible English voice input model
6
+ - `kitten_tts_mini_v0_8.onnx`: Kitten TTS ONNX artifact used by Graphite
7
+
8
+ Graphite downloads these assets when `GRAPHITE_MODEL_REPO` is configured, while inference still runs locally on the backend.