Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ fill = pipeline('fill-mask', model=model, tokenizer=tokenizer)
|
|
20 |
|
21 |
**Sentence 1**: wa wazɔ xa mi . **Translation**: come to work with me.
|
22 |
|
23 |
-
**Masked Sentence**: wa wazɔ xa <mask> . **Translation**: come to work with <mask>.
|
24 |
|
25 |
fill(f'wa wazɔ xa {fill.tokenizer.mask_token}')
|
26 |
|
@@ -37,7 +37,7 @@ fill(f'wa wazɔ xa {fill.tokenizer.mask_token}')
|
|
37 |
|
38 |
**Sentence 2**: un yi wan nu we ɖesu . **Translation**: I love you so much.
|
39 |
|
40 |
-
**Masked Sentence**: un yi <mask> nu we ɖesu . **Translation**: I <mask> you so much <mask>.
|
41 |
|
42 |
[{'score': 0.8948522210121155,
|
43 |
'sequence': 'un yi wan nu we ɖesu',
|
@@ -52,7 +52,7 @@ fill(f'wa wazɔ xa {fill.tokenizer.mask_token}')
|
|
52 |
|
53 |
**Sentence 3**: un yì cí sunnu xɔ́ntɔn ce Tony gɔ́n nú táan ɖé . **Translation**: I went to my boyfriend for a while.
|
54 |
|
55 |
-
**Masked Sentence**: un yì cí sunnu xɔ́ntɔn ce Tony gɔ́n nú <mask> ɖé . **Translation**: I went to my boyfriend for a <mask>.
|
56 |
|
57 |
[{'score': 0.2686346471309662,
|
58 |
'sequence': 'un yì cí sunnu xɔ́ntɔn ce Tony gɔ́n nú é ɖé',
|
|
|
20 |
|
21 |
**Sentence 1**: wa wazɔ xa mi . **Translation**: come to work with me.
|
22 |
|
23 |
+
**Masked Sentence**: wa wazɔ xa <"mask"> . **Translation**: come to work with <"mask">.
|
24 |
|
25 |
fill(f'wa wazɔ xa {fill.tokenizer.mask_token}')
|
26 |
|
|
|
37 |
|
38 |
**Sentence 2**: un yi wan nu we ɖesu . **Translation**: I love you so much.
|
39 |
|
40 |
+
**Masked Sentence**: un yi <"mask"> nu we ɖesu . **Translation**: I <mask> you so much <"mask">.
|
41 |
|
42 |
[{'score': 0.8948522210121155,
|
43 |
'sequence': 'un yi wan nu we ɖesu',
|
|
|
52 |
|
53 |
**Sentence 3**: un yì cí sunnu xɔ́ntɔn ce Tony gɔ́n nú táan ɖé . **Translation**: I went to my boyfriend for a while.
|
54 |
|
55 |
+
**Masked Sentence**: un yì cí sunnu xɔ́ntɔn ce Tony gɔ́n nú <"mask"> ɖé . **Translation**: I went to my boyfriend for a <"mask">.
|
56 |
|
57 |
[{'score': 0.2686346471309662,
|
58 |
'sequence': 'un yì cí sunnu xɔ́ntɔn ce Tony gɔ́n nú é ɖé',
|