dev02chandan
commited on
Commit
•
dad0479
1
Parent(s):
b8f971e
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Model Card for vishanoberoi/Llama-2-7b-chat-hf-finedtuned-to-GGUF
|
2 |
|
3 |
This model is a fine-tuned version of Llama-2-Chat-7b on company-specific question-answers data. It is designed for efficient performance while maintaining high-quality output, suitable for conversational AI applications.
|
@@ -47,6 +55,4 @@ full_prompt = f"{system_prompt}\n[INST]{user_prompt}[/INST]"
|
|
47 |
response = llm(full_prompt)
|
48 |
|
49 |
# Print the response
|
50 |
-
print(response)
|
51 |
-
|
52 |
-
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
library_name: transformers
|
5 |
+
pipeline_tag: question-answering
|
6 |
+
tags:
|
7 |
+
- Finetuning
|
8 |
+
---
|
9 |
# Model Card for vishanoberoi/Llama-2-7b-chat-hf-finedtuned-to-GGUF
|
10 |
|
11 |
This model is a fine-tuned version of Llama-2-Chat-7b on company-specific question-answers data. It is designed for efficient performance while maintaining high-quality output, suitable for conversational AI applications.
|
|
|
55 |
response = llm(full_prompt)
|
56 |
|
57 |
# Print the response
|
58 |
+
print(response)
|
|
|
|