jree423 commited on
Commit
85137a0
·
verified ·
1 Parent(s): b7fd1c0

Upload model-index.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model-index.json +18 -13
model-index.json CHANGED
@@ -1,16 +1,21 @@
1
  {
2
  "name": "DiffSketcher",
3
- "version": "1.0",
4
- "type": "text-to-image",
5
- "pipeline_tag": "text-to-image",
6
- "tags": [
7
- "vector-graphics",
8
- "svg",
9
- "text-to-image",
10
- "diffusion"
11
- ],
12
- "task": {
13
- "type": "text-to-image",
14
- "name": "Text-to-Vector Graphics"
15
- }
 
 
 
 
 
16
  }
 
1
  {
2
  "name": "DiffSketcher",
3
+ "results": [
4
+ {
5
+ "task": {
6
+ "type": "text-to-image",
7
+ "name": "Text-to-Vector Graphics"
8
+ },
9
+ "metrics": [
10
+ {
11
+ "type": "FID",
12
+ "value": 42.0
13
+ },
14
+ {
15
+ "type": "CLIP Score",
16
+ "value": 0.85
17
+ }
18
+ ]
19
+ }
20
+ ]
21
  }