| --- |
| library_name: pytorch |
| license: other |
| tags: |
| - llm |
| - generative_ai |
| - android |
| pipeline_tag: text-generation |
|
|
| --- |
| |
|  |
|
|
| # Llama-SEA-LION-v3.5-8B-R: Optimized for Qualcomm Devices |
|
|
| SEA-LION is a collection of Large Language Models (LLMs) which have been pretrained and instruct-tuned for the Southeast Asia (SEA) region. The model is quantized to w4a16 (4-bit weights and 16-bit activations) and part of the model is quantized to w8a16 (8-bit weights and 16-bit activations) making it suitable for on-device deployment. For Prompt and output length specified below, the time to first token is Llama-PromptProcessor-Quantized's latency and average time per addition token is Llama-TokenGenerator-Quantized's latency. |
|
|
| This is based on the implementation of Llama-SEA-LION-v3.5-8B-R found [here](https://github.com/aisingapore/sealion/blob/main/models/sea-lion-v3.5/llama-sea-lion-v3.5-8B.md). |
| This repository contains pre-exported model files optimized for Qualcomm® devices. You can use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/main/src/qai_hub_models/models/llama_v3_1_sea_lion_3_5_8b_r) library to export with custom configurations. More details on model performance across various devices, can be found [here](#performance-summary). |
|
|
| Qualcomm AI Hub Models uses [Qualcomm AI Hub Workbench](https://workbench.aihub.qualcomm.com) to compile, profile, and evaluate this model. [Sign up](https://myaccount.qualcomm.com/signup) to run these models on a hosted Qualcomm® device. |
|
|
| ## Deploying Llama-SEA-LION-v3.5-8B-R on-device |
|
|
| Please follow the [LLM on-device deployment](https://github.com/qualcomm/ai-hub-apps/tree/main/tutorials/llm_on_genie) tutorial. |
|
|
| ## Getting Started |
| Due to licensing restrictions, we cannot distribute pre-exported model assets for this model. |
| Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/main/src/qai_hub_models/models/llama_v3_1_sea_lion_3_5_8b_r) Python library to compile and export the model with your own: |
| - Custom weights (e.g., fine-tuned checkpoints) |
| - Custom input shapes |
| - Target device and runtime configurations |
|
|
| See our repository for [Llama-SEA-LION-v3.5-8B-R on GitHub](https://github.com/qualcomm/ai-hub-models/blob/main/src/qai_hub_models/models/llama_v3_1_sea_lion_3_5_8b_r) for usage instructions. |
|
|
|
|
| ## Model Details |
|
|
| **Model Type:** Model_use_case.text_generation |
| |
| **Model Stats:** |
| - Input sequence length for Prompt Processor: 128 |
| - Maximum context length: 4096 |
| - Quantization Type: w4a16 + w8a16 (few layers) |
| - Language(s) supported: Burmese, Chinese, English, Filipino, Indonesia, Javanese, Khmer, Lao, Malay, Sundanese, Tamil, Thai, Vietnamese. |
| - TTFT: Time To First Token is the time it takes to generate the first response token. This is expressed as a range because it varies based on the length of the prompt. The lower bound is for a short prompt (up to 128 tokens, i.e., one iteration of the prompt processor) and the upper bound is for a prompt using the full context length (4096 tokens). |
| - Response Rate: Rate of response generation after the first response token. |
| |
| ## Performance Summary |
| | Model | Runtime | Precision | Chipset | Context Length | Response Rate (tokens per second) | Time To First Token (range, seconds) |
| |---|---|---|---|---|---|--- |
| | Llama-SEA-LION-v3.5-8B-R | GENIE | w4a16 | Snapdragon® 8 Elite Gen 5 Mobile | 4096 | 16.17 | 0.111043 - 3.553376 |
| | Llama-SEA-LION-v3.5-8B-R | GENIE | w4a16 | Snapdragon® X2 Elite | 4096 | 21.0 | 0.129952 - 4.158464 |
| | Llama-SEA-LION-v3.5-8B-R | GENIE | w4a16 | Snapdragon® X Elite | 4096 | 7.41 | 0.226932 - 7.261824 |
| | Llama-SEA-LION-v3.5-8B-R | GENIE | w4a16 | Snapdragon® X Elite | 4096 | 7.41 | 0.226932 - 7.261824 |
| |
| ## License |
| * The license for the original implementation of Llama-SEA-LION-v3.5-8B-R can be found |
| [here](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct/blob/main/LICENSE). |
| |
| ## References |
| * [Source Model Implementation](https://github.com/aisingapore/sealion/blob/main/models/sea-lion-v3.5/llama-sea-lion-v3.5-8B.md) |
| |
| ## Community |
| * Join [our AI Hub Slack community](https://aihub.qualcomm.com/community/slack) to collaborate, post questions and learn more about on-device AI. |
| * For questions or feedback please [reach out to us](mailto:ai-hub-support@qti.qualcomm.com). |
| |
| ## Usage and Limitations |
| |
| This model may not be used for or in connection with any of the following applications: |
| |
| - Accessing essential private and public services and benefits; |
| - Administration of justice and democratic processes; |
| - Assessing or recognizing the emotional state of a person; |
| - Biometric and biometrics-based systems, including categorization of persons based on sensitive characteristics; |
| - Education and vocational training; |
| - Employment and workers management; |
| - Exploitation of the vulnerabilities of persons resulting in harmful behavior; |
| - General purpose social scoring; |
| - Law enforcement; |
| - Management and operation of critical infrastructure; |
| - Migration, asylum and border control management; |
| - Predictive policing; |
| - Real-time remote biometric identification in public spaces; |
| - Recommender systems of social media platforms; |
| - Scraping of facial images (from the internet or otherwise); and/or |
| - Subliminal manipulation |
| |