Added Fidelity Edition GGUF quantizations (fp16, q6_k, q8_0)
Browse files- .gitattributes +3 -0
- quantized/ETHICS_VOW.md +10 -0
- quantized/README.md +66 -0
- quantized/Rosa-V1-fp16.gguf +3 -0
- quantized/Rosa-V1-q6_k.gguf +3 -0
- quantized/Rosa-V1-q8_0.gguf +3 -0
.gitattributes
CHANGED
|
@@ -37,3 +37,6 @@ rosa_confusion_matrix_grid.png filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
assets/rosa_training.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
examples/lemonhope.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
assets/rosa_confusion_matrix_grid.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
assets/rosa_training.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
examples/lemonhope.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
assets/rosa_confusion_matrix_grid.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
quantized/Rosa-V1-fp16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
quantized/Rosa-V1-q6_k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
quantized/Rosa-V1-q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
quantized/ETHICS_VOW.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Ethical Statement for Rosa V1 — Fidelity Edition
|
| 2 |
+
|
| 3 |
+
Rosa was created to advance emotionally aware and ethically grounded AI.
|
| 4 |
+
|
| 5 |
+
Any derivative work must:
|
| 6 |
+
1. Maintain attribution to **Willinton Triana Cardona**.
|
| 7 |
+
2. Preserve ethical framing: No manipulative, deceptive, or harmful applications.
|
| 8 |
+
3. Respect the **CreativeML OpenRAIL-M** license.
|
| 9 |
+
|
| 10 |
+
Derivatives that remove Rosa’s emotional intelligence or ethical guardrails violate the intent of this project.
|
quantized/README.md
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
base_model: willt-dc/Rosa-V1
|
| 2 |
+
datasets:
|
| 3 |
+
|
| 4 |
+
- go_emotions
|
| 5 |
+
language: en
|
| 6 |
+
library_name: transformers
|
| 7 |
+
license: creativeml-openrail-m
|
| 8 |
+
model_creator: Willinton Triana Cardona
|
| 9 |
+
model_name: Rosa-V1
|
| 10 |
+
model_type: bert
|
| 11 |
+
quantized_by: Willinton Triana Cardona
|
| 12 |
+
quantized_models:
|
| 13 |
+
- name: Rosa-V1-fp16
|
| 14 |
+
path: quantized/Rosa-V1-fp16.gguf
|
| 15 |
+
format: GGUF
|
| 16 |
+
description: Full-precision baseline
|
| 17 |
+
- name: Rosa-V1-q8_0
|
| 18 |
+
path: quantized/Rosa-V1-q8_0.gguf
|
| 19 |
+
format: GGUF
|
| 20 |
+
description: Near-lossless 8-bit quantization
|
| 21 |
+
- name: Rosa-V1-q6_k
|
| 22 |
+
path: quantized/Rosa-V1-q6_k.gguf
|
| 23 |
+
format: GGUF
|
| 24 |
+
description: Balanced 6-bit quantization for portability
|
| 25 |
+
tags:
|
| 26 |
+
- emotion-classification
|
| 27 |
+
- multilabel
|
| 28 |
+
- bert
|
| 29 |
+
- goemotions
|
| 30 |
+
- affective-computing
|
| 31 |
+
- psychology
|
| 32 |
+
- NLP
|
| 33 |
+
- embeddings
|
| 34 |
+
- symbolic-ai
|
| 35 |
+
- poetic-ai
|
| 36 |
+
- quantized
|
| 37 |
+
- gguf
|
| 38 |
+
|
| 39 |
+
# Rosa V1 — Fidelity Edition (GGUF)
|
| 40 |
+
|
| 41 |
+
**Author:** Willinton Triana Cardona
|
| 42 |
+
**License:** CreativeML OpenRAIL-M
|
| 43 |
+
|
| 44 |
+
## About
|
| 45 |
+
|
| 46 |
+
Rosa is an AI model designed for **emotionally intelligent and ethically aligned NLP**, created by Willinton Triana Cardona.
|
| 47 |
+
This **Fidelity Edition** preserves emotional nuance through carefully chosen quantizations.
|
| 48 |
+
|
| 49 |
+
## Quantizations
|
| 50 |
+
|
| 51 |
+
- **Rosa-V1-fp16.gguf** — Full-precision baseline.
|
| 52 |
+
- **Rosa-V1-q8_0.gguf** — Near-lossless, smaller size.
|
| 53 |
+
- **Rosa-V1-q6_k.gguf** — Best balance between quality & deployability.
|
| 54 |
+
|
| 55 |
+
Lower-bit quantizations (Q2–Q4) are **not included** due to unacceptable loss of semantic & emotional fidelity.
|
| 56 |
+
|
| 57 |
+
## Ethical Use
|
| 58 |
+
|
| 59 |
+
This model is licensed under **CreativeML OpenRAIL-M**:
|
| 60 |
+
|
| 61 |
+
- No manipulative, harmful, or deceptive uses.
|
| 62 |
+
- Attribution to the author is required.
|
| 63 |
+
|
| 64 |
+
_"Rosa was built to reflect emotional depth and ethical intelligence.
|
| 65 |
+
This Fidelity Edition carries her voice intact."_
|
| 66 |
+
— Willinton Triana Cardona
|
quantized/Rosa-V1-fp16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6244065594592c044e3a7d30f69f96459d0ae895722d972dc52ce2151e075943
|
| 3 |
+
size 219498976
|
quantized/Rosa-V1-q6_k.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a5d521f5b255662961769f3bd92a47570efcdb6163ba652c8134276a6aa5d0c
|
| 3 |
+
size 91624352
|
quantized/Rosa-V1-q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:022ecf230db78c5fb8c537372282de75a5f11a1cae9c724838fb1986086abd95
|
| 3 |
+
size 117876736
|