Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- infinite-dataset-hub
|
5 |
+
- synthetic
|
6 |
+
---
|
7 |
+
|
8 |
+
# CatClassificationTrain
|
9 |
+
|
10 |
+
tags: Image, Cats, Classification
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:**
|
15 |
+
|
16 |
+
The 'CatClassificationTrain' dataset is a collection of images used for training machine learning models to recognize different types of cats. Each image in the dataset is labeled with a category that describes the breed, color, or specific characteristic of the cat. The labels are unique identifiers that correspond to the traits of the cats depicted in the images.
|
17 |
+
|
18 |
+
**CSV Content Preview:**
|
19 |
+
|
20 |
+
```csv
|
21 |
+
Image_ID,Image_URL,Label
|
22 |
+
001,http://example.com/images/cat1.jpg,Siamese_Black_Short
|
23 |
+
002,http://example.com/images/cat2.jpg,Persian_White_Longhaired
|
24 |
+
003,http://example.com/images/cat3.jpg,Bengal_Tabby_Spotted
|
25 |
+
004,http://example.com/images/cat4.jpg,Ragdoll_Blue_Pointed
|
26 |
+
005,http://example.com/images/cat5.jpg,Maine_Coon_Brown_Longhaired
|
27 |
+
```
|
28 |
+
|
29 |
+
**Source of the data:**
|
30 |
+
|
31 |
+
The dataset was generated using the [Infinite Dataset Hub](https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub) and microsoft/Phi-3-mini-4k-instruct using the query 'cat':
|
32 |
+
|
33 |
+
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=cat&dataset=CatClassificationTrain&tags=Image,+Cats,+Classification
|
34 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
35 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|