Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ language:
|
|
3 |
- en
|
4 |
- zh
|
5 |
license: apache-2.0
|
6 |
-
library_name: transformers
|
7 |
tags:
|
8 |
- multimodal
|
9 |
- vqa
|
@@ -28,53 +28,49 @@ model-index:
|
|
28 |
metrics:
|
29 |
- type: accuracy
|
30 |
value: 85
|
31 |
-
pipeline_tag:
|
32 |
-
|
33 |
model_index:
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
---
|
79 |
### **3. 提供可下载文件**
|
80 |
确保以下文件已上传到仓库,便于用户下载和运行:
|
|
|
3 |
- en
|
4 |
- zh
|
5 |
license: apache-2.0
|
6 |
+
library_name: transformers
|
7 |
tags:
|
8 |
- multimodal
|
9 |
- vqa
|
|
|
28 |
metrics:
|
29 |
- type: accuracy
|
30 |
value: 85
|
31 |
+
pipeline_tag: question-answering
|
|
|
32 |
model_index:
|
33 |
+
- name: AutoModel
|
34 |
+
results:
|
35 |
+
- task:
|
36 |
+
type: vqa
|
37 |
+
name: Visual Question Answering
|
38 |
+
dataset:
|
39 |
+
type: synthetdataset
|
40 |
+
name: Synthetic Multimodal Dataset
|
41 |
+
config: default
|
42 |
+
split: test
|
43 |
+
revision: main
|
44 |
+
metrics:
|
45 |
+
- type: accuracy
|
46 |
+
value: 85
|
47 |
+
name: VQA Accuracy
|
48 |
+
- task:
|
49 |
+
type: automatspeerecognition
|
50 |
+
name: Automatic Speech Recognition
|
51 |
+
dataset:
|
52 |
+
type: synthetdataset
|
53 |
+
name: Synthetic Multimodal Dataset
|
54 |
+
config: default
|
55 |
+
split: test
|
56 |
+
revision: main
|
57 |
+
metrics:
|
58 |
+
- type: wer
|
59 |
+
value: 15.3
|
60 |
+
name: Test WER
|
61 |
+
- task:
|
62 |
+
type: captioning
|
63 |
+
name: Image Captioning
|
64 |
+
dataset:
|
65 |
+
type: synthetdataset
|
66 |
+
name: Synthetic Multimodal Dataset
|
67 |
+
config: default
|
68 |
+
split: test
|
69 |
+
revision: main
|
70 |
+
metrics:
|
71 |
+
- type: bleu
|
72 |
+
value: 27.5
|
73 |
+
name: BL4
|
|
|
|
|
|
|
74 |
---
|
75 |
### **3. 提供可下载文件**
|
76 |
确保以下文件已上传到仓库,便于用户下载和运行:
|