tatiana-merz commited on
Commit
672d32c
1 Parent(s): fa2a181

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -48
README.md CHANGED
@@ -1,75 +1,45 @@
1
- ---
2
- license: apache-2.0
3
- tags:
4
- - generated_from_trainer
5
- metrics:
6
- - accuracy
7
- - f1
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
27
- should probably proofread and complete it, then remove this comment. -->
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
35
- - F1: 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
 
52
- ### Training hyperparameters
53
-
54
- The following hyperparameters were used during training:
55
- - learning_rate: 2e-05
56
- - train_batch_size: 64
57
- - eval_batch_size: 64
58
- - seed: 42
59
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
- - lr_scheduler_type: linear
61
- - num_epochs: 2
62
-
63
- ### Training results
64
-
65
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
66
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
67
- | 0.1087 | 1.0 | 1000 | 0.0206 | 0.9954 | 0.9954 |
68
- | 0.0111 | 2.0 | 2000 | 0.0139 | 0.9971 | 0.9971 |
69
-
70
-
71
- ### Framework versions
72
-
73
  - Transformers 4.27.0
74
  - Pytorch 1.13.1+cu116
75
  - Datasets 2.10.1
 
 
 
 
 
 
 
 
1
  model-index:
2
  - name: turkic-cyrillic-classifier
3
  results: []
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
  ---
18
 
19
+ This model card has been generated automatically according to the information the Trainer had access to. You
 
20
 
21
  # turkic-cyrillic-classifier
22
 
23
+ This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an unknown dataset.
24
  It achieves the following results on the evaluation set:
25
  - Loss: 0.0139
26
  - Accuracy: 0.9971
 
27
 
28
  ## Model description
29
 
30
+ More information needed
31
 
32
  ## Intended uses & limitations
33
 
34
+ More information needed
35
 
36
  ## Training and evaluation data
37
 
38
+ More information needed
39
 
40
 
41
  ## Training procedure
42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  - Transformers 4.27.0
44
  - Pytorch 1.13.1+cu116
45
  - Datasets 2.10.1