Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
stevhliu
/
compile-benchmarks
like
0
Modalities:
Tabular
Text
Formats:
csv
Size:
< 1K
Libraries:
Datasets
pandas
Croissant
+ 1
Dataset card
Viewer
Files
Files and versions
Community
1
stevhliu
HF staff
commited on
Sep 24, 2024
Commit
16b8361
·
verified
·
1 Parent(s):
3fedb36
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+9
-0
README.md
ADDED
Viewed
@@ -0,0 +1,9 @@
1
+
---
2
+
configs:
3
+
- config_name: a100
4
+
data_files: "a100-benchmarks.csv"
5
+
- config_name: v100
6
+
data_files: "v100-benchmarks.csv"
7
+
- config_name: t4
8
+
data_files: "t4-benchmarks.csv"
9
+
---