Isamu136 commited on
Commit
2f2a1c0
1 Parent(s): 1819a74

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: caption
7
+ dtype: string
8
+ - name: moco_vitb_imagenet_embeddings
9
+ sequence: float32
10
+ - name: ibot_b_16_embedding
11
+ sequence: float32
12
+ - name: ibot_b_16_last_self_attn
13
+ sequence: float32
14
+ - name: midas_dpt_swin2_large_384
15
+ dtype: image
16
+ - name: subject_noun
17
+ dtype: string
18
+ - name: moco_vitb_imagenet_embeddings_without_last_layer
19
+ sequence: float32
20
+ - name: moco_vitb_imagenet_hidden_state
21
+ sequence:
22
+ sequence: float32
23
+ - name: clip_l14
24
+ sequence: float32
25
+ - name: clip_l14_hidden_state
26
+ sequence:
27
+ sequence: float32
28
+ splits:
29
+ - name: train
30
+ num_bytes: 47221662862.94
31
+ num_examples: 26180
32
+ download_size: 47477945903
33
+ dataset_size: 47221662862.94
34
+ ---
35
+ # Dataset Card for "big-animal-dataset-high-res-embedding-with-hidden-states"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)