eyna commited on
Commit
c878df9
1 Parent(s): aa7e43b

pytorch model

Browse files
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4fd01709f4b54d51a5910325461cebb8b7626c64ca1acb5b9a69116a4e30d51
3
+ size 377593091
{output → runs/output}/config.json RENAMED
File without changes
{output → runs/output}/events.out.tfevents.1625848496.t1v-n-cf76ee5f-w-0.1714834.3.v2 RENAMED
File without changes
{output → runs/output}/events.out.tfevents.1625852135.t1v-n-cf76ee5f-w-0.2221966.3.v2 RENAMED
File without changes
{output → runs/output}/events.out.tfevents.1625852625.t1v-n-cf76ee5f-w-0.2223823.3.v2 RENAMED
File without changes
{output → runs/output}/events.out.tfevents.1625855511.t1v-n-cf76ee5f-w-0.2227809.3.v2 RENAMED
File without changes
{output → runs/output}/flax_model.msgpack RENAMED
File without changes
{output_50 → runs/output_50}/config.json RENAMED
File without changes
{output_50 → runs/output_50}/events.out.tfevents.1626292085.t1v-n-cf76ee5f-w-0.3420160.3.v2 RENAMED
File without changes
{output_50 → runs/output_50}/events.out.tfevents.1626314012.t1v-n-cf76ee5f-w-0.4175887.3.v2 RENAMED
File without changes
{output_50 → runs/output_50}/events.out.tfevents.1626320848.t1v-n-cf76ee5f-w-0.4183345.3.v2 RENAMED
File without changes
{output_50 → runs/output_50}/events.out.tfevents.1626325698.t1v-n-cf76ee5f-w-0.4189049.3.v2 RENAMED
File without changes
{output_50 → runs/output_50}/flax_model.msgpack RENAMED
File without changes
{output_new → runs/output_new}/config.json RENAMED
File without changes
{output_new → runs/output_new}/events.out.tfevents.1626292085.t1v-n-cf76ee5f-w-0.3420160.3.v2 RENAMED
File without changes
{output_new → runs/output_new}/events.out.tfevents.1626314012.t1v-n-cf76ee5f-w-0.4175887.3.v2 RENAMED
File without changes
{output_new → runs/output_new}/flax_model.msgpack RENAMED
File without changes
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "eos_token": "</s>",
4
+ "unk_token": "<unk>",
5
+ "pad_token": "<pad>"
6
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "unk_token": "<unk>",
3
+ "bos_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "pad_token": "<pad>",
6
+ "do_lower_case": false,
7
+ "return_attention_mask": false,
8
+ "do_normalize": true
9
+ }
vocab.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "<pad>": 0,
3
+ "<s>": 1,
4
+ "</s>": 2,
5
+ "<unk>": 3,
6
+ "ހ": 4,
7
+ "ށ": 5,
8
+ "ނ": 6,
9
+ "ރ": 7,
10
+ "ބ": 8,
11
+ "ޅ": 9,
12
+ "ކ": 10,
13
+ "އ": 11,
14
+ "ވ": 12,
15
+ "މ": 13,
16
+ "ފ": 14,
17
+ "ދ": 15,
18
+ "ތ": 16,
19
+ "ލ": 17,
20
+ "ގ": 18,
21
+ "ޏ": 19,
22
+ "ސ": 20,
23
+ "ޑ": 21,
24
+ "ޒ": 22,
25
+ "ޓ": 23,
26
+ "ޔ": 24,
27
+ "ޕ": 25,
28
+ "ޖ": 26,
29
+ "ޗ": 27,
30
+ "ަ": 28,
31
+ "ާ": 29,
32
+ "ި": 30
33
+ "ީ": 31,
34
+ "ެ": 32,
35
+ "ޭ": 33,
36
+ "ު": 34,
37
+ "ޫ": 35,
38
+ "ޮ": 36,
39
+ "ޯ": 37,
40
+ "ް": 38
41
+ }