Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,13 @@ model-index:
|
|
10 |
- name: table_to_text_train_solar-merge-dpo
|
11 |
results: []
|
12 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
``` python
|
15 |
sys_text = """Given the following HTML table, convert it to a descriptive text format.
|
|
|
10 |
- name: table_to_text_train_solar-merge-dpo
|
11 |
results: []
|
12 |
---
|
13 |
+
## Training
|
14 |
+
|
15 |
+
* Base Model
|
16 |
+
* 자체 LLM (solar_merge_dpo)
|
17 |
+
* Training dataset
|
18 |
+
* [표 이미지-텍스트 쌍 데이터](https://www.aihub.or.kr/aihubdata/data/view.do?currMenu=115&topMenu=100&aihubDataSe=data&dataSetSn=71709)
|
19 |
+
|
20 |
|
21 |
``` python
|
22 |
sys_text = """Given the following HTML table, convert it to a descriptive text format.
|