Update README.md
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ language:
|
|
| 3 |
- pt
|
| 4 |
- en
|
| 5 |
license: apache-2.0
|
| 6 |
-
base_model: unsloth/qwen3-
|
| 7 |
base_model_relation: finetune
|
| 8 |
library_name: transformers
|
| 9 |
pipeline_tag: text-generation
|
|
@@ -21,18 +21,18 @@ tags:
|
|
| 21 |
- bitsandbytes
|
| 22 |
---
|
| 23 |
|
| 24 |
-
#
|
| 25 |
|
| 26 |
-
|
| 27 |
|
| 28 |
## Model Summary
|
| 29 |
|
| 30 |
-
|
| 31 |
|
| 32 |
## Model Details
|
| 33 |
|
| 34 |
- Developed by: `Madras1`
|
| 35 |
-
- Base model: `unsloth/qwen3-
|
| 36 |
- Model type: conversational text-generation finetune
|
| 37 |
- Primary language: Brazilian Portuguese (`pt-BR`)
|
| 38 |
- License: `apache-2.0`
|
|
@@ -112,7 +112,7 @@ Example prompts:
|
|
| 112 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 113 |
import torch
|
| 114 |
|
| 115 |
-
model_id = "Madras1/
|
| 116 |
|
| 117 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
| 118 |
model = AutoModelForCausalLM.from_pretrained(
|
|
|
|
| 3 |
- pt
|
| 4 |
- en
|
| 5 |
license: apache-2.0
|
| 6 |
+
base_model: unsloth/qwen3-4b
|
| 7 |
base_model_relation: finetune
|
| 8 |
library_name: transformers
|
| 9 |
pipeline_tag: text-generation
|
|
|
|
| 21 |
- bitsandbytes
|
| 22 |
---
|
| 23 |
|
| 24 |
+
# Jade4b
|
| 25 |
|
| 26 |
+
Jade4b is a Brazilian Portuguese conversational finetune of Qwen3 4b built to express a strong, persistent persona. This model is designed for PT-BR chat, chatbot use cases, and character-style interaction, with colloquial language, abbreviations, slang, and a WhatsApp-like tone.
|
| 27 |
|
| 28 |
## Model Summary
|
| 29 |
|
| 30 |
+
Jade4b is a persona-first model. It was intentionally finetuned so the model speaks like **Jade** even without a strong `system prompt`. Because of that, the model often answers in PT-BR with informal phrasing such as `vc`, slang, and a friendly conversational tone from the very first turn.
|
| 31 |
|
| 32 |
## Model Details
|
| 33 |
|
| 34 |
- Developed by: `Madras1`
|
| 35 |
+
- Base model: `unsloth/qwen3-4b`
|
| 36 |
- Model type: conversational text-generation finetune
|
| 37 |
- Primary language: Brazilian Portuguese (`pt-BR`)
|
| 38 |
- License: `apache-2.0`
|
|
|
|
| 112 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 113 |
import torch
|
| 114 |
|
| 115 |
+
model_id = "Madras1/Jade4b"
|
| 116 |
|
| 117 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
| 118 |
model = AutoModelForCausalLM.from_pretrained(
|