Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -10,15 +10,54 @@ tags:
|
|
| 10 |
- mistral
|
| 11 |
- peft
|
| 12 |
- lora
|
| 13 |
-
- 3B
|
| 14 |
- hmc
|
| 15 |
- reasoning
|
| 16 |
- mathematical-reasoning
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
base_model:
|
| 18 |
- mistralai/Ministral-3-3B-Base-2512
|
| 19 |
library_name: transformers
|
| 20 |
pipeline_tag: text-generation
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
# RubiNet
|
|
@@ -37,7 +76,7 @@ The goal of RubiNet is to provide sharper dialogue quality, stronger consistency
|
|
| 37 |
- **Inference stack**: Transformers + PEFT
|
| 38 |
- **Tuning style**: RubiNet HMC chat adaptation
|
| 39 |
|
| 40 |
-
##
|
| 41 |
|
| 42 |
The following benchmark scores were reported for the RubiNet setup:
|
| 43 |
|
|
@@ -93,9 +132,9 @@ print(tokenizer.decode(output[0], skip_special_tokens=True))
|
|
| 93 |
|
| 94 |
## Chat Example
|
| 95 |
|
| 96 |
-

|
| 136 |
|
| 137 |
+
RubiNet HMC architecture overview used in the local serving stack.
|
| 138 |
|
| 139 |
## Training / Adaptation Note
|
| 140 |
|
|
|
|
| 149 |
|
| 150 |
## Repository Notes
|
| 151 |
|
| 152 |
+
If you publish this repository publicly, keep the model title as **RubiNet** and place extra technical details such as benchmark scores, language coverage, and architecture hints in the tags and description rather than in the title.
|