BigGoblin commited on
Commit
dcc2e80
·
verified ·
1 Parent(s): 6d0fead

Refresh provenance README

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: mit
4
+ license_link: https://opensource.org/licenses/MIT
5
+ tags:
6
+ - mirror
7
+ library_name: scrybl
8
+ ---
9
+
10
+ # Whisper tiny (multilingual, fp16 ONNX)
11
+
12
+ Scrybl-hosted mirror of [`onnx-community/whisper-tiny`](https://huggingface.co/onnx-community/whisper-tiny).
13
+
14
+ ## Why this mirror exists
15
+
16
+ [Scrybl](https://scrybl.xyz) re-hosts every model it auto-downloads under the
17
+ `Scrybl` HuggingFace org so first-run installs cannot be rugged by an upstream
18
+ namespace change. URLs in `scrybl-daemon/src/models/models.toml` pin to specific
19
+ revision SHAs of these mirrors — once published, those bytes are immutable.
20
+
21
+ The bytes in this repo are byte-identical to upstream
22
+ [`onnx-community/whisper-tiny`](https://huggingface.co/onnx-community/whisper-tiny). All credit and attribution
23
+ goes to the upstream authors.
24
+
25
+ ## Attribution
26
+
27
+ OpenAI (original Whisper weights, MIT); ONNX export by onnx-community
28
+
29
+ ## License
30
+
31
+ mit — see the linked license. Re-distribution of the upstream bytes
32
+ under this mirror does not alter or relicense the original work.