Instructions to use jogonba2/mbarthez-copy_mechanism-hal_articles with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jogonba2/mbarthez-copy_mechanism-hal_articles with Transformers:
# Load model directly from transformers import AutoTokenizer, MBartCopyEnhanced tokenizer = AutoTokenizer.from_pretrained("jogonba2/mbarthez-copy_mechanism-hal_articles") model = MBartCopyEnhanced.from_pretrained("jogonba2/mbarthez-copy_mechanism-hal_articles", device_map="auto") - Notebooks
- Google Colab
- Kaggle
José Ángel González commited on
Commit ·
119236a
1
Parent(s): 9e49bf2
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ tags:
|
|
| 5 |
metrics:
|
| 6 |
- rouge
|
| 7 |
model-index:
|
| 8 |
-
- name: mbarthez-
|
| 9 |
results:
|
| 10 |
- task:
|
| 11 |
name: Summarization
|
|
|
|
| 5 |
metrics:
|
| 6 |
- rouge
|
| 7 |
model-index:
|
| 8 |
+
- name: mbarthez-copy_mechanism-hal_articles
|
| 9 |
results:
|
| 10 |
- task:
|
| 11 |
name: Summarization
|