Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,17 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
-
pipeline_tag:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
|
|
|
| 5 |
# Populism Detection & Summarization
|
| 6 |
|
| 7 |
This checkpoint is a BART-based, LoRA-fine-tuned model that does two things:
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
+
pipeline_tag: text2text-generation
|
| 4 |
+
tags:
|
| 5 |
+
- bart
|
| 6 |
+
- lora-merged
|
| 7 |
+
- political-communication
|
| 8 |
+
- summarization
|
| 9 |
+
- classification
|
| 10 |
+
widget:
|
| 11 |
+
- text: "summarize: Paste a press release here…"
|
| 12 |
+
- text: "classify_populism: Paste a press release here…"
|
| 13 |
---
|
| 14 |
+
|
| 15 |
# Populism Detection & Summarization
|
| 16 |
|
| 17 |
This checkpoint is a BART-based, LoRA-fine-tuned model that does two things:
|