Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,7 @@ language:
|
|
7 |
base_model:
|
8 |
- meta-llama/Llama-3.2-3B
|
9 |
pipeline_tag: text-generation
|
|
|
10 |
---
|
11 |
## **Model Summary**
|
12 |
This model is a fine-tuned version of **LLaMA 3.2-3B**, optimized using **LoRA (Low-Rank Adaptation)** on the [NVIDIA ChatQA-Training-Data](https://huggingface.co/datasets/nvidia/ChatQA-Training-Data). It is tailored for conversational AI, question answering, and other instruction-following tasks, with support for sequences up to 1024 tokens.
|
|
|
7 |
base_model:
|
8 |
- meta-llama/Llama-3.2-3B
|
9 |
pipeline_tag: text-generation
|
10 |
+
library_name: transformers
|
11 |
---
|
12 |
## **Model Summary**
|
13 |
This model is a fine-tuned version of **LLaMA 3.2-3B**, optimized using **LoRA (Low-Rank Adaptation)** on the [NVIDIA ChatQA-Training-Data](https://huggingface.co/datasets/nvidia/ChatQA-Training-Data). It is tailored for conversational AI, question answering, and other instruction-following tasks, with support for sequences up to 1024 tokens.
|