File size: 1,089 Bytes
c911605 |
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 |
---
license: llama3.1
language:
- en
- de
- fr
- it
- pt
- hi
- es
- th
base_model:
- meta-llama/Llama-3.2-3B-Instruct
pipeline_tag: text-generation
tags:
- Apple
- Facebook
- Llama
- Meta
- CoreML
---
# Model Card for Model ID
This model is a converted version of Meta's Llama-3.2-3B-Instruct model to CoreML format using the [llama-to-coreml](https://github.com/andmev/llama-to-coreml) project.
## Model Details
Meta's Llama-3.2-3B-Instruct model is a 8-billion parameter large language model that is based on the Llama-3.1 architecture. It is a fine-tuned version of the Llama-3.1-70B model for instruction following.
### Model Description
- **Developed by:** Meta
- **Funded by:** andmev
- **Shared by:** andmev
- **Model type:** LLM
- **Language(s) (NLP):** English
- **License:** Meta's Llama-3.2-3B-Instruct model is licensed under the [LLaMA Terms of Use](https://ai.meta.com/resources/models-and-libraries/llama-downloads/).
- **Finetuned from model:** Llama-3.1-70B-Instruct
### Model Sources
- **Repository:** [llama-to-coreml](https://github.com/andmev/llama-to-coreml) |