Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
-
# UMA-IA/
|
6 |
|
7 |
## Authors
|
8 |
- **Youri LALAIN**, Engineering student at French Engineering School ECE
|
@@ -10,7 +10,7 @@ license: apache-2.0
|
|
10 |
|
11 |
## Dataset Summary
|
12 |
|
13 |
-
The **UMA-IA/
|
14 |
|
15 |
## Dataset Details
|
16 |
|
@@ -58,7 +58,7 @@ You can load this dataset using the Hugging Face `datasets` library:
|
|
58 |
|
59 |
```python
|
60 |
from datasets import load_dataset
|
61 |
-
dataset = load_dataset("UMA-IA/
|
62 |
|
63 |
# Access the first sample
|
64 |
print(dataset["train"][0]["caption"])
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
+
# UMA-IA/PYXIS-Engine-v1
|
6 |
|
7 |
## Authors
|
8 |
- **Youri LALAIN**, Engineering student at French Engineering School ECE
|
|
|
10 |
|
11 |
## Dataset Summary
|
12 |
|
13 |
+
The **UMA-IA/PYXIS-Engine-v1** is a specialized dataset designed for training vision-language models in the field of **aerospace and aeronautical engineering**. It consists of high-quality **images of aircraft engine components paired with detailed captions** identifying and describing the visible parts. This dataset enables models to learn to recognize and analyze various engine components, making it ideal for **fine-tuning vision-language models** for technical visual recognition and analysis tasks in the aerospace industry.
|
14 |
|
15 |
## Dataset Details
|
16 |
|
|
|
58 |
|
59 |
```python
|
60 |
from datasets import load_dataset
|
61 |
+
dataset = load_dataset("UMA-IA/PYXIS-Engine-v1")
|
62 |
|
63 |
# Access the first sample
|
64 |
print(dataset["train"][0]["caption"])
|