Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
# fine-tuned-bart-xsum
|
5 |
+
|
6 |
+
## Overview
|
7 |
+
|
8 |
+
**fine-tuned-bart-xsum** is a fine-tuned version of the facebook/bart-large-xsum model specifically tailored for narrative text generation from given prompts. This model was trained on the xsum dataset, focusing on generating coherent and contextually appropriate text.
|
9 |
+
|
10 |
+
## Model Details
|
11 |
+
|
12 |
+
- **Model Type:** facebook/bart-large-xsum
|
13 |
+
- **Training Dataset:** XSum (news summary dataset)
|
14 |
+
- **Training Process:**
|
15 |
+
- Optimized for efficiency with batch processing, mixed precision training, and dynamic padding.
|
16 |
+
- Trained over 3 epochs with learning rate adjustments and evaluation every 500 steps.
|
17 |
+
|
18 |
+
## Usage
|
19 |
+
|
20 |
+
To use this model for text generation:
|