nielsr HF Staff commited on
Commit
f3f7088
·
verified ·
1 Parent(s): 185489c

Add dataset card and link to paper

Browse files

This PR adds the initial dataset card for the "Hardware and Software Platform Inference" dataset.

It links to the paper at https://huggingface.co/papers/2411.05197 and the associated code at https://github.com/microsoft/hspi.
It also sets the `task_categories` to `other` and adds relevant tags.

Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - other
4
+ tags:
5
+ - hardware-inference
6
+ - gpu
7
+ - ml-security
8
+ ---
9
+
10
+ # Hardware and Software Platform Inference Dataset
11
+
12
+ This dataset is associated with the paper [Hardware and Software Platform Inference](https://huggingface.co/papers/2411.05197).
13
+
14
+ The dataset supports Hardware and Software Platform Inference (HSPI), a method designed for identifying the underlying GPU architecture and software stack of a black-box machine learning model solely based on its input-output behavior. It leverages the inherent differences of various GPU architectures and compilers by analyzing numerical patterns in the model's outputs.
15
+
16
+ Code: https://github.com/microsoft/hspi