Gojokun00 commited on
Commit
5e2dd7d
·
verified ·
1 Parent(s): 37f77c6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: my
3
+ license: mit
4
+ tags:
5
+ - hate-speech-detection
6
+ - text-classification
7
+ - myanmar
8
+ - bert
9
+ datasets:
10
+ - Gojokun00/myanmar-speech-hate-and-normal
11
+ metrics:
12
+ - accuracy
13
+ - f1
14
+ ---
15
+
16
+ # Myanmar Hate Speech Detection Model
17
+
18
+ ## Model Description
19
+
20
+ This model is a Myanmar (Burmese) Hate Speech Detection system fine-tuned from `bert-base-multilingual-cased` for binary text classification.
21
+
22
+ The model classifies text into:
23
+
24
+ - 0 → Normal Speech
25
+ - 1 → Hate Speech
26
+
27
+ It is designed for academic and research purposes.
28
+
29
+ ---
30
+
31
+ ## Base Model
32
+
33
+ - bert-base-multilingual-cased
34
+ - Transformer architecture
35
+ - Fine-tuned using Hugging Face Transformers
36
+
37
+ ---
38
+
39
+ ## Dataset
40
+
41
+ The model was trained using:
42
+
43
+ - Gojokun00/myanmar-speech-hate-and-normal
44
+
45
+ The dataset contains Myanmar text labeled as hate or non-hate speech.
46
+
47
+ ---
48
+
49
+ ## Training Details
50
+
51
+ - Epochs: 3
52
+ - Batch size: 8
53
+ - Learning rate: 2e-5
54
+ - Optimizer: AdamW
55
+ - Evaluation strategy: Validation split