fgaim commited on
Commit
b1c45aa
1 Parent(s): 43d8418

Update README

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md CHANGED
@@ -1,3 +1,67 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: cc-by-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language: ti
3
+ widget:
4
+ - text: "ድምጻዊ ኣብርሃም ኣፈወርቂ ንዘልኣለም ህያው ኮይኑ ኣብ ልብና ይነብር"
5
+ - text: "ወአመ ሳብዕት ዕለት ቦዘወፅአ እምውስተ ሕዝብ ከመ ያስተጋብእ ወኢረከበ።"
6
+ - text: "እሊ እግል ኖሱ አሳስ ተጠውር ወዐቦት ክምሰልቱ ሸክ ኢወትውዴ።"
7
+ - text: "ኣኩኽር ፡ ልሽክክ ናው ጀረቢነዅስክ ክሙኑኽር ክራውል ሕበርሲድኖ ገረሰነኵ።"
8
+ - text: "ነገ ለግማሽ ፍፃሜ ያለፉትን አሳውቀንና አስመርጠናችሁ እንሸልማለን።"
9
+ tags:
10
+ - geezlab
11
+ metrics:
12
+ - accuracy
13
+ - f1
14
+ - precision
15
+ - recall
16
+ model-index:
17
+ - name: geezswitch-tiroberta
18
+ results: []
19
  license: cc-by-4.0
20
  ---
21
+
22
+
23
+ # TiRoBERTa-GeezSwitch
24
+
25
+ This model is a fine-tuned version of [fgaim/tiroberta-base](https://huggingface.co/fgaim/tiroberta-base) on the [GeezSwitch](https://github.com/fgaim/geezswitch-data) dataset.
26
+
27
+ It achieves the following results on the test set:
28
+
29
+ - F1: 0.9948
30
+ - Recall: 0.9948
31
+ - Precision: 0.9948
32
+ - Accuracy: 0.9948
33
+ - Loss: 0.0222
34
+
35
+ ## Training
36
+
37
+ ### Hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+
41
+ - learning_rate: 2e-05
42
+ - train_batch_size: 32
43
+ - eval_batch_size: 32
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 3.0
47
+ - seed: 42
48
+
49
+ ### Framework versions
50
+
51
+ - Transformers 4.19.0.dev0
52
+ - Pytorch 1.11.0+cu113
53
+ - Datasets 2.1.0
54
+ - Tokenizers 0.12.1
55
+
56
+ ### Citation
57
+
58
+ If you use this model or the GeezSwitch model in your research, please cite as follows:
59
+
60
+ ```markdown
61
+ @inproceedings{fgaim2022geezswitch,
62
+ title={GeezSwitch: Language Identification in Typologically Related Low-resourced East African Languages},
63
+ author={Fitsum Gaim and Wonsuk Yang and Jong C. Park},
64
+ booktitle={Proceedings of the 13th Language Resources and Evaluation Conference},
65
+ year={2022}
66
+ }
67
+ ```