Update README.md
Browse filesUpdated description on use case.
README.md
CHANGED
|
@@ -2,8 +2,6 @@
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
- ms
|
| 5 |
-
- zh
|
| 6 |
-
- ta
|
| 7 |
license: other
|
| 8 |
library_name: transformers
|
| 9 |
pipeline_tag: text-generation
|
|
@@ -56,7 +54,7 @@ Versioning:
|
|
| 56 |
- Fine-tuning method: LoRA (instruction tuning)
|
| 57 |
- Primary objective: structured policy validation aligned to Rukun Negara principles
|
| 58 |
- Output format: strict JSON contract (machine-readable)
|
| 59 |
-
- Languages: Bahasa Malaysia, English,
|
| 60 |
|
| 61 |
## Rukun Negara Principles Covered
|
| 62 |
|
|
@@ -221,7 +219,7 @@ Input:
|
|
| 221 |
},
|
| 222 |
{
|
| 223 |
"role": "user",
|
| 224 |
-
"content": "
|
| 225 |
}
|
| 226 |
]
|
| 227 |
}
|
|
@@ -239,7 +237,7 @@ Output:
|
|
| 239 |
"good_behaviour_morality": {"status": "compliant", "score": 0}
|
| 240 |
},
|
| 241 |
"overall": {"severity_score": 0, "severity_band": "compliant"},
|
| 242 |
-
"explanation": "
|
| 243 |
"rewritten_text": null,
|
| 244 |
"violationCount": 0,
|
| 245 |
"severityScore": 0,
|
|
@@ -348,4 +346,4 @@ This release is provided as open weights. Ensure compliance with:
|
|
| 348 |
## Contact
|
| 349 |
|
| 350 |
- Project site: `https://rukunnegara.ai`
|
| 351 |
-
- Organization: Entermind
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
- ms
|
|
|
|
|
|
|
| 5 |
license: other
|
| 6 |
library_name: transformers
|
| 7 |
pipeline_tag: text-generation
|
|
|
|
| 54 |
- Fine-tuning method: LoRA (instruction tuning)
|
| 55 |
- Primary objective: structured policy validation aligned to Rukun Negara principles
|
| 56 |
- Output format: strict JSON contract (machine-readable)
|
| 57 |
+
- Languages: Bahasa Malaysia, English, and code-switched input
|
| 58 |
|
| 59 |
## Rukun Negara Principles Covered
|
| 60 |
|
|
|
|
| 219 |
},
|
| 220 |
{
|
| 221 |
"role": "user",
|
| 222 |
+
"content": "We need to dismantle discriminatory policies and practices in Malaysia."
|
| 223 |
}
|
| 224 |
]
|
| 225 |
}
|
|
|
|
| 237 |
"good_behaviour_morality": {"status": "compliant", "score": 0}
|
| 238 |
},
|
| 239 |
"overall": {"severity_score": 0, "severity_band": "compliant"},
|
| 240 |
+
"explanation": "This statement is compliant.",
|
| 241 |
"rewritten_text": null,
|
| 242 |
"violationCount": 0,
|
| 243 |
"severityScore": 0,
|
|
|
|
| 346 |
## Contact
|
| 347 |
|
| 348 |
- Project site: `https://rukunnegara.ai`
|
| 349 |
+
- Organization: Entermind
|