HeyDunaX commited on
Commit
d44ccc0
·
verified ·
1 Parent(s): fbe57d9

Upload ede-xlm-roberta-base artifacts

Browse files
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ language:
4
+ - vi
5
+ - en
6
+ license: apache-2.0
7
+ tags:
8
+ - xlm-roberta
9
+ - retrieval
10
+ - splade
11
+ - wechsel
12
+ - vietnamese
13
+ - information-retrieval
14
+ ---
15
+
16
+ # ede-xlm-roberta-base
17
+
18
+ WECHSEL-initialized XLM-RoBERTa-base encoder for Vietnamese dense/sparse retrieval.
19
+
20
+ ## Included files
21
+
22
+ - align.pt
23
+ - vocab.json
24
+ - tokenizer_config.json
25
+ - special_tokens.json
26
+ - model_config.json
27
+ - wechsel_embeddings.npy
28
+
29
+ ## Notes
30
+
31
+ This repository stores tokenizer and alignment artifacts from the WECHSEL pipeline.
align.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:912aa829f15aa5ae9e549499ccc1d84f0e38fce0f61cb81f21bdb80329788c5b
3
+ size 718996371
model_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "WECHSEL-XLM-R-SPLADE",
3
+ "backbone": "xlm-roberta-base",
4
+ "vocab_size": 60996,
5
+ "d_model": 768,
6
+ "max_length": 128,
7
+ "splade_l1": 0.001,
8
+ "freeze_layers": 8
9
+ }
special_tokens.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "PAD_ID": 0,
3
+ "UNK_ID": 1,
4
+ "CLS_ID": 2,
5
+ "SEP_ID": 3,
6
+ "MASK_ID": 4
7
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tokenizer_class": "MorphemeTokenizer",
3
+ "backbone": "xlm-roberta-base",
4
+ "vocab_size": 60996,
5
+ "max_length": 128,
6
+ "min_freq_word": 2,
7
+ "min_freq_morph": 3,
8
+ "wechsel_k": 10,
9
+ "wechsel_tau": 0.1,
10
+ "bidict_source": "NIRVLab/rhade-vietnamese-mt",
11
+ "bidict_anchor_weight": 0.3
12
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
wechsel_embeddings.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:610c4a4d3db8c979b709163976264bc648aafd2f8821df6ce236043bd0fba19f
3
+ size 187379840