FARBenchAnonymous commited on
Commit
d6be1e6
·
verified ·
1 Parent(s): 9b7c5a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -9
README.md CHANGED
@@ -2,16 +2,22 @@
2
  license: other
3
  pretty_name: FARBench Docker Images
4
  tags:
5
- - benchmark
6
- - docker-image
7
- - research-agent
8
  ---
9
 
10
  # FARBench Docker Images
11
 
12
  Per-task Docker images, saved with `docker save | gzip` and uploaded as plain LFS files. Each tarball is a fully self-contained image (CUDA + Python + task deps + baked task data); load it with `docker load` and the resulting image carries the canonical tag `farbench/farbench:<task>-<cuda>`.
13
 
14
- Files are at the repo root with the flat naming convention **`<task>-<cuda>.docker.tar.gz`** (e.g. `mnist_classification-cu118.docker.tar.gz`).
 
 
 
 
 
 
15
 
16
  ## Quick start
17
 
@@ -19,15 +25,15 @@ Files are at the repo root with the flat naming convention **`<task>-<cuda>.dock
19
  # 1. Download the tarball you need (single task, cu118 example).
20
  huggingface-cli download \
21
  FARBenchAnonymous/FARBench \
22
- mnist_classification-cu118.docker.tar.gz \
23
  --repo-type dataset \
24
  --local-dir ./farbench-images
25
 
26
  # 2. Load into your Docker daemon.
27
- docker load -i ./farbench-images/mnist_classification-cu118.docker.tar.gz
28
 
29
  # 3. The image is now available locally as e.g.
30
- # farbench/farbench:mnist_classification-cu118
31
  docker images | grep farbench
32
  ```
33
 
@@ -63,7 +69,6 @@ docker load -i <task>-<cuda>.docker.tar.gz
63
  | `ljspeech_tts` | Audio/Speech | `utmos` | [ljspeech_tts-cu118](./ljspeech_tts-cu118.docker.tar.gz) | [ljspeech_tts-cu128](./ljspeech_tts-cu128.docker.tar.gz) |
64
  | `metrla_traffic` | AI for science | `mae_60min` | [metrla_traffic-cu118](./metrla_traffic-cu118.docker.tar.gz) | [metrla_traffic-cu128](./metrla_traffic-cu128.docker.tar.gz) |
65
  | `minigrid` | robotics | `success_rate` | [minigrid-cu118](./minigrid-cu118.docker.tar.gz) | [minigrid-cu128](./minigrid-cu128.docker.tar.gz) |
66
- | `mnist_classification` | Computer Vision | `accuracy` | [mnist_classification-cu118](./mnist_classification-cu118.docker.tar.gz) | [mnist_classification-cu128](./mnist_classification-cu128.docker.tar.gz) |
67
  | `objaverse_3dgen` | computer vision | `lpips` | [objaverse_3dgen-cu118](./objaverse_3dgen-cu118.docker.tar.gz) | [objaverse_3dgen-cu128](./objaverse_3dgen-cu128.docker.tar.gz) |
68
  | `ogbg_molpcba` | AI for science | `avg_precision` | [ogbg_molpcba-cu118](./ogbg_molpcba-cu118.docker.tar.gz) | [ogbg_molpcba-cu128](./ogbg_molpcba-cu128.docker.tar.gz) |
69
  | `qlib_stock` | natural language processing | `ic_mean` | [qlib_stock-cu118](./qlib_stock-cu118.docker.tar.gz) | [qlib_stock-cu128](./qlib_stock-cu128.docker.tar.gz) |
@@ -86,4 +91,4 @@ Use `cu118` unless your GPU requires CUDA 12.x kernels. Both variants produce id
86
 
87
  ## License
88
 
89
- The RABench framework is released under Apache-2.0. The bundled datasets and pre-cached model weights are redistributed from their original sources and retain the original licenses; see each task's README in the data repository.
 
2
  license: other
3
  pretty_name: FARBench Docker Images
4
  tags:
5
+ - benchmark
6
+ - docker-image
7
+ - research-agent
8
  ---
9
 
10
  # FARBench Docker Images
11
 
12
  Per-task Docker images, saved with `docker save | gzip` and uploaded as plain LFS files. Each tarball is a fully self-contained image (CUDA + Python + task deps + baked task data); load it with `docker load` and the resulting image carries the canonical tag `farbench/farbench:<task>-<cuda>`.
13
 
14
+ Files are at the repo root with the flat naming convention **`<task>-<cuda>.docker.tar.gz`** (e.g. `domainnet_quickdraw-cu118.docker.tar.gz`).
15
+
16
+ ## Website
17
+
18
+ Explore the FARBench leaderboard, agent trajectories, and capability analysis at:
19
+
20
+ - https://anomyous4.github.io/anomyous-website/#/
21
 
22
  ## Quick start
23
 
 
25
  # 1. Download the tarball you need (single task, cu118 example).
26
  huggingface-cli download \
27
  FARBenchAnonymous/FARBench \
28
+ domainnet_quickdraw-cu118.docker.tar.gz \
29
  --repo-type dataset \
30
  --local-dir ./farbench-images
31
 
32
  # 2. Load into your Docker daemon.
33
+ docker load -i ./farbench-images/domainnet_quickdraw-cu118.docker.tar.gz
34
 
35
  # 3. The image is now available locally as e.g.
36
+ # farbench/farbench:domainnet_quickdraw-cu118
37
  docker images | grep farbench
38
  ```
39
 
 
69
  | `ljspeech_tts` | Audio/Speech | `utmos` | [ljspeech_tts-cu118](./ljspeech_tts-cu118.docker.tar.gz) | [ljspeech_tts-cu128](./ljspeech_tts-cu128.docker.tar.gz) |
70
  | `metrla_traffic` | AI for science | `mae_60min` | [metrla_traffic-cu118](./metrla_traffic-cu118.docker.tar.gz) | [metrla_traffic-cu128](./metrla_traffic-cu128.docker.tar.gz) |
71
  | `minigrid` | robotics | `success_rate` | [minigrid-cu118](./minigrid-cu118.docker.tar.gz) | [minigrid-cu128](./minigrid-cu128.docker.tar.gz) |
 
72
  | `objaverse_3dgen` | computer vision | `lpips` | [objaverse_3dgen-cu118](./objaverse_3dgen-cu118.docker.tar.gz) | [objaverse_3dgen-cu128](./objaverse_3dgen-cu128.docker.tar.gz) |
73
  | `ogbg_molpcba` | AI for science | `avg_precision` | [ogbg_molpcba-cu118](./ogbg_molpcba-cu118.docker.tar.gz) | [ogbg_molpcba-cu128](./ogbg_molpcba-cu128.docker.tar.gz) |
74
  | `qlib_stock` | natural language processing | `ic_mean` | [qlib_stock-cu118](./qlib_stock-cu118.docker.tar.gz) | [qlib_stock-cu128](./qlib_stock-cu128.docker.tar.gz) |
 
91
 
92
  ## License
93
 
94
+ The FARBench framework is released under the MIT License. The bundled datasets and pre-cached model weights are redistributed from their original sources and retain the original licenses; see each task's README in the data repository.