Datasets:

razinemg commited on
Commit
c561f34
·
verified ·
1 Parent(s): 5ee7644

NST-26-07

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. NotSoTiny-26-07.json +3 -0
  3. dataset_info.json +36 -0
.gitattributes CHANGED
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ NotSoTiny-26-07.json filter=lfs diff=lfs merge=lfs -text
NotSoTiny-26-07.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a12b4b338df217af24af3301335a960a6d9431e53e65745f4b194988fb8d6c6
3
+ size 93532322
dataset_info.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "This repository contains the dataset for the NST-26-07 RTL benchmark.",
4
+ "features": {
5
+ "task_id": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "shuttle_name": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "project_name": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "task_name": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "system_message": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "prompt": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "golden_module": {
30
+ "dtype": "string",
31
+ "_type": "Value"
32
+ }
33
+ },
34
+ "homepage": "hpai.bsc.es",
35
+ "license": ""
36
+ }