matteo
commited on
Commit
·
634e268
1
Parent(s):
4c31c91
Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,6 @@
|
|
2 |
language:
|
3 |
- it
|
4 |
pipeline_tag: translation
|
5 |
-
---
|
|
|
|
|
|
2 |
language:
|
3 |
- it
|
4 |
pipeline_tag: translation
|
5 |
+
---
|
6 |
+
|
7 |
+
Model = MBartForConditionalGeneration.from_pretrained("facebook/mbart-large-50", output_hidden_states=True)
|