Update README.md
Browse files
README.md
CHANGED
@@ -3,41 +3,37 @@ library_name: transformers
|
|
3 |
tags:
|
4 |
- trl
|
5 |
- sft
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
-
#
|
9 |
-
|
10 |
-
<!-- Provide a quick summary of what the model is/does. -->
|
11 |
|
12 |
|
13 |
|
14 |
## Model Details
|
15 |
|
16 |
-
### Model Description
|
17 |
-
|
18 |
-
<!-- Provide a longer summary of what this model is. -->
|
19 |
-
|
20 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
21 |
|
22 |
-
- **Developed by:**
|
23 |
-
- **
|
24 |
-
- **
|
25 |
-
|
26 |
-
- **
|
27 |
-
- **License:** [More Information Needed]
|
28 |
-
- **Finetuned from model [optional]:** [More Information Needed]
|
29 |
-
|
30 |
-
### Model Sources [optional]
|
31 |
|
32 |
-
<!-- Provide the basic links for the model. -->
|
33 |
|
34 |
- **Repository:** [More Information Needed]
|
35 |
- **Paper [optional]:** [More Information Needed]
|
36 |
- **Demo [optional]:** [More Information Needed]
|
37 |
|
38 |
-
##
|
39 |
|
40 |
-
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
41 |
|
42 |
### Direct Use
|
43 |
|
@@ -198,6 +194,4 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
198 |
|
199 |
## Model Card Contact
|
200 |
|
201 |
-
[More Information Needed]
|
202 |
-
|
203 |
-
|
|
|
3 |
tags:
|
4 |
- trl
|
5 |
- sft
|
6 |
+
license: apache-2.0
|
7 |
+
datasets:
|
8 |
+
- bjoernp/tagesschau-2018-2023
|
9 |
+
language:
|
10 |
+
- de
|
11 |
+
- en
|
12 |
+
metrics:
|
13 |
+
- accuracy
|
14 |
---
|
15 |
|
16 |
+
# this model was trained on summarising some short texts and finding headlines for newspapers
|
|
|
|
|
17 |
|
18 |
|
19 |
|
20 |
## Model Details
|
21 |
|
|
|
|
|
|
|
|
|
22 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
23 |
|
24 |
+
- **Developed by:** Kamila Trinkenschuh
|
25 |
+
- **Shared by:** Kamila Trinkenschuh
|
26 |
+
- **Model type:**
|
27 |
+
was fine tuned on performing more text generation and text summaration task
|
28 |
+
- **Finetuned from model [optional]:**
|
|
|
|
|
|
|
|
|
29 |
|
|
|
30 |
|
31 |
- **Repository:** [More Information Needed]
|
32 |
- **Paper [optional]:** [More Information Needed]
|
33 |
- **Demo [optional]:** [More Information Needed]
|
34 |
|
35 |
+
## Use
|
36 |
|
|
|
37 |
|
38 |
### Direct Use
|
39 |
|
|
|
194 |
|
195 |
## Model Card Contact
|
196 |
|
197 |
+
[More Information Needed]
|
|
|
|