pragatheeswaran commited on
Commit
8813e41
·
verified ·
1 Parent(s): 1cf2f1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -3
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: