File size: 620 Bytes
aabf2a7
 
 
 
 
 
 
d4c84c4
aabf2a7
 
 
 
 
 
 
d4c84c4
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
title: Saev Image Classification
emoji: 🐨
colorFrom: gray
colorTo: blue
sdk: gradio
sdk_version: 5.9.1
python_version: 3.13
app_file: app.py
pinned: false
license: mit
short_description: Interpret image classification models using SAEs.
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

I used [s5cmd](https://github.com/peak/s5cmd) to upload CUB-2011 to Cloudflare R2.


```sh
s5cmd --credentials-file ~/.local/etc/cloudflare/r2-credentials --endpoint-url https://6391ae4399fb354a41cab96372935a6e.r2.cloudflarestorage.com \
  cp test/ s3://saev-cub2011/
```