Update README.md
Browse files
README.md
CHANGED
@@ -9,68 +9,58 @@ task_categories:
|
|
9 |
|
10 |
As part of the ITANONG project's 10 billion-token Tagalog dataset, we have introduced a collection of pre-trained embedding models. These models were trained using the Formal text dataset from the renowned corpus which has been thoroughly detailed in our paper. Details of the embedding models can be seen below:
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
|
15 |
-
\usepackage{multirow}
|
16 |
-
\begin{table}[h]
|
17 |
-
\centering
|
18 |
-
\begin{tabular}{|c|c|c|c|}
|
19 |
-
\hline
|
20 |
-
Embedding Technique & Variant & Model File Format & Embedding Size \\ \hline
|
21 |
-
\multirow{24}{*}{Word2Vec} & \multirow{12}{*}{Skipgram} & \multirow{6}{*}{.bin} & 20 \\ \cline{4-4}
|
22 |
-
& & & 30 \\ \cline{4-4}
|
23 |
-
& & & 50 \\ \cline{4-4}
|
24 |
-
& & & 100 \\ \cline{4-4}
|
25 |
-
& & & 200 \\ \cline{4-4}
|
26 |
-
& & & 300 \\ \cline{3-4}
|
27 |
-
& & \multirow{6}{*}{.txt} & 20 \\ \cline{4-4}
|
28 |
-
& & & 30 \\ \cline{4-4}
|
29 |
-
& & & 50 \\ \cline{4-4}
|
30 |
-
& & & 100 \\ \cline{4-4}
|
31 |
-
& & & 200 \\ \cline{4-4}
|
32 |
-
& & & 300 \\ \cline{2-4}
|
33 |
-
& \multirow{12}{*}{CBOW} & \multirow{6}{*}{.bin} & 20 \\ \cline{4-4}
|
34 |
-
& & & 30 \\ \cline{4-4}
|
35 |
-
& & & 50 \\ \cline{4-4}
|
36 |
-
& & & 100 \\ \cline{4-4}
|
37 |
-
& & & 200 \\ \cline{4-4}
|
38 |
-
& & & 300 \\ \cline{3-4}
|
39 |
-
& & \multirow{6}{*}{.txt} & 20 \\ \cline{4-4}
|
40 |
-
& & & 30 \\ \cline{4-4}
|
41 |
-
& & & 50 \\ \cline{4-4}
|
42 |
-
& & & 100 \\ \cline{4-4}
|
43 |
-
& & & 200 \\ \cline{4-4}
|
44 |
-
& & & 300 \\ \hline
|
45 |
-
\multirow{24}{*}{FastText} & \multirow{12}{*}{Skipgram} & \multirow{6}{*}{.bin} & 20 \\ \cline{4-4}
|
46 |
-
& & & 30 \\ \cline{4-4}
|
47 |
-
& & & 50 \\ \cline{4-4}
|
48 |
-
& & & 100 \\ \cline{4-4}
|
49 |
-
& & & 200 \\ \cline{4-4}
|
50 |
-
& & & 300 \\ \cline{3-4}
|
51 |
-
& & \multirow{6}{*}{.txt} & 20 \\ \cline{4-4}
|
52 |
-
& & & 30 \\ \cline{4-4}
|
53 |
-
& & & 50 \\ \cline{4-4}
|
54 |
-
& & & 100 \\ \cline{4-4}
|
55 |
-
& & & 200 \\ \cline{4-4}
|
56 |
-
& & & 300 \\ \cline{2-4}
|
57 |
-
& \multirow{12}{*}{CBOW} & \multirow{6}{*}{.bin} & 20 \\ \cline{4-4}
|
58 |
-
& & & 30 \\ \cline{4-4}
|
59 |
-
& & & 50 \\ \cline{4-4}
|
60 |
-
& & & 100 \\ \cline{4-4}
|
61 |
-
& & & 200 \\ \cline{4-4}
|
62 |
-
& & & 300 \\ \cline{3-4}
|
63 |
-
& & \multirow{6}{*}{.txt} & 20 \\ \cline{4-4}
|
64 |
-
& & & 30 \\ \cline{4-4}
|
65 |
-
& & & 50 \\ \cline{4-4}
|
66 |
-
& & & 100 \\ \cline{4-4}
|
67 |
-
& & & 200 \\ \cline{4-4}
|
68 |
-
& & & 300 \\ \hline
|
69 |
-
\end{tabular}
|
70 |
-
\end{table}
|
71 |
-
|
72 |
-
```
|
73 |
-
|
74 |
|
75 |
|
76 |
## Training Details
|
|
|
9 |
|
10 |
As part of the ITANONG project's 10 billion-token Tagalog dataset, we have introduced a collection of pre-trained embedding models. These models were trained using the Formal text dataset from the renowned corpus which has been thoroughly detailed in our paper. Details of the embedding models can be seen below:
|
11 |
|
12 |
+
| **Embedding Technique** | **Variant** | **Model File Format** | **Embedding Size** |
|
13 |
+
|:--------------------------:|:--------------------------:|:---------------------:|:------------------:|
|
14 |
+
| \multirow{24}{*}{Word2Vec} | \multirow{12}{*}{Skipgram} | \multirow{6}{*}{.bin} | 20 |
|
15 |
+
| | | | 30 |
|
16 |
+
| | | | 50 |
|
17 |
+
| | | | 100 |
|
18 |
+
| | | | 200 |
|
19 |
+
| | | | 300 |
|
20 |
+
| | | \multirow{6}{*}{.txt} | 20 |
|
21 |
+
| | | | 30 |
|
22 |
+
| | | | 50 |
|
23 |
+
| | | | 100 |
|
24 |
+
| | | | 200 |
|
25 |
+
| | | | 300 |
|
26 |
+
| | \multirow{12}{*}{CBOW} | \multirow{6}{*}{.bin} | 20 |
|
27 |
+
| | | | 30 |
|
28 |
+
| | | | 50 |
|
29 |
+
| | | | 100 |
|
30 |
+
| | | | 200 |
|
31 |
+
| | | | 300 |
|
32 |
+
| | | \multirow{6}{*}{.txt} | 20 |
|
33 |
+
| | | | 30 |
|
34 |
+
| | | | 50 |
|
35 |
+
| | | | 100 |
|
36 |
+
| | | | 200 |
|
37 |
+
| | | | 300 |
|
38 |
+
| \multirow{24}{*}{FastText} | \multirow{12}{*}{Skipgram} | \multirow{6}{*}{.bin} | 20 |
|
39 |
+
| | | | 30 |
|
40 |
+
| | | | 50 |
|
41 |
+
| | | | 100 |
|
42 |
+
| | | | 200 |
|
43 |
+
| | | | 300 |
|
44 |
+
| | | \multirow{6}{*}{.txt} | 20 |
|
45 |
+
| | | | 30 |
|
46 |
+
| | | | 50 |
|
47 |
+
| | | | 100 |
|
48 |
+
| | | | 200 |
|
49 |
+
| | | | 300 |
|
50 |
+
| | \multirow{12}{*}{CBOW} | \multirow{6}{*}{.bin} | 20 |
|
51 |
+
| | | | 30 |
|
52 |
+
| | | | 50 |
|
53 |
+
| | | | 100 |
|
54 |
+
| | | | 200 |
|
55 |
+
| | | | 300 |
|
56 |
+
| | | \multirow{6}{*}{.txt} | 20 |
|
57 |
+
| | | | 30 |
|
58 |
+
| | | | 50 |
|
59 |
+
| | | | 100 |
|
60 |
+
| | | | 200 |
|
61 |
+
| | | | 300 |
|
62 |
|
63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
|
65 |
|
66 |
## Training Details
|