Update README.md
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# TaMillion
|
2 |
+
|
3 |
+
This is a first attempt at a Tamil language model trained with
|
4 |
+
Google Research's [ELECTRA](https://github.com/google-research/electra).
|
5 |
+
|
6 |
+
Tokenization and pre-training CoLab: https://colab.research.google.com/drive/1GngBFn_Ge5Hd2XI2febBhZyU7GDiqw5w
|
7 |
+
|
8 |
+
Current V1 is at 100,000 steps
|
9 |
+
|
10 |
+
## Corpus
|
11 |
+
|
12 |
+
Trained on a web crawl from https://oscar-corpus.com/ (deduped version, 5.1GB) and 1 July 2020 dump of ta.wikipedia.org (476MB)
|
13 |
+
|
14 |
+
## Vocabulary
|
15 |
+
|
16 |
+
Included as vocab.txt in the upload - vocab_size is 40161
|