mrfakename
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: audio-classification
|
3 |
+
datasets:
|
4 |
+
- common_language
|
5 |
+
---
|
6 |
+
# Language Classification
|
7 |
+
|
8 |
+
A model trained for language classification. Thanks to @sanchit-gandhi for [this code](https://huggingface.co/sanchit-gandhi/whisper-base-ft-common-language-id) which was used to train the model.
|
9 |
+
|
10 |
+
This model was trained for 15 epochs.
|