nuua commited on
Commit
56e9fdd
โ€ข
1 Parent(s): 2b8bf91

Update README.md - Add Korean

Browse files
Files changed (1) hide show
  1. README.md +8 -0
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 robin@nuua.ai.
 
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 robin@nuua.ai.