YoozDev commited on
Commit
bf75c33
·
verified ·
1 Parent(s): 9be681e

Add model card

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: polyform-shield-1.0.0
4
+ license_link: https://polyformproject.org/licenses/shield/1.0.0/
5
+ tags:
6
+ - swift
7
+ - xcframework
8
+ - macos
9
+ - text-processing
10
+ library_name: swift
11
+ ---
12
+
13
+ # YoozTextCleanup
14
+
15
+ Prebuilt Swift XCFramework for the Yooz text-cleanup engine (`libyooz_text_cleanup`), part of the
16
+ [Yooz ecosystem](https://github.com/yooz-labs). It provides rule-based post-processing for
17
+ on-device speech-to-text output (number, decimal, and version normalization and related cleanup),
18
+ exposed to Swift via UniFFI.
19
+
20
+ This repository hosts the **compiled binary artifact** consumed by the `yooz-engine` SwiftPM
21
+ package as a remote `.binaryTarget`. It is not model weights; it is native Rust compiled for
22
+ Apple platforms.
23
+
24
+ ## Contents
25
+
26
+ | File | Description |
27
+ |---|---|
28
+ | `YoozTextCleanup-0.6.6-07ff96f.xcframework.zip` | Universal (arm64 + x86_64) macOS XCFramework |
29
+
30
+ - **Crate version:** 0.6.6
31
+ - **Source provenance:** `yooz-labs/yooz-engine` `text-cleanup/`, unchanged since commit `07ff96f`
32
+ - **SHA-256:** `c859400999a7af479303316440032f6323dcfc56ad15a9295f92f9b3bec843a5`
33
+ - **Platforms:** macOS (arm64, x86_64)
34
+
35
+ ## Consuming from SwiftPM
36
+
37
+ ```swift
38
+ .binaryTarget(
39
+ name: "YoozTextCleanup",
40
+ url: "https://huggingface.co/YoozLabs/YoozTextCleanup/resolve/main/YoozTextCleanup-0.6.6-07ff96f.xcframework.zip",
41
+ checksum: "c859400999a7af479303316440032f6323dcfc56ad15a9295f92f9b3bec843a5"
42
+ )
43
+ ```
44
+
45
+ The `checksum` pins content integrity; the versioned filename is never overwritten in place, so the
46
+ `main` resolve URL is effectively immutable for a given version.
47
+
48
+ ## License
49
+
50
+ Compiled from source licensed under PolyForm Shield 1.0.0 (source-available). See the
51
+ [`yooz-engine`](https://github.com/yooz-labs/yooz-engine) repository.
52
+
53
+ ## Contact
54
+
55
+ dev@yooz.info