xTorch8 commited on
Commit
fba61a3
·
verified ·
1 Parent(s): f85f7f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -1
README.md CHANGED
@@ -7,4 +7,41 @@ base_model:
7
  - facebook/mms-1b-all
8
  pipeline_tag: automatic-speech-recognition
9
  library_name: transformers
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  - facebook/mms-1b-all
8
  pipeline_tag: automatic-speech-recognition
9
  library_name: transformers
10
+ ---
11
+ # [xTorch8/fine-tuned-mms](https://huggingface.co/xTorch8/fine-tuned-mms)
12
+
13
+ ## Model Details
14
+
15
+ ### Model Description
16
+
17
+ <!-- Provide a longer summary of what this model is. -->
18
+
19
+
20
+
21
+ - **Developed by:** Evan Santosa, Alexander Brian Susanto, Kelson, Henry Wunarsa
22
+ - **Model type:** Automatic Speech Recognition (ASR)
23
+ - **Language(s) (NLP):** Indonesian (id)
24
+ - **Finetuned from model:** [facebook/mms-1b-all](https://huggingface.co/facebook/mms-1b-all)
25
+
26
+ ### Model Sources
27
+
28
+ <!-- Provide the basic links for the model. -->
29
+
30
+ - **Repository:** [GitHub Repository](https://github.com/TranscriptX/AI-SR)
31
+
32
+ ## Uses
33
+
34
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
35
+
36
+ ### Direct Use
37
+
38
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
39
+
40
+ The model is used for Automatic Speech Recognition (ASR) for Indonesian language.
41
+
42
+
43
+ ### Out-of-Scope Use
44
+
45
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
46
+
47
+ Even though the model is fine-tuned using the Indonesian language, the model still can perform well on languages that use alphabetic characters, such as English. However, the model will not work well for languages that not use alphabetic characters, such as Chineese, Arabic, Korean, etc, due to the fine-tuned process.