Create README.md
Browse files
README.md
CHANGED
@@ -1,42 +1,45 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
This model is a quantized version of the Microsoft phi-4 Instruct model, designed to deliver high performance while maintaining computational efficiency. By leveraging the GPTQ 4-bit quantization method, it enables deployment in environments with limited resources while retaining a high degree of accuracy.
|
10 |
|
11 |
The model is fine-tuned for instruction-following tasks, making it ideal for applications in conversational AI, question answering, and general-purpose text generation.
|
12 |
|
13 |
-
Key Features
|
14 |
-
|
15 |
-
Instruction-tuned: Fine-tuned to follow human-like instructions effectively.
|
16 |
-
|
17 |
-
Quantized for Efficiency: Uses GPTQ 4-bit quantization to reduce memory requirements and inference latency.
|
18 |
-
|
19 |
-
Pre-trained Base: Built on the Microsoft phi-4 framework, ensuring state-of-the-art performance on NLP tasks.
|
20 |
-
|
21 |
-
Use Cases
|
22 |
-
|
23 |
-
Chatbots and virtual assistants.
|
24 |
-
|
25 |
-
Summarization and content generation.
|
26 |
-
|
27 |
-
Research and educational applications.
|
28 |
-
|
29 |
-
Semantic search and knowledge retrieval.
|
30 |
-
|
31 |
-
Model Details
|
32 |
|
33 |
-
|
|
|
|
|
34 |
|
35 |
-
|
36 |
|
37 |
-
|
|
|
|
|
|
|
38 |
|
39 |
-
|
40 |
|
41 |
-
|
42 |
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- microsoft/phi-4
|
7 |
+
new_version: microsoft/phi-4
|
8 |
+
---
|
9 |
+
# Model Card for Microsoft-phi-4-Instruct-AutoRound-GPTQ-4bit
|
10 |
+
|
11 |
+
## Model Overview
|
12 |
+
|
13 |
+
**Model Name**: Microsoft-phi-4-Instruct-AutoRound-GPTQ-4bit
|
14 |
+
**Model Type**: Instruction-tuned, Quantized GPT-4-based language model
|
15 |
+
**Quantization**: GPTQ 4-bit
|
16 |
+
**Author**: Satwik11
|
17 |
+
**Hosted on**: Hugging Face
|
18 |
+
|
19 |
+
## Description
|
20 |
|
21 |
This model is a quantized version of the Microsoft phi-4 Instruct model, designed to deliver high performance while maintaining computational efficiency. By leveraging the GPTQ 4-bit quantization method, it enables deployment in environments with limited resources while retaining a high degree of accuracy.
|
22 |
|
23 |
The model is fine-tuned for instruction-following tasks, making it ideal for applications in conversational AI, question answering, and general-purpose text generation.
|
24 |
|
25 |
+
## Key Features
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
+
- **Instruction-tuned**: Fine-tuned to follow human-like instructions effectively.
|
28 |
+
- **Quantized for Efficiency**: Uses GPTQ 4-bit quantization to reduce memory requirements and inference latency.
|
29 |
+
- **Pre-trained Base**: Built on the Microsoft phi-4 framework, ensuring state-of-the-art performance on NLP tasks.
|
30 |
|
31 |
+
## Use Cases
|
32 |
|
33 |
+
- Chatbots and virtual assistants.
|
34 |
+
- Summarization and content generation.
|
35 |
+
- Research and educational applications.
|
36 |
+
- Semantic search and knowledge retrieval.
|
37 |
|
38 |
+
## Model Details
|
39 |
|
40 |
+
### Architecture
|
41 |
|
42 |
+
- **Base Model**: Microsoft phi-4
|
43 |
+
- **Quantization Technique**: GPTQ (4-bit)
|
44 |
+
- **Language**: English
|
45 |
+
- **Training Objective**: Instruction-following fine-tuning
|