Update README.md
Browse files
README.md
CHANGED
|
@@ -1,40 +1,93 @@
|
|
|
|
|
| 1 |
# Ansah E1: Fine-Tuned Customer Support Model
|
| 2 |
|
| 3 |
## Model Overview
|
| 4 |
-
Ansah E1 is a fine-tuned version of Meta’s LLaMA 1B,
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
-
|
| 12 |
-
|
| 13 |
-
-
|
| 14 |
-
|
| 15 |
-
-
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
## Model Details
|
| 19 |
-
-
|
| 20 |
-
-
|
| 21 |
-
-
|
| 22 |
-
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
##
|
| 33 |
-
|
|
|
|
|
|
|
| 34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
```python
|
| 36 |
-
from transformers import
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
|
|
|
|
|
| 1 |
+
```markdown
|
| 2 |
# Ansah E1: Fine-Tuned Customer Support Model
|
| 3 |
|
| 4 |
## Model Overview
|
| 5 |
+
Ansah E1 is a fine-tuned version of Meta’s LLaMA 1B, built for automating customer support across industries. It provides fast, accurate, and context-aware responses, making it ideal for businesses seeking AI-driven support solutions.
|
| 6 |
+
|
| 7 |
+
While it is highly optimized for e-commerce, it can also be used for SaaS, IT support, and enterprise service automation. Unlike traditional cloud-based models, Ansah E1 runs locally, ensuring data privacy, lower operational costs, and reduced latency.
|
| 8 |
+
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
## Key Features
|
| 12 |
+
- Accurate and context-aware responses
|
| 13 |
+
- Understands structured and unstructured customer queries
|
| 14 |
+
- Maintains conversation memory for multi-turn interactions
|
| 15 |
+
|
| 16 |
+
- Automated ticket escalation
|
| 17 |
+
- Detects critical cases and escalates them intelligently
|
| 18 |
+
- Reduces workload by handling repetitive issues autonomously
|
| 19 |
+
|
| 20 |
+
- Local deployment and data privacy
|
| 21 |
+
- Runs entirely on-premises for full data control
|
| 22 |
+
- Eliminates external cloud dependencies, ensuring security
|
| 23 |
+
|
| 24 |
+
- Optimized for efficient performance
|
| 25 |
+
- Works smoothly on consumer-grade GPUs and high-performance CPUs
|
| 26 |
+
- Available in 4-bit GGUF format for lightweight, optimized deployment
|
| 27 |
+
|
| 28 |
+
- Seamless API and tool integration
|
| 29 |
+
- Can integrate with e-commerce platforms, SaaS tools, and IT support systems
|
| 30 |
+
- Supports tool-calling functions to automate business workflows
|
| 31 |
+
|
| 32 |
+
---
|
| 33 |
|
| 34 |
## Model Details
|
| 35 |
+
- Base Model: Meta LLaMA 1B
|
| 36 |
+
- Fine-Tuned Data: Customer support logs, e-commerce transactions, and business service inquiries
|
| 37 |
+
- Primary Use Cases:
|
| 38 |
+
- E-Commerce: Order tracking, refunds, cancellations, and payment assistance
|
| 39 |
+
- IT and SaaS Support: AI-powered help desks and troubleshooting
|
| 40 |
+
- Enterprise Automation: On-prem AI assistants for business operations
|
| 41 |
+
- Hardware Compatibility:
|
| 42 |
+
- Optimized for local GPU and CPU deployment
|
| 43 |
+
- Available in GGUF format for lightweight, high-speed inference
|
| 44 |
+
|
| 45 |
+
---
|
| 46 |
+
|
| 47 |
+
## Available Model Formats
|
| 48 |
+
### Full Precision Model (Hugging Face Transformers)
|
| 49 |
+
Repository: [Ansah E1](https://huggingface.co/Ansah-AI/E1)
|
| 50 |
+
- Best suited for high-accuracy, real-time inference
|
| 51 |
+
- Runs efficiently with 4-bit or 8-bit quantization for optimal performance
|
| 52 |
|
| 53 |
+
### 4-Bit GGUF Model for Lightweight Deployment
|
| 54 |
+
Repository: [Ansah E1 - 4bit GGUF](https://huggingface.co/dheerajdasari/E1-Q4_K_M-GGUF)
|
| 55 |
+
- Designed for low-resource environments
|
| 56 |
+
- Ideal for Llama.cpp, KoboldAI, and local AI inference engines
|
| 57 |
+
|
| 58 |
+
---
|
| 59 |
+
|
| 60 |
+
## How to Use
|
| 61 |
+
|
| 62 |
+
### Using the Full Precision Model
|
| 63 |
```python
|
| 64 |
+
from transformers import AutoTokenizer, AutoModelForCausalLM
|
| 65 |
+
|
| 66 |
+
# Load the fine-tuned model and tokenizer
|
| 67 |
+
tokenizer = AutoTokenizer.from_pretrained("Ansah-AI/E1")
|
| 68 |
+
model = AutoModelForCausalLM.from_pretrained("Ansah-AI/E1")
|
| 69 |
+
```
|
| 70 |
+
- For optimized inference, use 4-bit or 8-bit quantization via bitsandbytes
|
| 71 |
+
|
| 72 |
+
---
|
| 73 |
+
|
| 74 |
+
### Using the GGUF 4-Bit Model (For Llama.cpp and Local Inference)
|
| 75 |
+
```bash
|
| 76 |
+
# Download the GGUF model
|
| 77 |
+
wget https://huggingface.co/dheerajdasari/E1-Q4_K_M-GGUF/resolve/main/E1-Q4_K_M.gguf
|
| 78 |
+
|
| 79 |
+
# Run using Llama.cpp
|
| 80 |
+
./main -m E1-Q4_K_M.gguf -p "Hello, how can I assist you?"
|
| 81 |
+
```
|
| 82 |
+
- Works with Llama.cpp, KoboldAI, and other local inference frameworks
|
| 83 |
+
- Perfect for low-power devices or edge deployment
|
| 84 |
+
|
| 85 |
+
---
|
| 86 |
+
|
| 87 |
+
## Conclusion
|
| 88 |
+
Ansah E1 is a scalable, private, and efficient AI model designed to automate customer support across multiple industries. It eliminates cloud dependencies, ensuring cost-effective and secure deployment while providing fast, intelligent, and reliable support automation.
|
| 89 |
|
| 90 |
+
Try it now:
|
| 91 |
+
[Ansah E1 (Full Model)](https://huggingface.co/Ansah-AI/E1)
|
| 92 |
+
[Ansah E1 - 4bit GGUF](https://huggingface.co/dheerajdasari/E1-Q4_K_M-GGUF)
|
| 93 |
+
```
|