visoc commited on
Commit
5f06aeb
·
verified ·
1 Parent(s): cecbc13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -33
README.md CHANGED
@@ -1,33 +1,46 @@
1
- ---
2
- license: cc-by-nc-sa-2.0
3
- dataset_info:
4
- features:
5
- - name: triples
6
- sequence:
7
- sequence: string
8
- - name: serialized_triples
9
- dtype: string
10
- - name: gen_sentence
11
- dtype: string
12
- splits:
13
- - name: train
14
- num_bytes: 1151066619.4379873
15
- num_examples: 6076768
16
- - name: validation
17
- num_bytes: 287766654.85949683
18
- num_examples: 1519192
19
- - name: test
20
- num_bytes: 75728186.70251589
21
- num_examples: 399788
22
- download_size: 909575687
23
- dataset_size: 1514561461.0
24
- configs:
25
- - config_name: default
26
- data_files:
27
- - split: train
28
- path: data/train-*
29
- - split: validation
30
- path: data/validation-*
31
- - split: test
32
- path: data/test-*
33
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-2.0
3
+ dataset_info:
4
+ features:
5
+ - name: triples
6
+ sequence:
7
+ sequence: string
8
+ - name: serialized_triples
9
+ dtype: string
10
+ - name: gen_sentence
11
+ dtype: string
12
+ splits:
13
+ - name: train
14
+ num_bytes: 1151066619.4379873
15
+ num_examples: 6076768
16
+ - name: validation
17
+ num_bytes: 287766654.85949683
18
+ num_examples: 1519192
19
+ - name: test
20
+ num_bytes: 75728186.70251589
21
+ num_examples: 399788
22
+ download_size: 909575687
23
+ dataset_size: 1514561461.0
24
+ configs:
25
+ - config_name: default
26
+ data_files:
27
+ - split: train
28
+ path: data/train-*
29
+ - split: validation
30
+ path: data/validation-*
31
+ - split: test
32
+ path: data/test-*
33
+ ---
34
+ # 📘 Dataset Card: KELM Single-Triple Sample
35
+
36
+ This is a filtered sample of the original [KELM](https://github.com/google-research-datasets/KELM-corpus) (Knowledge Enhanced Language Model) corpus, created and released by Google Research. The sample contains only the entries with a single triple, offering a more focused subset for lightweight experimentation or simplified use cases such as triple-to-text generation or controlled text generation.
37
+
38
+ 🔍 Key Details:
39
+
40
+ + The full dataset is available in the official [KELM repository](https://github.com/google-research-datasets/KELM-corpus).
41
+
42
+ + Only entries where the "triples" field has a length of 1 were included in this sample.
43
+
44
+
45
+
46
+ 📄 License: This dataset is licensed under CC BY-SA 2.0, in accordance with the original release by Google Research. This sample is a redistribution made publicly available for convenience and educational/research purposes on Hugging Face Datasets. No claim of authorship or originality is made.