File size: 967 Bytes
304771f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1efb35f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
language:
  - en
thumbnail: "https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct/resolve/main/thumbnail.png"
tags:
  - coreml
  - llama
  - text-generation
  - ios
license: "llama3"
datasets:
  - meta-llama/Llama-3.2-1B-Instruct
base_model: "meta-llama/Llama-3.2-1B-Instruct"
---

# Llama-3.2-1B-Instruct-CoreML

CoreML-optimized version of Meta's Llama-3.2-1B-Instruct model for Apple devices.

## Model Details

- **Base Model**: Llama-3.2-1B-Instruct
- **Model Size**: 1B parameters
- **Context Length**: 2048 tokens
- **Format**: CoreML (.mlpackage)
- **Optimized for**: Apple devices (iOS/macOS)

## Files

- `model.mlpackage.zip`: CoreML model package for iOS/macOS deployment
- `model.mlmodelc.zip`: Compiled CoreML model for optimized performance
- `model.mlmodel`: CoreML model file

## Usage

The model supports:
- Batch size: 1
- Input type: int32
- Output type: float32

## License

Same license as original Llama-3.2-1B-Instruct model from Meta.