Update README.md - Add Korean
Browse files
README.md
CHANGED
@@ -22,6 +22,8 @@ Ko-Deplot์ Google์ Pix2Struct ๊ตฌ์กฐ๋ฅผ ๊ธฐ๋ฐ์ผ๋ก ํ ํ๊ตญ์ด Visual-QA
|
|
22 |
# **Model Usage**
|
23 |
You can run a prediction by querying an input image together with a question as follows:
|
24 |
|
|
|
|
|
25 |
```python
|
26 |
from transformers import Pix2StructProcessor, Pix2StructForConditionalGeneration
|
27 |
from PIL import Image
|
@@ -43,6 +45,8 @@ print(processor.decode(predictions[0], skip_special_tokens=True))
|
|
43 |
|
44 |
Synthetic chart data from three libraries were used:
|
45 |
|
|
|
|
|
46 |
- [GenPlot](https://github.com/brendanartley/genplot)
|
47 |
- [Chart.js](https://github.com/chartjs/Chart.js)
|
48 |
- [Plotly](https://github.com/plotly/plotly.py)
|
@@ -51,12 +55,16 @@ Synthetic chart data from three libraries were used:
|
|
51 |
|
52 |
The model was first exposed to a short warmup stage, following its [original paper](https://arxiv.org/pdf/2210.03347.pdf). It was then trained using the chart data for 50,000 steps.
|
53 |
|
|
|
|
|
54 |
# **Technical Specifications**
|
55 |
|
56 |
## Hardware
|
57 |
|
58 |
Ko-Deplot was trained by using A100 80G.
|
59 |
|
|
|
|
|
60 |
# **Contact**
|
61 |
|
62 |
Any questions and suggestions, please use the discussion tab. If you want to contact us directly, email [email protected].
|
|
|
22 |
# **Model Usage**
|
23 |
You can run a prediction by querying an input image together with a question as follows:
|
24 |
|
25 |
+
์๋์ ์ฝ๋๋ฅผ ์ด์ฉํ์ฌ ๋ชจ๋ธ ์ถ๋ก ์ ํ ์ ์์ต๋๋ค:
|
26 |
+
|
27 |
```python
|
28 |
from transformers import Pix2StructProcessor, Pix2StructForConditionalGeneration
|
29 |
from PIL import Image
|
|
|
45 |
|
46 |
Synthetic chart data from three libraries were used:
|
47 |
|
48 |
+
์ธ ๊ฐ์ ๋ผ์ด๋ธ๋ฌ๋ฆฌ์์ ํฉ์ฑ ์ฐจํธ ๋ฐ์ดํฐ๋ฅผ ์์ฑํ์ฌ ์ฌ์ฉํ์์ต๋๋ค:
|
49 |
+
|
50 |
- [GenPlot](https://github.com/brendanartley/genplot)
|
51 |
- [Chart.js](https://github.com/chartjs/Chart.js)
|
52 |
- [Plotly](https://github.com/plotly/plotly.py)
|
|
|
55 |
|
56 |
The model was first exposed to a short warmup stage, following its [original paper](https://arxiv.org/pdf/2210.03347.pdf). It was then trained using the chart data for 50,000 steps.
|
57 |
|
58 |
+
ํ์ต์ ์ํด ์ฒ์ ์งง์ "warmup" ๋จ๊ณ๋ฅผ ๊ฑฐ์ณ ํ๊ธ์ ํ์ต์ํจ ํ 50,000 ์คํ
๋์ ์ฐจํธ ๋ฐ์ดํฐ๋ฅผ ํ์ต์์ผฐ์ต๋๋ค.
|
59 |
+
|
60 |
# **Technical Specifications**
|
61 |
|
62 |
## Hardware
|
63 |
|
64 |
Ko-Deplot was trained by using A100 80G.
|
65 |
|
66 |
+
A100 80G GPU๋ฅผ ์ด์ฉํ์ฌ ํ์ตํ์์ต๋๋ค.
|
67 |
+
|
68 |
# **Contact**
|
69 |
|
70 |
Any questions and suggestions, please use the discussion tab. If you want to contact us directly, email [email protected].
|