tatiana-merz commited on
Commit
fa2a181
1 Parent(s): 3550fc3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -5
README.md CHANGED
@@ -8,6 +8,19 @@ metrics:
8
  model-index:
9
  - name: turkic-cyrillic-classifier
10
  results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -15,7 +28,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # turkic-cyrillic-classifier
17
 
18
- This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.0139
21
  - Accuracy: 0.9971
@@ -23,15 +36,16 @@ It achieves the following results on the evaluation set:
23
 
24
  ## Model description
25
 
26
- More information needed
27
 
28
  ## Intended uses & limitations
29
 
30
- More information needed
31
 
32
  ## Training and evaluation data
33
 
34
- More information needed
 
35
 
36
  ## Training procedure
37
 
@@ -59,4 +73,4 @@ The following hyperparameters were used during training:
59
  - Transformers 4.27.0
60
  - Pytorch 1.13.1+cu116
61
  - Datasets 2.10.1
62
- - Tokenizers 0.13.2
 
8
  model-index:
9
  - name: turkic-cyrillic-classifier
10
  results: []
11
+ language:
12
+ - ba
13
+ - cv
14
+ - sah
15
+ - tt
16
+ - ky
17
+ - kk
18
+ - tyv
19
+ - krc
20
+ - ru
21
+ datasets:
22
+ - tatiana-merz/cyrillic_turkic_langs
23
+ pipeline_tag: text-classification
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
28
 
29
  # turkic-cyrillic-classifier
30
 
31
+ This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an tatiana-merz/cyrillic_turkic_langs dataset.
32
  It achieves the following results on the evaluation set:
33
  - Loss: 0.0139
34
  - Accuracy: 0.9971
 
36
 
37
  ## Model description
38
 
39
+ The model classifies text based on a provided Turkic language written in Cyrillic script.
40
 
41
  ## Intended uses & limitations
42
 
43
+
44
 
45
  ## Training and evaluation data
46
 
47
+ [cyrillic_turkic_langs](https://huggingface.co/datasets/tatiana-merz/cyrillic_turkic_langs/)
48
+
49
 
50
  ## Training procedure
51
 
 
73
  - Transformers 4.27.0
74
  - Pytorch 1.13.1+cu116
75
  - Datasets 2.10.1
76
+ - Tokenizers 0.13.2