Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
Dask
c-ho commited on
Commit
58040b2
·
verified ·
1 Parent(s): eede9a2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: filename
5
+ dtype: string
6
+ - name: text
7
+ dtype: string
8
+ - name: '@id'
9
+ dtype: string
10
+ - name: sameAs
11
+ dtype: string
12
+ - name: linsearch
13
+ dtype: string
14
+ - name: contributor
15
+ dtype: string
16
+ - name: identifier
17
+ dtype: string
18
+ - name: publisher
19
+ dtype: string
20
+ - name: subject
21
+ dtype: string
22
+ - name: title
23
+ dtype: string
24
+ - name: abstract
25
+ dtype: string
26
+ - name: issued
27
+ dtype: string
28
+ - name: language
29
+ dtype: string
30
+ - name: license
31
+ dtype: string
32
+ - name: dcterms:subject
33
+ dtype: string
34
+ - name: all@id
35
+ dtype: string
36
+ - name: all_sameAs
37
+ dtype: string
38
+ - name: linsearch_num
39
+ dtype: int64
40
+ splits:
41
+ - name: train
42
+ num_bytes: 995735270
43
+ num_examples: 116206
44
+ download_size: 242023661
45
+ dataset_size: 995735270
46
+ configs:
47
+ - config_name: default
48
+ data_files:
49
+ - split: train
50
+ path: data/train-*
51
+ ---
52
+ # Dataset Card for "2025-05-16_processed_train_df_with_linsearch_num"
53
+
54
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)