ashirbadsahu commited on
Commit
adf1581
·
verified ·
1 Parent(s): 101c912

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. LICENSE.md +7 -0
  2. MODEL_CARD.md +99 -0
  3. README.md +41 -0
  4. data.parquet +3 -0
LICENSE.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ Copyright 2026 Ashirbad Sahu
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
MODEL_CARD.md ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: "other"
4
+ base_model:
5
+ - Qwen/Qwen3.6-27B
6
+ - k2-fsa/OmniVoice
7
+ pipeline_tag: "text-to-speech"
8
+ tags:
9
+ - banking
10
+ - faq
11
+ - multilingual
12
+ - hindi
13
+ - english
14
+ - speech
15
+ - text-to-speech
16
+ - synthetic-data
17
+ - conversational-ai
18
+ model_name: "Banking FAQ Hindi-English Speech Dataset"
19
+ ---
20
+
21
+ # Model Card: Banking FAQ Hindi-English Speech Dataset
22
+
23
+ ## Model summary
24
+
25
+ This dataset is a multilingual banking FAQ corpus created by translating English FAQ content into Hindi and generating spoken audio for the translated text. It is designed to support research in multilingual conversational AI, synthetic speech generation, and domain-specific customer support systems.
26
+
27
+ ## Description
28
+
29
+ The source corpus comes from a Kaggle banking FAQ dataset for chatbot training:
30
+
31
+ - https://www.kaggle.com/datasets/rudrakumargupta/banking-faq-dataset-for-chatbot-training
32
+
33
+ The original text was in English. To create a Hindi-language version, the dataset was translated using `Qwen/Qwen3.6-27B`, run locally with `unsloth/Qwen3.6-27B-GGUF` via [llama.cpp](https://github.com/ggml-org/llama.cpp).
34
+
35
+ After translation, the Hindi text was converted to audio using `k2-fsa/OmniVoice` through [omnivoice.cpp](https://github.com/ServeurpersoCom/omnivoice.cpp). The generated speech has a sample rate of 24 kHz.
36
+
37
+ ## Intended use
38
+
39
+ This dataset is intended for:
40
+
41
+ - research in multilingual banking QA
42
+ - customer support and FAQ experimentation
43
+ - TTS and speech synthesis evaluation
44
+ - ASR training on domain-specific spoken banking content
45
+ - conversational AI prototyping for Hindi-English systems
46
+
47
+ ## Out-of-scope use
48
+
49
+ This dataset should not be used for:
50
+
51
+ - deceptive voice cloning or impersonation
52
+ - harmful automated customer interactions
53
+ - production customer support without human review
54
+ - safety-critical financial decisions without oversight
55
+
56
+ ## Dataset structure
57
+
58
+ The dataset contains banking-related FAQ text and associated synthetic speech generated from the translated Hindi content. The primary language pair is English and Hindi, with audio generated in the spoken Hindi domain.
59
+
60
+ ## Training and generation pipeline
61
+
62
+ 1. Collect English FAQ data from the Kaggle source dataset.
63
+ 2. Translate questions and answers into Hindi using `Qwen/Qwen3.6-27B`.
64
+ 3. Run the model locally using `unsloth/Qwen3.6-27B-GGUF` and `llama.cpp`.
65
+ 4. Convert the translated text into speech using `k2-fsa/OmniVoice` via `omnivoice.cpp`.
66
+ 5. Store the generated audio at 24 kHz sample rate.
67
+
68
+ ## Limitations
69
+
70
+ - Machine translation may introduce wording errors, unnatural phrasing, or domain mismatches.
71
+ - Synthetic speech may have pronunciation, prosody, or expressiveness limitations compared to human speech.
72
+ - The model may not reflect real-world speaker variation or emotional nuance.
73
+ - Banking terminology should be manually reviewed before using the data in sensitive or production workflows.
74
+
75
+ ## Bias, risks, and ethical considerations
76
+
77
+ This dataset is synthetic and domain-specific. It may reflect the translation model's stylistic and lexical preferences and may not generalize equally to all banking scenarios or dialects. Use responsibly and validate results on target populations and use cases before deployment.
78
+
79
+ ## Licensing
80
+
81
+ This project is released under the MIT License. See [LICENSE.md](LICENSE.md) for details.
82
+
83
+ The source Kaggle dataset and the underlying model dependencies may have their own licenses and usage terms. Please review those terms separately before redistribution or commercial use.
84
+
85
+ ## Citation
86
+
87
+ If you use this dataset, please cite the original source dataset and the model dependencies used in its creation.
88
+
89
+ Suggested attribution:
90
+
91
+ - Source dataset: Banking FAQ dataset for chatbot training (Kaggle)
92
+ - Translation model: `Qwen/Qwen3.6-27B`
93
+ - Local inference backend: `unsloth/Qwen3.6-27B-GGUF` with `llama.cpp`
94
+ - Speech model: `k2-fsa/OmniVoice`
95
+ - Speech runtime: `omnivoice.cpp`
96
+
97
+ ## Additional notes
98
+
99
+ This project is intended as a research and prototyping resource for Hindi-English banking speech generation and multilingual customer service workflows.
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Banking FAQ Hindi-English Speech Dataset
2
+
3
+ A multilingual banking FAQ dataset that combines an English FAQ source with Hindi translation and synthetic speech generation.
4
+
5
+ ## Overview
6
+
7
+ This project starts from a public English banking FAQ dataset and converts it into a Hindi-English speech dataset for research and experimentation in conversational AI and multilingual speech systems.
8
+
9
+ ### Source dataset
10
+
11
+ - Kaggle: https://www.kaggle.com/datasets/rudrakumargupta/banking-faq-dataset-for-chatbot-training
12
+
13
+ ### Translation pipeline
14
+
15
+ The English FAQ data was translated into Hindi using `Qwen/Qwen3.6-27B`, executed locally with `unsloth/Qwen3.6-27B-GGUF` through [llama.cpp](https://github.com/ggml-org/llama.cpp).
16
+
17
+ ### Speech synthesis pipeline
18
+
19
+ The translated text was converted to speech using `k2-fsa/OmniVoice` via [omnivoice.cpp](https://github.com/ServeurpersoCom/omnivoice.cpp).
20
+
21
+ ### Audio specification
22
+ - Sample rate: 24 kHz
23
+
24
+ ## Data pipeline
25
+
26
+ 1. Collect English FAQ pairs from the Kaggle source.
27
+ 2. Translate the English questions and answers into Hindi using the local Qwen inference stack.
28
+ 3. Apply post-processing for consistency and quality checks.
29
+ 4. Synthesize spoken audio using OmniVoice.
30
+ 5. Package the bilingual text and generated speech into a usable research dataset.
31
+
32
+ ## License
33
+
34
+ This project is licensed under the MIT License. See [LICENSE.md](LICENSE.md) for the full text.
35
+
36
+ ## Limitations
37
+
38
+ - The Hindi data is generated by machine translation and may contain translation artifacts or wording that is not perfectly natural.
39
+ - The synthesized speech reflects the characteristics of the TTS model and may not match human speaker variability.
40
+ - Banking terminology should be reviewed before use in production or high-stakes systems.
41
+ - The dataset is synthetic and should be validated against real-world customer conversations before deployment.
data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb0e33d0967b1a8898ec2112674798acabc656294e46af3ebc28ef841f85bbdc
3
+ size 1045914192