dltjwl commited on
Commit
003fb78
โ€ข
1 Parent(s): 7cf4a3e

Modify : Delete Widget and Add Results

Browse files
Files changed (1) hide show
  1. README.md +19 -7
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
- ### Preprocessing
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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