jonathan-roberts1
commited on
Commit
·
7d50e82
1
Parent(s):
2322f14
Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,33 @@ dataset_info:
|
|
15 |
num_examples: 71504
|
16 |
download_size: 147716132
|
17 |
dataset_size: 169946184.648
|
|
|
18 |
---
|
19 |
# Dataset Card for "Airbus-Wind-Turbines-Patches"
|
20 |
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
num_examples: 71504
|
16 |
download_size: 147716132
|
17 |
dataset_size: 169946184.648
|
18 |
+
license: other
|
19 |
---
|
20 |
# Dataset Card for "Airbus-Wind-Turbines-Patches"
|
21 |
|
22 |
+
## Dataset Description
|
23 |
+
|
24 |
+
- **Paper** [Airbus Wind Turbine Patches](https://www.kaggle.com/datasets/airbusgeo/airbus-wind-turbines-patches)
|
25 |
+
- **Split** Validation
|
26 |
+
|
27 |
+
## Split Information
|
28 |
+
|
29 |
+
This HuggingFace dataset repository contains just the Validation split.
|
30 |
+
|
31 |
+
### Licensing Information
|
32 |
+
|
33 |
+
[CC BY-NC-SA 4.0](https://www.kaggle.com/datasets/airbusgeo/airbus-wind-turbines-patches)
|
34 |
+
|
35 |
+
## Citation Information
|
36 |
+
|
37 |
+
[Airbus Wind Turbine Patches](https://www.kaggle.com/datasets/airbusgeo/airbus-wind-turbines-patches)
|
38 |
+
|
39 |
+
```
|
40 |
+
@misc{kaggle_awtp,
|
41 |
+
author = {Airbus DS GEO S.A.},
|
42 |
+
title = {Airbus Wind Turbine Patches},
|
43 |
+
howpublished = {\url{https://www.kaggle.com/datasets/airbusgeo/airbus-wind-turbines-patches}},
|
44 |
+
year = {2021},
|
45 |
+
version = {1.0}
|
46 |
+
}
|
47 |
+
```
|