Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
DOI:
Libraries:
Datasets
Dask
n0w0f commited on
Commit
de154ae
·
verified ·
1 Parent(s): 98ab6cf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: slices
12
+ dtype: string
13
+ - name: cif_p1
14
+ dtype: string
15
+ - name: atom_sequences_plusplus
16
+ dtype: string
17
+ - name: crystal_text_llm
18
+ dtype: string
19
+ - name: zmatrix
20
+ dtype: string
21
+ - name: local_env
22
+ dtype: string
23
+ - name: composition
24
+ dtype: string
25
+ - name: robocrys_rep
26
+ dtype: string
27
+ - name: material_id
28
+ dtype: string
29
+ - name: atom_sequences
30
+ dtype: string
31
+ - name: cif_symmetrized
32
+ dtype: string
33
+ - name: crystal_system
34
+ dtype: string
35
+ splits:
36
+ - name: train
37
+ num_bytes: 76288672
38
+ num_examples: 30000
39
+ - name: test
40
+ num_bytes: 51682625
41
+ num_examples: 20325
42
+ download_size: 34992724
43
+ dataset_size: 127971297
44
+ ---
45
+ # Dataset Card for "MatText"
46
+
47
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)