edited a bit
Browse files
README.md
CHANGED
|
@@ -1,18 +1,23 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
| 9 |
library_name: llama.cpp
|
| 10 |
-
language:
|
|
|
|
|
|
|
| 11 |
datasets:
|
| 12 |
-
|
| 13 |
model-index:
|
| 14 |
-
|
| 15 |
-
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
|
|
@@ -28,13 +33,13 @@ model-index:
|
|
| 28 |
|
| 29 |
## Model Overview
|
| 30 |
|
| 31 |
-
Corelyn NeoH is a
|
| 32 |
|
| 33 |
- Fine-tuning type: Instruct
|
| 34 |
|
| 35 |
- Base architecture: LLaMA
|
| 36 |
|
| 37 |
-
- Parameter count:
|
| 38 |
|
| 39 |
- Context length: 131,072 tokens
|
| 40 |
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
+
- text-generation
|
| 5 |
+
- instruction-tuned
|
| 6 |
+
- llama
|
| 7 |
+
- gguf
|
| 8 |
+
- chatbot
|
| 9 |
+
- code
|
| 10 |
library_name: llama.cpp
|
| 11 |
+
language:
|
| 12 |
+
- en
|
| 13 |
+
- rm
|
| 14 |
datasets:
|
| 15 |
+
- custom
|
| 16 |
model-index:
|
| 17 |
+
- name: Corelyn NeoH
|
| 18 |
+
results: []
|
| 19 |
+
base_model:
|
| 20 |
+
- bartowski/Llama-3.2-3B-Instruct-uncensored-GGUF
|
| 21 |
---
|
| 22 |
|
| 23 |
|
|
|
|
| 33 |
|
| 34 |
## Model Overview
|
| 35 |
|
| 36 |
+
Corelyn NeoH is a 3-billion parameter LLaMA-based instruction-tuned model, designed for general-purpose assistant tasks and knowledge extraction. It is a fine-tuned variant optimized for instruction-following use cases.
|
| 37 |
|
| 38 |
- Fine-tuning type: Instruct
|
| 39 |
|
| 40 |
- Base architecture: LLaMA
|
| 41 |
|
| 42 |
+
- Parameter count: 3B
|
| 43 |
|
| 44 |
- Context length: 131,072 tokens
|
| 45 |
|