qaihm-bot commited on
Commit
19f97a2
·
verified ·
1 Parent(s): fbd1af0

Deprecation notice.

Files changed (2) hide show
  1. LICENSE +0 -0
  2. README.md +4 -76
LICENSE DELETED
File without changes
README.md CHANGED
@@ -1,81 +1,9 @@
1
  ---
2
  library_name: pytorch
3
- license: unknown
4
  tags:
5
- - llm
6
- - generative_ai
7
- - android
8
- pipeline_tag: text-generation
9
 
10
  ---
11
-
12
- ![](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/mistral_3b/web-assets/model_demo.png)
13
-
14
- # Mistral-3B: Optimized for Mobile Deployment
15
- ## State-of-the-art large language model useful on a variety of language understanding and generation tasks
16
-
17
-
18
- Mistral 3B model is Mistral AI's first generation edge model, optimized for optimal performance on Snapdragon platforms.
19
-
20
- This model is an implementation of Mistral-3B found [here](https://github.com/mistralai/mistral-inference).
21
-
22
-
23
- Please contact us to purchase this model. More details on model performance across various devices, can be found [here](https://aihub.qualcomm.com/models/mistral_3b).
24
-
25
- **WARNING**: The model assets are not readily available for download due to licensing restrictions.
26
-
27
- ### Model Details
28
-
29
- - **Model Type:** Model_use_case.text_generation
30
- - **Model Stats:**
31
- - Input sequence length for Prompt Processor: 128
32
- - Max context length: 4096
33
- - Num of key-value heads: 8
34
- - Number of parameters: 3B
35
- - Precision: w4a16 + w8a16 (few layers)
36
- - Use: Initiate conversation with prompt-processor and then token generator for subsequent iterations.
37
- - Minimum QNN SDK version required: 2.27.7
38
- - Supported languages: English.
39
- - 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).
40
- - Response Rate: Rate of response generation after the first response token.
41
-
42
- | Model | Precision | Device | Chipset | Target Runtime | Response Rate (tokens per second) | Time To First Token (range, seconds)
43
- |---|---|---|---|---|---|
44
- | Mistral-3B | w4a16 | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | QNN_CONTEXT_BINARY | 21.05 | 0.092289 - 2.9532736 | -- | -- |
45
-
46
- ## Deploying Mistral 3B on-device
47
-
48
- Please follow the [LLM on-device deployment](https://github.com/quic/ai-hub-apps/tree/main/tutorials/llm_on_genie) tutorial.
49
-
50
-
51
-
52
-
53
- ## References
54
- * [Source Model Implementation](https://github.com/mistralai/mistral-inference)
55
-
56
-
57
-
58
- ## Community
59
- * Join [our AI Hub Slack community](https://qualcomm-ai-hub.slack.com/join/shared_invite/zt-2d5zsmas3-Sj0Q9TzslueCjS31eXG2UA#/shared-invite/email) to collaborate, post questions and learn more about on-device AI.
60
- * For questions or feedback please [reach out to us](mailto:ai-hub-support@qti.qualcomm.com).
61
-
62
- ## Usage and Limitations
63
-
64
- Model may not be used for or in connection with any of the following applications:
65
-
66
- - Accessing essential private and public services and benefits;
67
- - Administration of justice and democratic processes;
68
- - Assessing or recognizing the emotional state of a person;
69
- - Biometric and biometrics-based systems, including categorization of persons based on sensitive characteristics;
70
- - Education and vocational training;
71
- - Employment and workers management;
72
- - Exploitation of the vulnerabilities of persons resulting in harmful behavior;
73
- - General purpose social scoring;
74
- - Law enforcement;
75
- - Management and operation of critical infrastructure;
76
- - Migration, asylum and border control management;
77
- - Predictive policing;
78
- - Real-time remote biometric identification in public spaces;
79
- - Recommender systems of social media platforms;
80
- - Scraping of facial images (from the internet or otherwise); and/or
81
- - Subliminal manipulation
 
1
  ---
2
  library_name: pytorch
3
+ license: other
4
  tags:
5
+ - deprecated
6
+ pipeline_tag: other
 
 
7
 
8
  ---
9
+ This model is deprecated. Please refer to https://aihub.qualcomm.com for the latest models and updates.