JoelAjitesh commited on
Commit
328ff32
·
verified ·
1 Parent(s): cf7594a

Remove emoji and em dashes from org card

Browse files
Files changed (1) hide show
  1. README.md +20 -22
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
- - **Voice** compact Indian-English text-to-speech for conversational agents.
13
- - **Grounded QA** — extractive question answering that quotes your documents
14
- instead of hallucinating.
15
 
16
  ---
17
 
18
- # 🎙️ Voice / Text-to-Speech
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 tiers: the
31
- 0.1B models run in real time for live agents, and the 1.7B model is for pre-rendered or
32
- premium-quality audio.
33
 
34
  | Model | Base | Best for |
35
  |---|---|---|
@@ -50,18 +48,18 @@ on each model card.
50
 
51
  ---
52
 
53
- # 🔒 Grounded QA
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 only
57
- quotes verbatim spans from your documents, abstains when the answer isn't there, and
58
- decodes deterministically. Knowledge is hot-swappable point it at a folder of
59
- `.txt`/`.md`/`.pdf` files, no retraining.
60
-
61
- Built on roberta-base (125M), it runs in milliseconds on consumer hardware: 74.6 EM on
62
- SQuAD v2 in a full-retrieval setting, and 91.7% answer precision in its "right or silent"
63
- mode. A natural grounding layer for support agents that must quote policy documents
64
- instead of improvising.
65
-
66
- **Focus:** grounded, verifiable answers; every answer a verbatim quote with a source, or
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.