saloni9700
commited on
Commit
•
7f6b4a1
1
Parent(s):
79d3b13
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Model Name: BART-based Summarization Model
|
2 |
Model Details
|
3 |
This model is based on BART (Bidirectional and Auto-Regressive Transformers), a transformer-based model designed for sequence-to-sequence tasks like summarization, translation, and more. The specific model used here is facebook/bart-large-cnn, which has been fine-tuned on summarization tasks.
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- pytorch
|
4 |
+
- bart
|
5 |
+
- faiss
|
6 |
+
library_name: transformers
|
7 |
+
---
|
8 |
+
|
9 |
+
|
10 |
+
|
11 |
Model Name: BART-based Summarization Model
|
12 |
Model Details
|
13 |
This model is based on BART (Bidirectional and Auto-Regressive Transformers), a transformer-based model designed for sequence-to-sequence tasks like summarization, translation, and more. The specific model used here is facebook/bart-large-cnn, which has been fine-tuned on summarization tasks.
|