Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- si
|
| 5 |
+
pipeline_tag: text-classification
|
| 6 |
+
---
|
| 7 |
+
Sinhala Language Classifier Model Documentation
|
| 8 |
+
Overview
|
| 9 |
+
This document provides comprehensive information about the trained Sinhala language classification model exported as a safetensor file.
|
| 10 |
+
|
| 11 |
+
Model Type: Binary Classification (Sinhala Language Detection)
|
| 12 |
+
Framework: PyTorch
|
| 13 |
+
Export Format: Safetensors
|
| 14 |
+
Model File: sinhala_language_model.safetensors
|
| 15 |
+
Configuration File: model_config.json
|
| 16 |
+
|
| 17 |
+
Model Architecture
|
| 18 |
+
Network Structure
|
| 19 |
+
Lightweight feedforward neural network optimized for CPU inference:: apache-2.0
|
| 20 |
+
---
|