seastar105 commited on
Commit
afcebe8
·
verified ·
1 Parent(s): 923ae4c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -31
README.md CHANGED
@@ -9,38 +9,36 @@ base_model:
9
  model-index:
10
  - name: Phi-4-mm-inst-zeroth-kor
11
  results:
12
- - task:
13
- type: speech-to-text-translation
14
- dataset:
15
- type: seastar105/fleurs_ko_en_test
16
- name: fleurs (ko-en test intersection)
17
- metrics:
18
- - type: bleu
19
- name: ko2en
20
- value: To-be-filled
21
- - type: bleu
22
- name: ko2en-cot
23
- value: To-be-filled
24
- - type: bleu
25
- name: en2ko (ko-mecab)
26
- value: To-be-filled
27
- - type: bleu
28
- name: en2ko-cot (ko-mecab)
29
- value: To-be-filled
30
- - task:
31
- type: automatic-speech-recognition
32
- dataset:
33
- type: kresnik/zeroth_korean
34
- name: zeroth_korean test
35
- metrics:
36
- - type: cer
37
- name: test CER
38
- value: To-be-filled
 
 
39
  ---
40
- # Model Card for Model ID
41
-
42
- <!-- Provide a quick summary of what the model is/does. -->
43
-
44
  This model is fine-tuned from [microsoft/Phi-4-multimodal-instruct](https://huggingface.co/microsoft/Phi-4-multimodal-instruct) on [kresnik/zeroth_korean](https://huggingface.co/datasets/kresnik/zeroth_korean) dataset only 1 epoch.
45
 
46
  script for fine-tuning is [here](https://gist.github.com/seastar105/d1d8983b27611370528e3b194dcc5577#file-main-py), adapted from phi-4 repository example
 
9
  model-index:
10
  - name: Phi-4-mm-inst-zeroth-kor
11
  results:
12
+ - task:
13
+ type: speech-to-text-translation
14
+ dataset:
15
+ type: seastar105/fleurs_ko_en_test
16
+ name: fleurs (ko-en test intersection)
17
+ metrics:
18
+ - type: bleu
19
+ name: ko2en
20
+ value: To-be-filled
21
+ - type: bleu
22
+ name: ko2en-cot
23
+ value: To-be-filled
24
+ - type: bleu
25
+ name: en2ko (ko-mecab)
26
+ value: To-be-filled
27
+ - type: bleu
28
+ name: en2ko-cot (ko-mecab)
29
+ value: To-be-filled
30
+ - task:
31
+ type: automatic-speech-recognition
32
+ dataset:
33
+ type: kresnik/zeroth_korean
34
+ name: zeroth_korean test
35
+ metrics:
36
+ - type: cer
37
+ name: test CER
38
+ value: To-be-filled
39
+ language:
40
+ - ko
41
  ---
 
 
 
 
42
  This model is fine-tuned from [microsoft/Phi-4-multimodal-instruct](https://huggingface.co/microsoft/Phi-4-multimodal-instruct) on [kresnik/zeroth_korean](https://huggingface.co/datasets/kresnik/zeroth_korean) dataset only 1 epoch.
43
 
44
  script for fine-tuning is [here](https://gist.github.com/seastar105/d1d8983b27611370528e3b194dcc5577#file-main-py), adapted from phi-4 repository example