Spaces:
Sleeping
Sleeping
Updated readme and fixed requirements.txt to use the benchbech repo
Browse files- README.md +2 -2
- requirements.txt +3 -1
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🏋️♂️
|
4 |
colorFrom: gray
|
5 |
colorTo: blue
|
@@ -10,7 +10,7 @@ pinned: true
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
-
|
14 |
|
15 |
```
|
16 |
@misc{perlitz2024benchmarkagreementtestingright,
|
|
|
1 |
---
|
2 |
+
title: Safety BAT
|
3 |
emoji: 🏋️♂️
|
4 |
colorFrom: gray
|
5 |
colorTo: blue
|
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
+
Benchmark Agreement Testing for Safety. Powered by IBM's BenchBench technology.
|
14 |
|
15 |
```
|
16 |
@misc{perlitz2024benchmarkagreementtestingright,
|
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
-
git+https://github.com/ibm/benchbench@effa24c987f9cc1e05b147d8b5d7fb8d6ec50afe
|
|
|
|
|
2 |
|
3 |
altair==5.4.1
|
4 |
attrs==24.2.0
|
|
|
1 |
+
# git+https://github.com/ibm/benchbench@effa24c987f9cc1e05b147d8b5d7fb8d6ec50afe
|
2 |
+
|
3 |
+
benchbench @ git+https://github.com/ibm/benchbench@main
|
4 |
|
5 |
altair==5.4.1
|
6 |
attrs==24.2.0
|