Javierquin commited on
Commit
85dcc43
1 Parent(s): 2105ec0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: file_name
10
+ dtype: string
11
+ - name: cow_id
12
+ dtype: int64
13
+ - name: weight
14
+ dtype: string
15
+ - name: source
16
+ dtype: string
17
+ - name: breed
18
+ dtype: string
19
+ - name: sex
20
+ dtype: string
21
+ - name: orientation
22
+ dtype: string
23
+ - name: internal_cow_id
24
+ dtype: string
25
+ - name: vertical_distance_meters
26
+ dtype: float64
27
+ - name: horizontal_distance_meters
28
+ dtype: float64
29
+ - name: picture_quality
30
+ dtype: string
31
+ - name: id
32
+ dtype: string
33
+ splits:
34
+ - name: train
35
+ num_bytes: 595981
36
+ num_examples: 2999
37
+ download_size: 41295
38
+ dataset_size: 595981
39
+ ---
40
+ # Dataset Card for "test_el_talar"
41
+
42
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)