nawta commited on
Commit
52beff6
·
verified ·
1 Parent(s): 5c387df

Upload folder using huggingface_hub

Browse files
NLLBDecoder.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bc7591c95d695b16915cbf42fbc7284ab0524f52b2a1b17eddc4915a1dd7312
3
+ size 229270
NLLBDecoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2cb31ff7aeaa6175082f2cf4573e0db738b2e8095caaae80c2bfb44e1c5536c
3
+ size 930468124
NLLBDecoder.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "1FDE04F7-FDA4-4C9B-B546-00B137C24AF4": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "BC16D994-3F03-4159-A4F1-BBEB2E84C296": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "1FDE04F7-FDA4-4C9B-B546-00B137C24AF4"
18
+ }
NLLBEncoder.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0641ec0a13fa595fd1ccf63081862ce090b453868f0fa6cd368c744357190c19
3
+ size 129191
NLLBEncoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43fcc184ad0eefd358e68df0a8179db505589133b74529dc0a56023e98194cf2
3
+ size 829137216
NLLBEncoder.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "52630E61-8B89-4C0B-8EE0-AF20F586AD0E": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "6DCE5F14-2849-47D6-ACC0-84B8BA861C0D": {
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": "6DCE5F14-2849-47D6-ACC0-84B8BA861C0D"
18
+ }
sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14bb8dfb35c0ffdea7bc01e56cea38b9e3d5efcdcb9c251d6b40538e1aab555a
3
+ size 4852054
tokenizer_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 256204,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 2,
5
+ "pad_token_id": 1,
6
+ "unk_token_id": 3,
7
+ "lang_code_to_id": {
8
+ "eng_Latn": 256047,
9
+ "jpn_Jpan": 256079
10
+ },
11
+ "sentencepiece_model": "sentencepiece.bpe.model"
12
+ }