yacht commited on
Commit
1efb35f
·
verified ·
1 Parent(s): dfe3294

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Llama-3.2-1B-Instruct-CoreML
2
+
3
+ CoreML-optimized version of Meta's Llama-3.2-1B-Instruct model for Apple devices.
4
+
5
+ ## Model Details
6
+
7
+ - **Base Model**: Llama-3.2-1B-Instruct
8
+ - **Model Size**: 1B parameters
9
+ - **Context Length**: 2048 tokens
10
+ - **Format**: CoreML (.mlpackage)
11
+ - **Optimized for**: Apple devices (iOS/macOS)
12
+
13
+ ## Files
14
+
15
+ - `model.mlpackage.zip`: CoreML model package for iOS/macOS deployment
16
+ - `model.mlmodelc.zip`: Compiled CoreML model for optimized performance
17
+ - `model.mlmodel`: CoreML model file
18
+
19
+ ## Usage
20
+
21
+ The model supports:
22
+ - Batch size: 1
23
+ - Input type: int32
24
+ - Output type: float32
25
+
26
+ ## License
27
+
28
+ Same license as original Llama-3.2-1B-Instruct model from Meta.