Nemotron-3-8B-QA-4k
Version: 1
Model Overview
Description
Nemotron-3-8B-QA-4k is a 8 billion parameter generative language model customized on an 8B base model. It takes input with context length up to 4,096 tokens. The model has been further fine-tuned for instruction following Supervised Fine-tuning (SFT) using a method by NVIDIA specifically for Question and Answer method, to give concise and reliable answers. Nemotron-3-8B-QA-4k is part of Nemotron-3, is a family of enterprise ready decoder-only generative text models compatible with NeMo Framework. For other models in this collection, see here NVIDIA NeMo is an end-to-end, cloud-native framework to build, customize, and deploy generative AI models anywhere. It includes training and inferencing frameworks, guardrailing toolkits, data curation tools, and pretrained models, offering enterprises an easy, cost-effective, and fast way to adopt generative AI.License
The use of this model is governed by the NVIDIA AI Foundational Models Community License AgreementModel Architecture
Architecture Type: Transformer Network Architecture: Generative Pre-Trained Transformer (GPT-3)Prompt Format:
Single Turn | Multi-Turn or Few-shot/In-context prompting |
---|---|
System: This is a chat between a user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions based on the context. The assistant should also indicate when the answer cannot be found in the context. {Context for Question-1} {prompt} User: Please give a full and complete answer for the question. {Question-1} Assistant: | System: This is a chat between a user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions based on the context. The assistant should also indicate when the answer cannot be found in the context. {Context for Question-1} User: Please give a full and complete answer for the question. {Question-1} Assistant: {Answer-1} User: {Question-2} Assistant: |
Example prompt formation code:
PROMPT_TEMPLATE = """System: This is a chat between a user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions based on the context. The assistant should also indicate when the answer cannot be found in the context.{context_1}
User: Please give a full and complete answer for the question. {question_1}
Assistant:"""
context_1 = "Climate change refers to long-term shifts in temperatures and weather patterns. Such shifts can be natural, due to changes in the sun’s activity or large volcanic eruptions. But since the 1800s, human activities have been the main driver of climate change, primarily due to the burning of fossil fuels like coal, oil and gas."
question_1 = "What happened in the 1800s?"
prompt = PROMPT_TEMPLATE.format(context_1=context_1, question_1=question_1)
print(prompt)
Samples
Inference type | Python sample (Notebook) |
---|---|
Real time | text-generation-online-endpoint-nemotron.ipynb |
Software Integration
Runtime Engine(s): NVIDIA AI Enterprise Toolkit: NeMo Framework See the document here for details on how to setup an inference server with the pyTriton and TensorRT-LLM backend.Training data
NVIDIA models are trained on a diverse set of public and proprietary datasets. This model was trained on a dataset containing 3.5 Trillion tokens of text. The dataset contains 53 different human languages and 37 programming languages. NVIDIA is committed to the responsible development of large language models and conducts reviews of all datasets included in training.Intended use
- The Nemotron-3-8B-QA model is best suited for Questions and Answering use cases and can be further customized on knowledge base data to achieve even better performance.
- Ethical use: Technology can have a profound impact on people and the world, and NVIDIA is committed to enabling trust and transparency in AI development. NVIDIA encourages users to adopt principles of AI ethics and trustworthiness to guide your business decisions by following the guidelines in the NVIDIA NeMo Foundational Models Community License Agreement.
Limitations
- The model was trained on the data that contains toxic language and societal biases originally crawled from the Internet. Therefore, the model may amplify those biases and return toxic responses especially when prompted with toxic prompts.
- The Model may generate answers that may be inaccurate, omit key information, or include irrelevant or redundant text producing socially unacceptable or undesirable text, even if the prompt itself does not include anything explicitly offensive.
References
https://developer.nvidia.com/blog/nvidia-ai-foundation-models-build-custom-enterprise-chatbots-and-co-pilots-with-production-ready-llms/Model Specifications
LicenseCustom
Last UpdatedNovember 2023
Publishernvidia-ai
Languages1 Language