harishnair04
commited on
Commit
•
9347805
1
Parent(s):
5a2fe7d
Update README.md
Browse files
README.md
CHANGED
@@ -4,4 +4,44 @@ task_categories:
|
|
4 |
- image-classification
|
5 |
size_categories:
|
6 |
- n<1K
|
7 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
- image-classification
|
5 |
size_categories:
|
6 |
- n<1K
|
7 |
+
---
|
8 |
+
|
9 |
+
## Dataset Details
|
10 |
+
|
11 |
+
### Dataset Description
|
12 |
+
|
13 |
+
Sith Image Descriptions:
|
14 |
+
|
15 |
+
A Sith Lord wielding a red lightsaber in a dark cloak.
|
16 |
+
A menacing Sith warrior with yellow Sith eyes.
|
17 |
+
A Sith apprentice practicing the dark side of the Force.
|
18 |
+
Darth Maul, a powerful and red-skinned Sith from "Star Wars."
|
19 |
+
Emperor Palpatine using Force lightning in his Sith robes.
|
20 |
+
A Sith Inquisitor with a double-bladed lightsaber.
|
21 |
+
Kylo Ren, a conflicted Sith with a distinctive crossguard lightsaber.
|
22 |
+
|
23 |
+
Jedi Image Descriptions:
|
24 |
+
|
25 |
+
A Jedi Knight in traditional robes, wielding a blue lightsaber.
|
26 |
+
Master Yoda, a wise and powerful Jedi Master.
|
27 |
+
Luke Skywalker, a Jedi hero from the original "Star Wars" trilogy.
|
28 |
+
A Jedi Padawan learning the ways of the Force.
|
29 |
+
Rey, a skilled Jedi from the sequel trilogy.
|
30 |
+
Obi-Wan Kenobi, a legendary Jedi Master.
|
31 |
+
A group of Jedi using the Force to protect the galaxy.
|
32 |
+
|
33 |
+
|
34 |
+
### Direct Use
|
35 |
+
|
36 |
+
The dataset is balanced, meaning it contains roughly equal numbers of "Sith" and "Jedi" images. The descriptions accurately represent the content of the images and distinguish between the two classes.
|
37 |
+
|
38 |
+
## Dataset Structure
|
39 |
+
```bash
|
40 |
+
├───train
|
41 |
+
│ ├───jedi
|
42 |
+
│ └───sith
|
43 |
+
└───valid
|
44 |
+
├───jedi
|
45 |
+
└───sith
|
46 |
+
|
47 |
+
```
|