Joshuant commited on
Commit
065c4bb
·
verified ·
1 Parent(s): 328ff32

add roxi-duplex to org card

Browse files
Files changed (1) hide show
  1. README.md +17 -35
README.md CHANGED
@@ -6,16 +6,7 @@ pinned: false
6
 
7
  # IOTEverythin
8
 
9
- We build small, production-oriented AI that runs where the data lives. Two
10
- independent product lines: compact Indian-English text-to-speech for
11
- conversational agents, and grounded question answering that quotes your
12
- documents instead of hallucinating.
13
-
14
- ---
15
-
16
- # Voice / Text-to-Speech
17
-
18
- Compact, production-oriented text-to-speech voices for conversational AI, with a
19
  focus on Indian-English for customer-support and website voice assistants.
20
 
21
  ## VozVox
@@ -23,11 +14,17 @@ focus on Indian-English for customer-support and website voice assistants.
23
  These voices power [VozVox](https://www.vozvox.com/), our voice agent platform for
24
  AI-powered conversational agents across phone and web, with natural-sounding speech.
25
 
 
 
 
 
 
 
26
  ## The Roxi TTS line
27
 
28
- A family of Indian-English voices fine-tuned from the open MOSS-TTS models. Two
29
- tiers: the 0.1B models run in real time for live agents, and the 1.7B model is for
30
- pre-rendered or premium-quality audio.
31
 
32
  | Model | Base | Best for |
33
  |---|---|---|
@@ -38,28 +35,13 @@ pre-rendered or premium-quality audio.
38
  | roxi-tts-v2-onnx | ONNX build of v2 | CPU inference, no transformers dependency |
39
  | voxi-tts | MOSS-TTS-Nano 0.1B | Original prototype voice |
40
 
41
- **Focus:** Indian-English accent, natural and telephony-aware; small and fast;
42
- built on commercially permissive Apache-2.0 base models; single-speaker branded
43
- voices for support calls and website assistants.
44
-
45
- **Attribution:** Models are built on MOSS-TTS (Apache-2.0). Training data includes
46
- the IIT-Madras Indic TTS English set, used with the required copyright notice shown
47
- on each model card.
48
-
49
- ---
50
-
51
- # Grounded QA
52
 
53
- [grounded-pointer-qa](https://huggingface.co/IOTEverythin/grounded-pointer-qa) is an
54
- extractive question-answering model that **cannot hallucinate by construction**: it
55
- only quotes verbatim spans from your documents, abstains when the answer is not
56
- there, and decodes deterministically. Knowledge is hot-swappable: point it at a
57
- folder of `.txt`/`.md`/`.pdf` files, with no retraining.
58
 
59
- Built on roberta-base (125M), it runs in milliseconds on consumer hardware: 74.6 EM
60
- on SQuAD v2 in a full-retrieval setting, and 91.7% answer precision in its "right or
61
- silent" mode. A natural grounding layer for support agents that must quote policy
62
- documents instead of improvising.
63
 
64
- **Focus:** grounded, verifiable answers; every answer a verbatim quote with a
65
- source, or an honest abstention; local-first and deterministic.
 
6
 
7
  # IOTEverythin
8
 
9
+ We build compact, production-oriented text-to-speech voices for conversational AI, with a
 
 
 
 
 
 
 
 
 
10
  focus on Indian-English for customer-support and website voice assistants.
11
 
12
  ## VozVox
 
14
  These voices power [VozVox](https://www.vozvox.com/), our voice agent platform for
15
  AI-powered conversational agents across phone and web, with natural-sounding speech.
16
 
17
+ ## Roxi-Duplex: full-duplex speech-to-speech
18
+
19
+ [roxi-duplex](https://huggingface.co/IOTEverythin/roxi-duplex) is a LoRA adapter for Kyutai's
20
+ Moshi that turns it into a full-duplex Indian-English customer-support voice agent. It listens
21
+ and speaks simultaneously, so interruptions and backchannels work naturally.
22
+
23
  ## The Roxi TTS line
24
 
25
+ A family of Indian-English voices fine-tuned from the open MOSS-TTS models. Two tiers: the
26
+ 0.1B models run in real time for live agents, and the 1.7B model is for pre-rendered or
27
+ premium-quality audio.
28
 
29
  | Model | Base | Best for |
30
  |---|---|---|
 
35
  | roxi-tts-v2-onnx | ONNX build of v2 | CPU inference, no transformers dependency |
36
  | voxi-tts | MOSS-TTS-Nano 0.1B | Original prototype voice |
37
 
38
+ ## Focus
 
 
 
 
 
 
 
 
 
 
39
 
40
+ - Indian-English accent, natural and telephony-aware
41
+ - Small and fast, built on commercially permissive Apache-2.0 base models
42
+ - Single-speaker branded voices for support calls and website assistants
 
 
43
 
44
+ ## Attribution
 
 
 
45
 
46
+ Models are built on MOSS-TTS (Apache-2.0). Training data includes the IIT-Madras Indic TTS
47
+ English set, used with the required copyright notice shown on each model card.