asafaya commited on
Commit
72896a6
·
verified ·
1 Parent(s): 1b93229

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -5
README.md CHANGED
@@ -2,14 +2,73 @@
2
  license: apache-2.0
3
  datasets:
4
  - oscar
 
5
  language:
6
  - tr
7
  pipeline_tag: text-generation
8
  widget:
9
- - text: "Benim adım Ali"
10
- example_title: "Ali"
11
- - text: "Benim adım Merve, ve en sevdiğim"
12
- example_title: "Merve"
13
  - text: "Bugünkü yemeğimiz"
14
- example_title: "Yemek"
15
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
3
  datasets:
4
  - oscar
5
+ - mc4
6
  language:
7
  - tr
8
  pipeline_tag: text-generation
9
  widget:
10
+ - text: "Benim adım Zeynep, ve en sevdiğim kitap"
11
+ example_title: "Benim adım Zeynep"
 
 
12
  - text: "Bugünkü yemeğimiz"
13
+ example_title: "Bugünkü yemeğimiz"
14
  ---
15
+
16
+ # Kanarya-2B: Turkish Language Model
17
+
18
+ <img src="https://asafaya.me/images/kanarya.webp" alt="Kanarya Logo" style="width:300px;"/>
19
+
20
+ Kanarya is a pre-trained Turkish GPT-J 2B model. Released as part of [Turkish Data Depository](https://tdd.ai/) efforts, the Kanarya family has two versions (Kanarya-2B, Kanarya-0.7B). Kanarya-2B is the larger version and Kanarya-0.7B is the smaller version. Both models are trained on a large-scale Turkish text corpus, filtered from OSCAR and mC4 datasets. The training data is collected from various sources, including news, articles, and websites, to create a diverse and high-quality dataset. The models are trained using a JAX/Flax implementation of the [GPT-J](https://github.com/kingoflolz/mesh-transformer-jax) architecture.
21
+
22
+ ## Model Details
23
+
24
+ - Model Name: Kanarya-2B
25
+ - Model Size: 2,050M parameters
26
+ - Training Data: OSCAR, mC4
27
+ - Language: Turkish
28
+ - Layers: 24
29
+ - Hidden Size: 2560
30
+ - Number of Heads: 20
31
+ - Context Size: 2048
32
+ - Positional Embeddings: Rotary
33
+ - Vocabulary Size: 32,768
34
+
35
+ ## Intended Use
36
+
37
+ This model is only pre-trained on Turkish text data and is intended to be fine-tuned on a wide range of Turkish NLP tasks. The model can be used for various Turkish NLP tasks, including text generation, translation, summarization, and other Turkish NLP tasks. This model is not intended to be used for any downstream tasks without fine-tuning.
38
+
39
+ ## Limitations and Ethical Considerations
40
+
41
+ The model is trained on a diverse and high-quality Turkish text corpus, but it may still generate toxic, biased, or unethical content. It is highly recommended to use the model responsibly and make sure that the generated content is appropriate for the use case. Please use the model responsibly and report any issues.
42
+
43
+ ## License: Apache 2.0
44
+
45
+ The model is licensed under the Apache 2.0 License. It is free to use for any purpose, including commercial use. We encourage users to contribute to the model and report any issues. However, the model is provided "as is" without warranty of any kind.
46
+
47
+ ## Citation
48
+
49
+ If you use the model, please cite the following paper:
50
+
51
+ ```bibtex
52
+ @inproceedings{safaya-etal-2022-mukayese,
53
+ title = "Mukayese: {T}urkish {NLP} Strikes Back",
54
+ author = "Safaya, Ali and
55
+ Kurtulu{\c{s}}, Emirhan and
56
+ Goktogan, Arda and
57
+ Yuret, Deniz",
58
+ editor = "Muresan, Smaranda and
59
+ Nakov, Preslav and
60
+ Villavicencio, Aline",
61
+ booktitle = "Findings of the Association for Computational Linguistics: ACL 2022",
62
+ month = may,
63
+ year = "2022",
64
+ address = "Dublin, Ireland",
65
+ publisher = "Association for Computational Linguistics",
66
+ url = "https://aclanthology.org/2022.findings-acl.69",
67
+ doi = "10.18653/v1/2022.findings-acl.69",
68
+ pages = "846--863",
69
+ }
70
+ ```
71
+
72
+ ## Acknowledgments
73
+
74
+ During this work, Ali Safaya was supported by [KUIS AI Center](https://ai.ku.edu.tr/) fellowship. Moreover, the pre-training of these models were performed at TUBITAK ULAKBIM, High Performance and Grid Computing Center ([TRUBA](https://www.truba.gov.tr/index.php/en/main-page/) resources).