Corran commited on
Commit
1cfba19
1 Parent(s): f886f5f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: submitter
7
+ dtype: string
8
+ - name: authors
9
+ dtype: string
10
+ - name: title
11
+ dtype: string
12
+ - name: comments
13
+ dtype: string
14
+ - name: journal-ref
15
+ dtype: string
16
+ - name: doi
17
+ dtype: string
18
+ - name: report-no
19
+ dtype: string
20
+ - name: categories
21
+ dtype: string
22
+ - name: license
23
+ dtype: string
24
+ - name: abstract
25
+ dtype: string
26
+ - name: versions
27
+ list:
28
+ - name: created
29
+ dtype: string
30
+ - name: version
31
+ dtype: string
32
+ - name: update_date
33
+ dtype: string
34
+ - name: authors_parsed
35
+ sequence:
36
+ sequence: string
37
+ - name: embeddings
38
+ sequence: float32
39
+ - name: paper_title
40
+ dtype: string
41
+ - name: paper_url_abs
42
+ dtype: string
43
+ - name: paper_url_pdf
44
+ dtype: string
45
+ - name: repo_url
46
+ dtype: string
47
+ - name: is_official
48
+ dtype: bool
49
+ - name: mentioned_in_paper
50
+ dtype: bool
51
+ - name: pwc_url
52
+ dtype: string
53
+ - name: abs_enc
54
+ sequence: float32
55
+ splits:
56
+ - name: train
57
+ num_bytes: 2949900219
58
+ num_examples: 612833
59
+ download_size: 3236905950
60
+ dataset_size: 2949900219
61
+ ---
62
+ # Dataset Card for "Arxiv_V12July23_Post2013CS_AllMiniV2L6"
63
+
64
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)