sndillmops commited on
Commit
ffe114e
·
verified ·
1 Parent(s): dc20db6

Upload folder using huggingface_hub

Browse files
llmops_train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5e91161b62a0becf5b7651f9aae10101922c7bf1dba995b801c4617666946e5
3
+ size 4544
llmops_train/dataset_info.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "mpg": {
6
+ "dtype": "float64",
7
+ "_type": "Value"
8
+ },
9
+ "cylinders": {
10
+ "dtype": "int64",
11
+ "_type": "Value"
12
+ },
13
+ "displacement": {
14
+ "dtype": "float64",
15
+ "_type": "Value"
16
+ },
17
+ "horsepower": {
18
+ "dtype": "float64",
19
+ "_type": "Value"
20
+ },
21
+ "weight": {
22
+ "dtype": "float64",
23
+ "_type": "Value"
24
+ },
25
+ "acceleration": {
26
+ "dtype": "float64",
27
+ "_type": "Value"
28
+ },
29
+ "model year": {
30
+ "dtype": "int64",
31
+ "_type": "Value"
32
+ },
33
+ "origin": {
34
+ "dtype": "int64",
35
+ "_type": "Value"
36
+ },
37
+ "__index_level_0__": {
38
+ "dtype": "int64",
39
+ "_type": "Value"
40
+ }
41
+ },
42
+ "homepage": "",
43
+ "license": ""
44
+ }
llmops_train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "11afd5b772da18a1",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }