Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,19 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
7 |
|
8 |
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
-
|
10 |
|
11 |
|
12 |
## Model Details
|
@@ -17,7 +24,7 @@ tags: []
|
|
17 |
|
18 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
19 |
|
20 |
-
- **Developed by:**
|
21 |
- **Funded by [optional]:** [More Information Needed]
|
22 |
- **Shared by [optional]:** [More Information Needed]
|
23 |
- **Model type:** [More Information Needed]
|
@@ -196,6 +203,4 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
196 |
|
197 |
## Model Card Contact
|
198 |
|
199 |
-
[More Information Needed]
|
200 |
-
|
201 |
-
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
datasets:
|
5 |
+
- samsum
|
6 |
+
- knkarthick/dialogsum
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
metrics:
|
10 |
+
- rouge
|
11 |
---
|
12 |
|
13 |
# Model Card for Model ID
|
14 |
|
15 |
<!-- Provide a quick summary of what the model is/does. -->
|
16 |
+
This model performs summerization on dialogue between people. It was finetuned on top of bart-large-xsum model to generate summaries based on context in the datasets.
|
17 |
|
18 |
|
19 |
## Model Details
|
|
|
24 |
|
25 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
26 |
|
27 |
+
- **Developed by:** Subash Pandey
|
28 |
- **Funded by [optional]:** [More Information Needed]
|
29 |
- **Shared by [optional]:** [More Information Needed]
|
30 |
- **Model type:** [More Information Needed]
|
|
|
203 |
|
204 |
## Model Card Contact
|
205 |
|
206 |
+
[More Information Needed]
|
|
|
|