Update README.md
Browse files
README.md
CHANGED
|
@@ -24,7 +24,7 @@ library_name: sklearn
|
|
| 24 |
- **Model Type:** Ensemble Machine Learning (Voting Classifier)
|
| 25 |
- **Language(s):** Burmese (Myanmar)
|
| 26 |
- **License:** MIT
|
| 27 |
-
- **
|
| 28 |
|
| 29 |
## Training Methodology
|
| 30 |
|
|
@@ -106,6 +106,16 @@ for text, pred, prob in zip(sample_texts, predictions, probabilities):
|
|
| 106 |
confidence = prob[pred] * 100
|
| 107 |
print(f"Text: {text} | Style: {label} ({confidence:.2f}% confidence)")
|
| 108 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
|
| 110 |
## Intended Use & Limitations
|
| 111 |
|
|
@@ -144,4 +154,7 @@ Khant Sint Heinn is especially interested in advancing low-resource languages an
|
|
| 144 |
His goal is simple: to turn limited language resources into practical opportunities through clean data, useful tools, and community-driven innovation.
|
| 145 |
|
| 146 |
**Connect with the Author:**
|
| 147 |
-
[GitHub](https://github.com/kalixlouiis) | [Hugging Face](https://huggingface.co/kalixlouiis) | [Kaggle](https://www.kaggle.com/organizations/kalixlouiis)
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
- **Model Type:** Ensemble Machine Learning (Voting Classifier)
|
| 25 |
- **Language(s):** Burmese (Myanmar)
|
| 26 |
- **License:** MIT
|
| 27 |
+
- **Trained on:** [Myanmar Style Classification Corpus (MSCC)](https://huggingface.co/datasets/DatarrX/Myanmar-Style-Classification-Corpus)
|
| 28 |
|
| 29 |
## Training Methodology
|
| 30 |
|
|
|
|
| 106 |
confidence = prob[pred] * 100
|
| 107 |
print(f"Text: {text} | Style: {label} ({confidence:.2f}% confidence)")
|
| 108 |
```
|
| 109 |
+
---
|
| 110 |
+
|
| 111 |
+
## 🔄 Beyond Classification: Style Transfer
|
| 112 |
+
|
| 113 |
+
Once you have identified the style of your text using **myX-StyleClassifier**, you can use our transformation models to switch between registers:
|
| 114 |
+
|
| 115 |
+
* **[myX-TransStyle-S2W](https://huggingface.co/DatarrX/myX-TransStyle-S2W):** Convert detected Spoken text into formal Written prose.
|
| 116 |
+
* **[myX-TransStyle-W2S](https://huggingface.co/DatarrX/myX-TransStyle-W2S):** Transform detected Written text into natural Spoken dialogue.
|
| 117 |
+
|
| 118 |
+
---
|
| 119 |
|
| 120 |
## Intended Use & Limitations
|
| 121 |
|
|
|
|
| 154 |
His goal is simple: to turn limited language resources into practical opportunities through clean data, useful tools, and community-driven innovation.
|
| 155 |
|
| 156 |
**Connect with the Author:**
|
| 157 |
+
[GitHub](https://github.com/kalixlouiis) | [Hugging Face](https://huggingface.co/kalixlouiis) | [Kaggle](https://www.kaggle.com/organizations/kalixlouiis)
|
| 158 |
+
|
| 159 |
+
---
|
| 160 |
+
*Developed with ❤️ by [DatarrX](https://huggingface.co/DatarrX) to empower the Myanmar AI ecosystem.*
|