pcuenq HF staff commited on
Commit
bf8d693
1 Parent(s): ab1fb41

Upload folder using huggingface_hub (#3)

Browse files

- Upload folder using huggingface_hub (0409c4ee360a1539cefad726144fdb7fd7f13339)

.DS_Store ADDED
Binary file (6.15 kB). View file
 
llama-2-7b-chat.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Outputs" : {
3
+ "logits" : {
4
+ "MLFeatureShortDescription" : "--"
5
+ }
6
+ },
7
+ "Inputs" : {
8
+ "attention_mask" : {
9
+ "MLFeatureShortDescription" : "--"
10
+ },
11
+ "input_ids" : {
12
+ "MLFeatureShortDescription" : "--"
13
+ }
14
+ },
15
+ "TrainingInputs" : {
16
+
17
+ }
18
+ }
llama-2-7b-chat.mlpackage/Data/com.apple.CoreML/Metadata.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "MLModelVersionStringKey" : "--",
3
+ "MLModelDescriptionKey" : "meta-llama\/Llama-2-7b-chat-hf",
4
+ "MLModelCreatorDefinedKey" : {
5
+ "com.github.apple.coremltools.source" : "torch==2.0.1",
6
+ "transformers_version" : "4.30.2",
7
+ "co.huggingface.exporters.task" : "text-generation",
8
+ "com.github.apple.coremltools.version" : "7.0b1",
9
+ "co.huggingface.exporters.name" : "pcuenq\/test-llama-tokenizer",
10
+ "co.huggingface.exporters.framework" : "pytorch",
11
+ "co.huggingface.exporters.architecture" : "llama",
12
+ "co.huggingface.exporters.precision" : "float16"
13
+ },
14
+ "MLModelAuthorKey" : "Original model: Meta. Core ML conversion by Pedro Cuenca.",
15
+ "MLModelLicenseKey" : "Please, check model card at https:\/\/huggingface.co\/meta-llama\/Llama-2-7b-chat-hf"
16
+ }
llama-2-7b-chat.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc329090bfbb2570382c9af997cffd5f4b78b39b8aeca62076db69534e020107
3
+ size 504766
llama-2-7b-chat.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:ac81c80aebf62b5cd8c7ed34339314a3509062f0572a8b27b943e1bdef51bff5
3
+ size 13476985472
llama-2-7b-chat.mlpackage/Manifest.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "4C2A622E-2520-4610-9DB5-C52668265512": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "BEF4BE2B-8630-4215-99E4-9535C0933BA7": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "External Metadata Overlay",
13
+ "name": "Metadata.json",
14
+ "path": "com.apple.CoreML/Metadata.json"
15
+ },
16
+ "D5EAB1B1-FCB6-4C19-8366-6EA02794AB7B": {
17
+ "author": "com.apple.CoreML",
18
+ "description": "CoreML Model Weights",
19
+ "name": "weights",
20
+ "path": "com.apple.CoreML/weights"
21
+ },
22
+ "FE8E64D0-2B29-45FB-9CBC-B2D48F0ED28F": {
23
+ "author": "com.apple.CoreML",
24
+ "description": "External FeatureDescription Overlay",
25
+ "name": "FeatureDescriptions.json",
26
+ "path": "com.apple.CoreML/FeatureDescriptions.json"
27
+ }
28
+ },
29
+ "rootModelIdentifier": "4C2A622E-2520-4610-9DB5-C52668265512"
30
+ }