ghanahmada commited on
Commit
f02a1e2
·
verified ·
1 Parent(s): f9103cb

Upload manifest.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. manifest.json +23 -0
manifest.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "datasets": [
3
+ "kuhperdata-humanized",
4
+ "kuhperdata-summarized",
5
+ "bsard",
6
+ "stard"
7
+ ],
8
+ "files": [
9
+ "kuhperdata-humanized_adapted_struct_model.zip",
10
+ "kuhperdata-humanized_inference.zip",
11
+ "kuhperdata-summarized_adapted_struct_model.zip",
12
+ "kuhperdata-summarized_inference.zip",
13
+ "bsard_adapted_struct_model.zip",
14
+ "bsard_inference.zip",
15
+ "stard_adapted_struct_model.zip",
16
+ "stard_inference.zip"
17
+ ],
18
+ "methods": {
19
+ "adapted_struct": "StructGNN",
20
+ "adapted": "Para-GNN",
21
+ "adapted_prox50": "Prox-GNN"
22
+ }
23
+ }