Commit
·
b13b09b
1
Parent(s):
502f1f3
Add model
Browse files- README.md +28 -0
- dialect_classifier_model.pth +3 -0
README.md
CHANGED
@@ -1,3 +1,31 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
|
5 |
+
# Assamese Dialect Classification Model
|
6 |
+
|
7 |
+
This repository contains a trained model for classifying Assamese dialects based on speech inputs. The model was developed to assist in identifying and understanding regional variations of the Assamese language.
|
8 |
+
|
9 |
+
---
|
10 |
+
|
11 |
+
## **Model Purpose**
|
12 |
+
The purpose of this model is to classify different dialects of Assamese speech. It is useful for linguistic research, speech analysis, and creating dialect-aware applications in natural language processing (NLP) and automatic speech recognition (ASR).
|
13 |
+
|
14 |
+
---
|
15 |
+
|
16 |
+
## **Dialects Recognized**
|
17 |
+
The model is trained to recognize the following four dialects of the Assamese language:
|
18 |
+
1. **Darangia**
|
19 |
+
2. **Kamrupia**
|
20 |
+
3. **Nalbaria**
|
21 |
+
4. **Upper Assam**
|
22 |
+
|
23 |
+
---
|
24 |
+
|
25 |
+
## **Training Dataset**
|
26 |
+
The model was trained on a dataset of 300 speech samples, curated to include diverse speakers, phrases, and dialect features. The dataset includes:
|
27 |
+
- **Diverse Data**: Various accents, speaker genders, and age groups.
|
28 |
+
- **Metadata**: Information about speaker age, gender, district, and speech duration.
|
29 |
+
- **Common Phrases**: Speech samples based on frequently used phrases in Assamese.
|
30 |
+
|
31 |
+
---
|
dialect_classifier_model.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b24fd567370a35d5ea41ad735d40a8ebc633deaa160d182e856363ea897e7b48
|
3 |
+
size 786469490
|