Xuban commited on
Commit
0a7fdcf
·
verified ·
1 Parent(s): 5bcd551

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - image-classification
5
+ tags:
6
+ - imagenette
7
+ - smoke-test
8
+ - libreyolo
9
+ pretty_name: smoke10 (LibreYOLO CI smoke set)
10
+ size_categories:
11
+ - n<1K
12
+ ---
13
+
14
+ # smoke10 — LibreYOLO classification smoke set
15
+
16
+ A tiny **2-images-per-class** subset of **Imagenette** (Apache-2.0) for fast CI /
17
+ end-to-end smoke tests of the classification train/val loop. Not for accuracy
18
+ evaluation.
19
+
20
+ ## Provenance
21
+ - Derived from fast.ai Imagenette (Apache-2.0), source `imagenette2-160.tgz`
22
+ `sha256` `64d0c4859f35a461889e0147755a999a48b49bf38a7e0f9bd27003f10db02fe5`.
23
+ - 2 train + 2 val images per class, 10 classes, ImageFolder `train/val/<wnid>` layout.
24
+ - Replaces the former ImageNet-derived `imagenet10` smoke set (ImageNet
25
+ redistribution terms preclude clean hosting).
26
+
27
+ ## Use with LibreYOLO
28
+ ```python
29
+ model.val(data="smoke10")
30
+ ```
31
+
32
+ ## License
33
+ Apache-2.0 (inherited from Imagenette).