Spaces:
Running
Running
Remove emoji and em dashes from org card
Browse files
README.md
CHANGED
|
@@ -7,15 +7,13 @@ pinned: false
|
|
| 7 |
# IOTEverythin
|
| 8 |
|
| 9 |
We build small, production-oriented AI that runs where the data lives. Two
|
| 10 |
-
independent product lines:
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
- **Grounded QA** — extractive question answering that quotes your documents
|
| 14 |
-
instead of hallucinating.
|
| 15 |
|
| 16 |
---
|
| 17 |
|
| 18 |
-
#
|
| 19 |
|
| 20 |
Compact, production-oriented text-to-speech voices for conversational AI, with a
|
| 21 |
focus on Indian-English for customer-support and website voice assistants.
|
|
@@ -27,9 +25,9 @@ AI-powered conversational agents across phone and web, with natural-sounding spe
|
|
| 27 |
|
| 28 |
## The Roxi TTS line
|
| 29 |
|
| 30 |
-
A family of Indian-English voices fine-tuned from the open MOSS-TTS models. Two
|
| 31 |
-
0.1B models run in real time for live agents, and the 1.7B model is for
|
| 32 |
-
premium-quality audio.
|
| 33 |
|
| 34 |
| Model | Base | Best for |
|
| 35 |
|---|---|---|
|
|
@@ -50,18 +48,18 @@ on each model card.
|
|
| 50 |
|
| 51 |
---
|
| 52 |
|
| 53 |
-
#
|
| 54 |
|
| 55 |
[grounded-pointer-qa](https://huggingface.co/IOTEverythin/grounded-pointer-qa) is an
|
| 56 |
-
extractive question-answering model that **cannot hallucinate by construction**: it
|
| 57 |
-
quotes verbatim spans from your documents, abstains when the answer
|
| 58 |
-
decodes deterministically. Knowledge is hot-swappable
|
| 59 |
-
`.txt`/`.md`/`.pdf` files, no retraining.
|
| 60 |
-
|
| 61 |
-
Built on roberta-base (125M), it runs in milliseconds on consumer hardware: 74.6 EM
|
| 62 |
-
SQuAD v2 in a full-retrieval setting, and 91.7% answer precision in its "right or
|
| 63 |
-
mode. A natural grounding layer for support agents that must quote policy
|
| 64 |
-
instead of improvising.
|
| 65 |
-
|
| 66 |
-
**Focus:** grounded, verifiable answers; every answer a verbatim quote with a
|
| 67 |
-
an honest abstention; local-first and deterministic.
|
|
|
|
| 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.
|
|
|
|
| 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 |
|---|---|---|
|
|
|
|
| 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.
|