Upload folder using huggingface_hub
Browse files- merges.txt +0 -0
- special_tokens_map.json +0 -51
- tokenizer_config.json +0 -58
- unixcoder-base-seq256.mlpackage/Data/com.apple.CoreML/model.mlmodel +2 -2
- unixcoder-base-seq256.mlpackage/Data/com.apple.CoreML/weights/weight.bin +2 -2
- unixcoder-base-seq256.mlpackage/Manifest.json +3 -3
- unixcoder-base-seq256.mlpackage/executorch_debug_handle_mapping.json +0 -0
- unixcoder-base.mlpackage/Data/com.apple.CoreML/model.mlmodel +0 -3
- unixcoder-base.mlpackage/Data/com.apple.CoreML/weights/weight.bin +0 -3
- unixcoder-base.mlpackage/Manifest.json +0 -18
- unixcoder-base.mlpackage/executorch_debug_handle_mapping.json +0 -0
- vocab.json +0 -0
merges.txt
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
special_tokens_map.json
DELETED
|
@@ -1,51 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"bos_token": {
|
| 3 |
-
"content": "<s>",
|
| 4 |
-
"lstrip": false,
|
| 5 |
-
"normalized": true,
|
| 6 |
-
"rstrip": false,
|
| 7 |
-
"single_word": false
|
| 8 |
-
},
|
| 9 |
-
"cls_token": {
|
| 10 |
-
"content": "<s>",
|
| 11 |
-
"lstrip": false,
|
| 12 |
-
"normalized": true,
|
| 13 |
-
"rstrip": false,
|
| 14 |
-
"single_word": false
|
| 15 |
-
},
|
| 16 |
-
"eos_token": {
|
| 17 |
-
"content": "</s>",
|
| 18 |
-
"lstrip": false,
|
| 19 |
-
"normalized": true,
|
| 20 |
-
"rstrip": false,
|
| 21 |
-
"single_word": false
|
| 22 |
-
},
|
| 23 |
-
"mask_token": {
|
| 24 |
-
"content": "<mask>",
|
| 25 |
-
"lstrip": true,
|
| 26 |
-
"normalized": true,
|
| 27 |
-
"rstrip": false,
|
| 28 |
-
"single_word": false
|
| 29 |
-
},
|
| 30 |
-
"pad_token": {
|
| 31 |
-
"content": "<pad>",
|
| 32 |
-
"lstrip": false,
|
| 33 |
-
"normalized": true,
|
| 34 |
-
"rstrip": false,
|
| 35 |
-
"single_word": false
|
| 36 |
-
},
|
| 37 |
-
"sep_token": {
|
| 38 |
-
"content": "</s>",
|
| 39 |
-
"lstrip": false,
|
| 40 |
-
"normalized": true,
|
| 41 |
-
"rstrip": false,
|
| 42 |
-
"single_word": false
|
| 43 |
-
},
|
| 44 |
-
"unk_token": {
|
| 45 |
-
"content": "<unk>",
|
| 46 |
-
"lstrip": false,
|
| 47 |
-
"normalized": true,
|
| 48 |
-
"rstrip": false,
|
| 49 |
-
"single_word": false
|
| 50 |
-
}
|
| 51 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tokenizer_config.json
DELETED
|
@@ -1,58 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"add_prefix_space": false,
|
| 3 |
-
"added_tokens_decoder": {
|
| 4 |
-
"0": {
|
| 5 |
-
"content": "<s>",
|
| 6 |
-
"lstrip": false,
|
| 7 |
-
"normalized": true,
|
| 8 |
-
"rstrip": false,
|
| 9 |
-
"single_word": false,
|
| 10 |
-
"special": true
|
| 11 |
-
},
|
| 12 |
-
"1": {
|
| 13 |
-
"content": "<pad>",
|
| 14 |
-
"lstrip": false,
|
| 15 |
-
"normalized": true,
|
| 16 |
-
"rstrip": false,
|
| 17 |
-
"single_word": false,
|
| 18 |
-
"special": true
|
| 19 |
-
},
|
| 20 |
-
"2": {
|
| 21 |
-
"content": "</s>",
|
| 22 |
-
"lstrip": false,
|
| 23 |
-
"normalized": true,
|
| 24 |
-
"rstrip": false,
|
| 25 |
-
"single_word": false,
|
| 26 |
-
"special": true
|
| 27 |
-
},
|
| 28 |
-
"3": {
|
| 29 |
-
"content": "<unk>",
|
| 30 |
-
"lstrip": false,
|
| 31 |
-
"normalized": true,
|
| 32 |
-
"rstrip": false,
|
| 33 |
-
"single_word": false,
|
| 34 |
-
"special": true
|
| 35 |
-
},
|
| 36 |
-
"4": {
|
| 37 |
-
"content": "<mask>",
|
| 38 |
-
"lstrip": true,
|
| 39 |
-
"normalized": true,
|
| 40 |
-
"rstrip": false,
|
| 41 |
-
"single_word": false,
|
| 42 |
-
"special": true
|
| 43 |
-
}
|
| 44 |
-
},
|
| 45 |
-
"bos_token": "<s>",
|
| 46 |
-
"clean_up_tokenization_spaces": false,
|
| 47 |
-
"cls_token": "<s>",
|
| 48 |
-
"eos_token": "</s>",
|
| 49 |
-
"errors": "replace",
|
| 50 |
-
"extra_special_tokens": {},
|
| 51 |
-
"mask_token": "<mask>",
|
| 52 |
-
"model_max_length": 1000000000000000019884624838656,
|
| 53 |
-
"pad_token": "<pad>",
|
| 54 |
-
"sep_token": "</s>",
|
| 55 |
-
"tokenizer_class": "RobertaTokenizer",
|
| 56 |
-
"trim_offsets": true,
|
| 57 |
-
"unk_token": "<unk>"
|
| 58 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unixcoder-base-seq256.mlpackage/Data/com.apple.CoreML/model.mlmodel
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62b925f09af1f00542377665bab3f09b09351663ffbf98fe46bc24a2461cf03b
|
| 3 |
+
size 134659
|
unixcoder-base-seq256.mlpackage/Data/com.apple.CoreML/weights/weight.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b769dd71bee0c10e1f36e90e653ee15fb3ac6e941cf6672112102e6dd9ebbad1
|
| 3 |
+
size 501373384
|
unixcoder-base-seq256.mlpackage/Manifest.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
| 1 |
{
|
| 2 |
"fileFormatVersion": "1.0.0",
|
| 3 |
"itemInfoEntries": {
|
| 4 |
-
"
|
| 5 |
"author": "com.apple.CoreML",
|
| 6 |
"description": "CoreML Model Weights",
|
| 7 |
"name": "weights",
|
| 8 |
"path": "com.apple.CoreML/weights"
|
| 9 |
},
|
| 10 |
-
"
|
| 11 |
"author": "com.apple.CoreML",
|
| 12 |
"description": "CoreML Model Specification",
|
| 13 |
"name": "model.mlmodel",
|
| 14 |
"path": "com.apple.CoreML/model.mlmodel"
|
| 15 |
}
|
| 16 |
},
|
| 17 |
-
"rootModelIdentifier": "
|
| 18 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"fileFormatVersion": "1.0.0",
|
| 3 |
"itemInfoEntries": {
|
| 4 |
+
"BBD719B8-D71F-47A8-832E-B297EF4EB95B": {
|
| 5 |
"author": "com.apple.CoreML",
|
| 6 |
"description": "CoreML Model Weights",
|
| 7 |
"name": "weights",
|
| 8 |
"path": "com.apple.CoreML/weights"
|
| 9 |
},
|
| 10 |
+
"BC047A91-23C4-4230-8EAC-A44231D8BE33": {
|
| 11 |
"author": "com.apple.CoreML",
|
| 12 |
"description": "CoreML Model Specification",
|
| 13 |
"name": "model.mlmodel",
|
| 14 |
"path": "com.apple.CoreML/model.mlmodel"
|
| 15 |
}
|
| 16 |
},
|
| 17 |
+
"rootModelIdentifier": "BC047A91-23C4-4230-8EAC-A44231D8BE33"
|
| 18 |
}
|
unixcoder-base-seq256.mlpackage/executorch_debug_handle_mapping.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
unixcoder-base.mlpackage/Data/com.apple.CoreML/model.mlmodel
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9e3d15c68ff8d51adec2ad9ea892f692834e5db8523827db1ebce6c8f3d788e2
|
| 3 |
-
size 134659
|
|
|
|
|
|
|
|
|
|
|
|
unixcoder-base.mlpackage/Data/com.apple.CoreML/weights/weight.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b769dd71bee0c10e1f36e90e653ee15fb3ac6e941cf6672112102e6dd9ebbad1
|
| 3 |
-
size 501373384
|
|
|
|
|
|
|
|
|
|
|
|
unixcoder-base.mlpackage/Manifest.json
DELETED
|
@@ -1,18 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"fileFormatVersion": "1.0.0",
|
| 3 |
-
"itemInfoEntries": {
|
| 4 |
-
"725EDC26-ACC9-4BAE-9282-479E1BA3942F": {
|
| 5 |
-
"author": "com.apple.CoreML",
|
| 6 |
-
"description": "CoreML Model Specification",
|
| 7 |
-
"name": "model.mlmodel",
|
| 8 |
-
"path": "com.apple.CoreML/model.mlmodel"
|
| 9 |
-
},
|
| 10 |
-
"D2C6C5C7-0C5F-4716-82D9-AA33294A68C4": {
|
| 11 |
-
"author": "com.apple.CoreML",
|
| 12 |
-
"description": "CoreML Model Weights",
|
| 13 |
-
"name": "weights",
|
| 14 |
-
"path": "com.apple.CoreML/weights"
|
| 15 |
-
}
|
| 16 |
-
},
|
| 17 |
-
"rootModelIdentifier": "725EDC26-ACC9-4BAE-9282-479E1BA3942F"
|
| 18 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unixcoder-base.mlpackage/executorch_debug_handle_mapping.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
vocab.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|