Update README.md
Browse files
README.md
CHANGED
@@ -5,14 +5,14 @@ language:
|
|
5 |
library_name: transformers
|
6 |
---
|
7 |
|
8 |
-
# Model Card: bart_fine_tuned_model
|
9 |
|
10 |
<!-- Provide a quick summary of what the model is/does. -->
|
11 |
|
12 |
|
13 |
## Model Name
|
14 |
|
15 |
-
##
|
16 |
|
17 |
### Model Description
|
18 |
|
@@ -21,7 +21,7 @@ This model represents a fine-tuned version of the facebook/bart-large model, spe
|
|
21 |
|
22 |
### Model information
|
23 |
|
24 |
-
-**Base Model:
|
25 |
|
26 |
|
27 |
-**Finetuning Dataset: To be made available in the future.**
|
@@ -55,7 +55,7 @@ This model represents a fine-tuned version of the facebook/bart-large model, spe
|
|
55 |
|
56 |
**3.** Initialize the model and tokenizer:
|
57 |
|
58 |
-
model_name = '
|
59 |
tokenizer = BartTokenizer.from_pretrained(model_name)
|
60 |
model = BartForConditionalGeneration.from_pretrained(model_name)
|
61 |
|
|
|
5 |
library_name: transformers
|
6 |
---
|
7 |
|
8 |
+
# Model Card: bart_fine_tuned_model
|
9 |
|
10 |
<!-- Provide a quick summary of what the model is/does. -->
|
11 |
|
12 |
|
13 |
## Model Name
|
14 |
|
15 |
+
## generate_summaries
|
16 |
|
17 |
### Model Description
|
18 |
|
|
|
21 |
|
22 |
### Model information
|
23 |
|
24 |
+
-**Base Model: GebeyaTalent/generate_summaries**
|
25 |
|
26 |
|
27 |
-**Finetuning Dataset: To be made available in the future.**
|
|
|
55 |
|
56 |
**3.** Initialize the model and tokenizer:
|
57 |
|
58 |
+
model_name = 'GebeyaTalent/generate_summaries'
|
59 |
tokenizer = BartTokenizer.from_pretrained(model_name)
|
60 |
model = BartForConditionalGeneration.from_pretrained(model_name)
|
61 |
|