darkmaniac7 commited on
Commit
af059ea
·
verified ·
1 Parent(s): 1fb7699

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - tokforge
5
+ - assets
6
+ - onnx
7
+ - android
8
+ - utility
9
+ inference: false
10
+ ---
11
+
12
+ # tokforge-assets
13
+
14
+ Support assets used by **TokForge**.
15
+
16
+ This repository is not a standalone language model release. It stores auxiliary runtime assets that are useful to the app and related tooling.
17
+
18
+ ## Current contents
19
+
20
+ - `kokoro-en-v0_19/model.int8.onnx`
21
+
22
+ ## Intended use
23
+
24
+ - TokForge app support files
25
+ - voice / auxiliary feature experiments
26
+ - reproducible hosting of shared runtime assets
27
+
28
+ ## Limitations
29
+
30
+ - Not a full model card for a standalone chat model
31
+ - No Hugging Face Inference widget is expected here
32
+ - Contents may evolve as TokForge asset packaging changes
33
+
34
+ ## TokForge
35
+
36
+ - Website: [tokforge.ai](https://tokforge.ai)
37
+ - Discord: [Join the Discord](https://discord.gg/Acv3CBtfVm)