Devarui379
commited on
Commit
•
92dfece
1
Parent(s):
eb41410
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
-
base_model:
|
|
|
|
|
3 |
language:
|
4 |
- en
|
5 |
license: apache-2.0
|
@@ -12,6 +14,8 @@ tags:
|
|
12 |
- sft
|
13 |
- llama-cpp
|
14 |
- gguf-my-repo
|
|
|
|
|
15 |
---
|
16 |
|
17 |
# Devarui379/portfolio-query-llama-3.2-3b-v3-cot-Q8_0-GGUF
|
@@ -56,4 +60,4 @@ Step 3: Run inference through the main binary.
|
|
56 |
or
|
57 |
```
|
58 |
./llama-server --hf-repo Devarui379/portfolio-query-llama-3.2-3b-v3-cot-Q8_0-GGUF --hf-file portfolio-query-llama-3.2-3b-v3-cot-q8_0.gguf -c 2048
|
59 |
-
```
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- Bharatdeep-H/portfolio-query-llama-3.2-3b-v3-cot
|
4 |
+
- meta-llama/Llama-3.2-3B
|
5 |
language:
|
6 |
- en
|
7 |
license: apache-2.0
|
|
|
14 |
- sft
|
15 |
- llama-cpp
|
16 |
- gguf-my-repo
|
17 |
+
pipeline_tag: text-generation
|
18 |
+
library_name: transformers
|
19 |
---
|
20 |
|
21 |
# Devarui379/portfolio-query-llama-3.2-3b-v3-cot-Q8_0-GGUF
|
|
|
60 |
or
|
61 |
```
|
62 |
./llama-server --hf-repo Devarui379/portfolio-query-llama-3.2-3b-v3-cot-Q8_0-GGUF --hf-file portfolio-query-llama-3.2-3b-v3-cot-q8_0.gguf -c 2048
|
63 |
+
```
|