SaiCharithaAkula21 commited on
Commit
23d11c7
·
verified ·
1 Parent(s): 1c81c5a

Upload README

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # Sample Image Dataset
3
+
4
+ This is a sample dataset containing a few images and their labels.
5
+
6
+ ## Structure
7
+
8
+ - `images/`: Contains the image files.
9
+ - `metadata.csv`: Contains the metadata with image filenames and labels.
10
+
11
+ ## Usage
12
+
13
+ You can load this dataset using the `datasets` library.
14
+
15
+ ```python
16
+ from datasets import load_dataset
17
+
18
+ dataset = load_dataset("username/sample_datset2")