Datasets:

ArXiv:
License:
luqiyi commited on
Commit
2a66143
1 Parent(s): ceb75df

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ ---
5
+
6
+ # Dataset Card for rendered_xnli
7
+
8
+ <!-- Provide a quick summary of the dataset. -->
9
+
10
+ ## Dataset Summary
11
+ This dataset is the rendered version of XNLI for fine-tuning pixel-based GPT models introduced by [paper](https://arxiv.org/pdf/2404.10710).
12
+
13
+ ## Supported Tasks and Leaderboards
14
+
15
+ ## Dataset Structure
16
+
17
+ ## Data Instances
18
+
19
+ # Citation Information
20
+ ```
21
+ @article{chai2024dual,
22
+ title={Dual Modalities of Text: Visual and Textual Generative Pre-training},
23
+ author={Chai, Yekun and Liu, Qingyi and Xiao, Jingwu and Wang, Shuohuan and Sun, Yu and Wu, Hua},
24
+ journal={arXiv preprint arXiv:2404.10710},
25
+ year={2024}
26
+ }
27
+ ```