File size: 855 Bytes
b6a0255
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Quantization made by Richard Erkhov.

[Github](https://github.com/RichardErkhov)

[Discord](https://discord.gg/pvy7H8DZMG)

[Request more models](https://github.com/RichardErkhov/quant_request)


mbart-large-en-ro - bnb 4bits
- Model creator: https://huggingface.co/facebook/
- Original model: https://huggingface.co/facebook/mbart-large-en-ro/




Original model description:
---
tags:
- translation

language:
- en
- ro

license: mit
---
### mbart-large-en-ro
This is mbart-large-cc25, finetuned on wmt_en_ro.

It scores BLEU 28.1 without post processing and BLEU 38 with postprocessing. Instructions in `romanian_postprocessing.md`

Original Code: https://github.com/pytorch/fairseq/tree/master/examples/mbart

Docs:  https://huggingface.co/transformers/master/model_doc/mbart.html

Finetuning Code: examples/seq2seq/finetune.py (as of Aug 20, 2020)