Spaces:
Runtime error
Runtime error
Upload config.yaml
Browse files- config.yaml +35 -0
config.yaml
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
tokens:
|
| 2 |
+
num_mask_and_eom: 151938
|
| 3 |
+
mask: 151937
|
| 4 |
+
eom: 151938
|
| 5 |
+
num_end_token: 5
|
| 6 |
+
causal_pad: 3
|
| 7 |
+
svg_end: 1
|
| 8 |
+
base_offset: 151936
|
| 9 |
+
|
| 10 |
+
coordinates:
|
| 11 |
+
bbox: 200
|
| 12 |
+
pix_pad_offset: 151943
|
| 13 |
+
coord_pad_offset: 151943
|
| 14 |
+
|
| 15 |
+
colors:
|
| 16 |
+
cmd_fill: 40007
|
| 17 |
+
color_token_start: 40007
|
| 18 |
+
max_color_tokens: 4098
|
| 19 |
+
color_start_offset: 191944
|
| 20 |
+
color_end_offset: 196041
|
| 21 |
+
default_color_token: 40007
|
| 22 |
+
|
| 23 |
+
svg_commands:
|
| 24 |
+
move: -5
|
| 25 |
+
line: -4
|
| 26 |
+
curve: -3
|
| 27 |
+
arc: -2
|
| 28 |
+
close: -1
|
| 29 |
+
|
| 30 |
+
model:
|
| 31 |
+
bos_token_id: 151643
|
| 32 |
+
eos_token_id: 196041
|
| 33 |
+
pad_token_id: 151643
|
| 34 |
+
max_length: 1537
|
| 35 |
+
|