Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,10 +1,9 @@
|
|
| 1 |
---
|
| 2 |
library_name: pytorch
|
| 3 |
-
license:
|
| 4 |
tags:
|
| 5 |
- llm
|
| 6 |
- generative_ai
|
| 7 |
-
- quantized
|
| 8 |
- android
|
| 9 |
pipeline_tag: text-generation
|
| 10 |
|
|
@@ -25,7 +24,7 @@ This model is an implementation of Qwen2-7B-Instruct found [here](https://github
|
|
| 25 |
|
| 26 |
### Model Details
|
| 27 |
|
| 28 |
-
- **Model Type:**
|
| 29 |
- **Model Stats:**
|
| 30 |
- Input sequence length for Prompt Processor: 128
|
| 31 |
- Context length: 4096
|
|
@@ -49,9 +48,9 @@ This model is an implementation of Qwen2-7B-Instruct found [here](https://github
|
|
| 49 |
- 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).
|
| 50 |
- Response Rate: Rate of response generation after the first response token.
|
| 51 |
|
| 52 |
-
| Model | Device | Chipset | Target Runtime | Response Rate (tokens per second) | Time To First Token (range, seconds)
|
| 53 |
|---|---|---|---|---|---|
|
| 54 |
-
| Qwen2-
|
| 55 |
|
| 56 |
## Deploying Qwen2-7B-Instruct on-device
|
| 57 |
|
|
|
|
| 1 |
---
|
| 2 |
library_name: pytorch
|
| 3 |
+
license: other
|
| 4 |
tags:
|
| 5 |
- llm
|
| 6 |
- generative_ai
|
|
|
|
| 7 |
- android
|
| 8 |
pipeline_tag: text-generation
|
| 9 |
|
|
|
|
| 24 |
|
| 25 |
### Model Details
|
| 26 |
|
| 27 |
+
- **Model Type:** Model_use_case.text_generation
|
| 28 |
- **Model Stats:**
|
| 29 |
- Input sequence length for Prompt Processor: 128
|
| 30 |
- Context length: 4096
|
|
|
|
| 48 |
- 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).
|
| 49 |
- Response Rate: Rate of response generation after the first response token.
|
| 50 |
|
| 51 |
+
| Model | Precision | Device | Chipset | Target Runtime | Response Rate (tokens per second) | Time To First Token (range, seconds)
|
| 52 |
|---|---|---|---|---|---|
|
| 53 |
+
| Qwen2.5-3B-Instruct | w4a16 | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | QNN | 13.65 | 0.170593 - 5.458976 | -- | Use Export Script |
|
| 54 |
|
| 55 |
## Deploying Qwen2-7B-Instruct on-device
|
| 56 |
|