pere commited on
Commit
339612f
1 Parent(s): 965d19b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -32,6 +32,10 @@ Training for [10] epochs with a learning rate of [7e-4], a batch size of [32] an
32
  ## This is not a translator
33
  We found out that we were able to get almost identical BLEU-score with training it both ways, and letting the model decide if the input is in Bokmål or Nynorsk. This way we can train one model instead of two. We call it a language switcher.
34
 
 
 
 
 
35
  ## How to use the model
36
  ```python
37
  # Set up the pipeline
 
32
  ## This is not a translator
33
  We found out that we were able to get almost identical BLEU-score with training it both ways, and letting the model decide if the input is in Bokmål or Nynorsk. This way we can train one model instead of two. We call it a language switcher.
34
 
35
+ ## Future work
36
+ The following Google Add on is currently pending approval.
37
+ ![Add-on](bm2nn_demo.gif)
38
+
39
  ## How to use the model
40
  ```python
41
  # Set up the pipeline