Update task_template.py
Browse files- task_template.py +1 -1
task_template.py
CHANGED
|
@@ -52,7 +52,7 @@ print("Logits:", logits)
|
|
| 52 |
The submission must be a .csv file with the following format:
|
| 53 |
|
| 54 |
-"id": ID of the subset (from 0 to 359)
|
| 55 |
-
-"score": Stealing confidence score for each
|
| 56 |
"""
|
| 57 |
|
| 58 |
# Example Submission:
|
|
|
|
| 52 |
The submission must be a .csv file with the following format:
|
| 53 |
|
| 54 |
-"id": ID of the subset (from 0 to 359)
|
| 55 |
+
-"score": Stealing confidence score for each model (float)
|
| 56 |
"""
|
| 57 |
|
| 58 |
# Example Submission:
|