Automatic Speech Recognition
Transformers
Safetensors
Japanese
whisper
Inference Endpoints
sin2piusc commited on
Commit
be3a394
1 Parent(s): c42c525

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -1,5 +1,15 @@
1
  ---
2
  license: cc-by-nd-4.0
 
 
 
 
 
 
 
 
 
 
3
  ---
4
  How to use:
5
 
@@ -22,6 +32,14 @@ client = InferenceClient(model, token="hf_token")
22
  client.automatic_speech_recognition(audio_file).text
23
 
24
 
 
 
 
 
 
 
 
 
25
 
26
 
27
 
@@ -47,6 +65,4 @@ When all individuals in a population are identical with respect to a particular
47
 
48
  集団内のすべての個体が特定の表現形式に関して同一である場合、それらは単形性と呼ばれます。
49
 
50
- If all individuals in a population are identical with respect to a particular form of expression, they are called monomorphic.
51
-
52
-
 
1
  ---
2
  license: cc-by-nd-4.0
3
+ datasets:
4
+ - google/fleurs
5
+ - mozilla-foundation/common_voice_16_1
6
+ - joujiboi/japanese-anime-speech
7
+ language:
8
+ - ja
9
+ metrics:
10
+ - wer
11
+ library_name: transformers
12
+ pipeline_tag: automatic-speech-recognition
13
  ---
14
  How to use:
15
 
 
32
  client.automatic_speech_recognition(audio_file).text
33
 
34
 
35
+ --
36
+ --
37
+ Make sure to set task and language.
38
+
39
+
40
+
41
+
42
+
43
 
44
 
45
 
 
65
 
66
  集団内のすべての個体が特定の表現形式に関して同一である場合、それらは単形性と呼ばれます。
67
 
68
+ If all individuals in a population are identical with respect to a particular form of expression, they are called monomorphic.