nielsr HF Staff commited on
Commit
230f13c
·
verified ·
1 Parent(s): 7e576ad

Add project page link

Browse files

This PR adds a link to the project page `https://dhruveshp.com/projects/ilm` to the dataset card, providing users with easier access to additional information and resources related to the "Insertion Language Models" paper.

Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -1,4 +1,8 @@
1
  ---
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: input
@@ -21,11 +25,10 @@ configs:
21
  path: data/train-*
22
  - split: test
23
  path: data/test-*
24
- task_categories:
25
- - text-generation
26
  tags:
27
  - synthetic
28
- size_categories:
29
- - 1M<n<10M
30
  ---
31
- Synthetic data for the paper [[2505.05755] Insertion Language Models: Sequence Generation with Arbitrary-Position Insertions](https://arxiv.org/abs/2505.05755).
 
 
 
 
1
  ---
2
+ size_categories:
3
+ - 1M<n<10M
4
+ task_categories:
5
+ - text-generation
6
  dataset_info:
7
  features:
8
  - name: input
 
25
  path: data/train-*
26
  - split: test
27
  path: data/test-*
 
 
28
  tags:
29
  - synthetic
 
 
30
  ---
31
+
32
+ Synthetic data for the paper [[2505.05755] Insertion Language Models: Sequence Generation with Arbitrary-Position Insertions](https://arxiv.org/abs/2505.05755).
33
+
34
+ Project page: https://dhruveshp.com/projects/ilm