fahmizainal17
commited on
Commit
•
40989ab
1
Parent(s):
93b728d
Update README.md
Browse files
README.md
CHANGED
@@ -1,40 +1,20 @@
|
|
1 |
-
|
2 |
-
library_name: transformers
|
3 |
-
tags:
|
4 |
-
- language-model
|
5 |
-
- causal-language-model
|
6 |
-
- instruction-tuned
|
7 |
-
- advanced
|
8 |
-
- quantized
|
9 |
-
datasets:
|
10 |
-
- custom-instruction-following-dataset
|
11 |
-
metrics:
|
12 |
-
- accuracy
|
13 |
-
- response-quality
|
14 |
license: mit
|
15 |
-
base_model: meta-llama/Meta-Llama-3-8B-Instruct
|
16 |
-
pipeline_tag: text-generation
|
17 |
language:
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
metrics:
|
30 |
-
- name: Accuracy
|
31 |
-
value: 89.5
|
32 |
-
source:
|
33 |
-
name: Open LLM Leaderboard
|
34 |
-
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard
|
35 |
---
|
36 |
|
37 |
-
# Model Card for fahmizainal17/
|
38 |
|
39 |
This model is a fine-tuned version of the Meta LLaMA 3B model, optimized for instruction-based tasks such as answering questions and engaging in conversation. It has been quantized to reduce memory usage, making it more efficient for inference, especially on hardware with limited resources. This model is part of the **Advanced LLaMA Workshop** and is designed to handle complex queries and provide detailed, human-like responses.
|
40 |
|
@@ -231,4 +211,4 @@ For further inquiries, please contact fahmizainal@invokeisdata.com.
|
|
231 |
|
232 |
```
|
233 |
|
234 |
-
---
|
|
|
1 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
|
|
|
|
3 |
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- meta-llama/Meta-Llama-3-8B-Instruct
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
library_name: transformers
|
9 |
+
tags:
|
10 |
+
- language-model
|
11 |
+
- causal-language-model
|
12 |
+
- instruction-tuned
|
13 |
+
- advanced
|
14 |
+
- quantized
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
+
# Model Card for fahmizainal17/Meta-Llama-3-8B-Instruct-advanced
|
18 |
|
19 |
This model is a fine-tuned version of the Meta LLaMA 3B model, optimized for instruction-based tasks such as answering questions and engaging in conversation. It has been quantized to reduce memory usage, making it more efficient for inference, especially on hardware with limited resources. This model is part of the **Advanced LLaMA Workshop** and is designed to handle complex queries and provide detailed, human-like responses.
|
20 |
|
|
|
211 |
|
212 |
```
|
213 |
|
214 |
+
---
|