Upload README.md with huggingface_hub
Browse files
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.
|