Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Ansah-E1
|
2 |
|
3 |
This repository contains a fully merged, 4-bit quantized model built by integrating a customer support adapter into the base [Llama-3.2-1B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct) model.
|
@@ -27,4 +36,4 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
|
27 |
|
28 |
## License
|
29 |
|
30 |
-
Please specify the license for this model.
|
|
|
1 |
+
---
|
2 |
+
license: agpl-3.0
|
3 |
+
datasets:
|
4 |
+
- bitext/Bitext-customer-support-llm-chatbot-training-dataset
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
base_model:
|
8 |
+
- meta-llama/Llama-3.2-1B-Instruct
|
9 |
+
---
|
10 |
# Ansah-E1
|
11 |
|
12 |
This repository contains a fully merged, 4-bit quantized model built by integrating a customer support adapter into the base [Llama-3.2-1B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct) model.
|
|
|
36 |
|
37 |
## License
|
38 |
|
39 |
+
Please specify the license for this model.
|