jree423 commited on
Commit
1d9a986
·
verified ·
1 Parent(s): 697ad7a

Upload folder using huggingface_hub

Browse files
__pycache__/handler.cpython-312.pyc ADDED
Binary file (20.8 kB). View file
 
config.json CHANGED
@@ -3,7 +3,7 @@
3
  "model_type": "diffsketchedit",
4
  "task": "svg-editing",
5
  "framework": "pytorch",
6
- "pipeline_tag": "text-to-image",
7
  "library_name": "diffusers",
8
  "inference": {
9
  "parameters": {
 
3
  "model_type": "diffsketchedit",
4
  "task": "svg-editing",
5
  "framework": "pytorch",
6
+ "pipeline_tag": "text-generation",
7
  "library_name": "diffusers",
8
  "inference": {
9
  "parameters": {
tokenizer.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
5
+ "added_tokens": [
6
+ {
7
+ "id": 49406,
8
+ "content": "<|startoftext|>",
9
+ "single_word": false,
10
+ "lstrip": false,
11
+ "rstrip": false,
12
+ "normalized": true,
13
+ "special": true
14
+ },
15
+ {
16
+ "id": 49407,
17
+ "content": "<|endoftext|>",
18
+ "single_word": false,
19
+ "lstrip": false,
20
+ "rstrip": false,
21
+ "normalized": true,
22
+ "special": true
23
+ }
24
+ ],
25
+ "normalizer": {
26
+ "type": "Lowercase"
27
+ },
28
+ "pre_tokenizer": {
29
+ "type": "ByteLevel",
30
+ "add_prefix_space": false,
31
+ "trim_offsets": true,
32
+ "use_regex": true
33
+ },
34
+ "post_processor": {
35
+ "type": "ByteLevel",
36
+ "add_prefix_space": false,
37
+ "trim_offsets": true
38
+ },
39
+ "decoder": {
40
+ "type": "ByteLevel",
41
+ "add_prefix_space": false,
42
+ "trim_offsets": true,
43
+ "use_regex": true
44
+ },
45
+ "model": {
46
+ "type": "BPE",
47
+ "dropout": null,
48
+ "unk_token": null,
49
+ "continuing_subword_prefix": null,
50
+ "end_of_word_suffix": null,
51
+ "fuse_unk": false,
52
+ "vocab": {},
53
+ "merges": []
54
+ }
55
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "49406": {
5
+ "content": "<|startoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "49407": {
13
+ "content": "<|endoftext|>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ }
20
+ },
21
+ "bos_token": "<|startoftext|>",
22
+ "clean_up_tokenization_spaces": true,
23
+ "do_lower_case": true,
24
+ "eos_token": "<|endoftext|>",
25
+ "errors": "replace",
26
+ "model_max_length": 77,
27
+ "pad_token": "<|endoftext|>",
28
+ "tokenizer_class": "CLIPTokenizer",
29
+ "unk_token": "<|endoftext|>"
30
+ }