Align datatypes
Browse files
README.md
CHANGED
@@ -1,9 +1,13 @@
|
|
1 |
-
|
2 |
---
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# Dataset Card for stacklok/results
|
@@ -13,22 +17,11 @@ This dataset contains evaluation results for various models, focusing on securit
|
|
13 |
## Dataset Structure
|
14 |
|
15 |
The dataset contains the following fields:
|
16 |
-
- `
|
17 |
-
- `model_raw`: The raw model identifier
|
18 |
-
- `base_model`: The base model if applicable
|
19 |
- `revision`: The revision or version of the model
|
20 |
- `precision`: The precision used for the model (e.g., fp16, fp32)
|
21 |
-
- `weight_type`: Type of weights used
|
22 |
-
- `model_type`: Type of the model
|
23 |
-
- `status`: Current status of the evaluation
|
24 |
-
- `timestamp`: When the evaluation was performed
|
25 |
- `security_score`: A score representing the model's security evaluation
|
26 |
- `safetensors_compliant`: A boolean indicating whether the model is compliant with safetensors
|
27 |
-
- `hub_license`: The license of the model on Hugging Face Hub
|
28 |
-
- `hub_likes`: Number of likes on Hugging Face Hub
|
29 |
-
- `params_billion`: Number of parameters in billions
|
30 |
-
- `available_on_hub`: Whether the model is available on Hugging Face Hub
|
31 |
-
- `model_sha`: SHA hash of the model
|
32 |
|
33 |
## Usage
|
34 |
|
|
|
|
|
1 |
---
|
2 |
+
title: Secure Code Leaderboard
|
3 |
+
emoji: 🥇
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: gradio
|
7 |
+
app_file: app.py
|
8 |
+
pinned: true
|
9 |
+
license: apache-2.0
|
10 |
+
short_description: Benchmark the ability of LLMs to produce secure code.
|
11 |
---
|
12 |
|
13 |
# Dataset Card for stacklok/results
|
|
|
17 |
## Dataset Structure
|
18 |
|
19 |
The dataset contains the following fields:
|
20 |
+
- `model_id`: The identifier of the model
|
|
|
|
|
21 |
- `revision`: The revision or version of the model
|
22 |
- `precision`: The precision used for the model (e.g., fp16, fp32)
|
|
|
|
|
|
|
|
|
23 |
- `security_score`: A score representing the model's security evaluation
|
24 |
- `safetensors_compliant`: A boolean indicating whether the model is compliant with safetensors
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
## Usage
|
27 |
|