dltjwl
commited on
Commit
โข
003fb78
1
Parent(s):
7cf4a3e
Modify : Delete Widget and Add Results
Browse files
README.md
CHANGED
@@ -2,10 +2,6 @@
|
|
2 |
language:
|
3 |
- ko
|
4 |
pipeline_tag: image-to-text
|
5 |
-
widget:
|
6 |
-
- src: sample.jpg
|
7 |
-
output:
|
8 |
-
text: "๋์:\n์ ๋ชฉ: 2011-2021 ๋ณด๊ฑด๋ณต์ง ๋ถ์ผ ์ผ์๋ฆฌ์ <unk>์ฆ\n์ ํ: ๋จ์ผํ ์ผ๋ฐ ์ธ๋ก <unk>๋ํ\n| ๋ณด๊ฑด(์ฒ ๋ช
) | ๋ณต์ง(์ฒ ๋ช
)\n1๋ถ์ | 29.7 | 178.4\n2๋ถ์ | 70.8 | 97.3\n3๋ถ์ | 86.4 | 61.3\n4๋ถ์ | 28.2 | 16.0\n5๋ถ์ | 52.3 | 0.9"
|
9 |
---
|
10 |
|
11 |
# **deplot_kr**
|
@@ -42,8 +38,24 @@ print(processor.batch_decode(deplot_generated_ids, skip_special_token=True)[0])
|
|
42 |
|
43 |
```
|
44 |
|
|
|
|
|
45 |
|
46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
According to [Liu et al.(2023)](https://arxiv.org/pdf/2212.10505.pdf)...
|
49 |
|
@@ -52,13 +64,13 @@ According to [Liu et al.(2023)](https://arxiv.org/pdf/2212.10505.pdf)...
|
|
52 |
- \n : seperating rows (ํ ๊ตฌ๋ถ)
|
53 |
|
54 |
|
55 |
-
### Train
|
56 |
|
57 |
The model was trained in a TPU environment.
|
58 |
- num_warmup_steps : 1,000
|
59 |
- num_training_steps : 40,000
|
60 |
|
61 |
-
## Evaluation Results
|
62 |
|
63 |
This model achieves the following results:
|
64 |
|
|
|
2 |
language:
|
3 |
- ko
|
4 |
pipeline_tag: image-to-text
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
# **deplot_kr**
|
|
|
38 |
|
39 |
```
|
40 |
|
41 |
+
**Model Input Image**
|
42 |
+
![model_input_image](./sample.jpg)
|
43 |
|
44 |
+
**Model Output - Prediction**
|
45 |
+
|
46 |
+
๋์:
|
47 |
+
์ ๋ชฉ: 2011-2021 ๋ณด๊ฑด๋ณต์ง ๋ถ์ผ ์ผ์๋ฆฌ์ <unk>์ฆ
|
48 |
+
์ ํ: ๋จ์ผํ ์ผ๋ฐ ์ธ๋ก <unk>๋ํ
|
49 |
+
| ๋ณด๊ฑด(์ฒ ๋ช
) | ๋ณต์ง(์ฒ ๋ช
)
|
50 |
+
1๋ถ์ | 29.7 | 178.4
|
51 |
+
2๋ถ์ | 70.8 | 97.3
|
52 |
+
3๋ถ์ | 86.4 | 61.3
|
53 |
+
4๋ถ์ | 28.2 | 16.0
|
54 |
+
5๋ถ์ | 52.3 | 0.9
|
55 |
+
|
56 |
+
|
57 |
+
|
58 |
+
### **Preprocessing**
|
59 |
|
60 |
According to [Liu et al.(2023)](https://arxiv.org/pdf/2212.10505.pdf)...
|
61 |
|
|
|
64 |
- \n : seperating rows (ํ ๊ตฌ๋ถ)
|
65 |
|
66 |
|
67 |
+
### **Train**
|
68 |
|
69 |
The model was trained in a TPU environment.
|
70 |
- num_warmup_steps : 1,000
|
71 |
- num_training_steps : 40,000
|
72 |
|
73 |
+
## **Evaluation Results**
|
74 |
|
75 |
This model achieves the following results:
|
76 |
|