Librarian Bot: Add base_model information to model
#3
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,25 +1,30 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
language:
|
4 |
- en
|
|
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
-
model-index:
|
8 |
-
- name: t5-small-finetuned-turk-text-simplification
|
9 |
-
results: []
|
10 |
widget:
|
11 |
-
- text:
|
12 |
-
|
13 |
-
- text:
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
16 |
inference:
|
17 |
parameters:
|
18 |
temperature: 1.5
|
19 |
-
max_length: 256
|
20 |
-
do_sample:
|
21 |
num_beams: 3
|
22 |
-
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: apache-2.0
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
|
|
7 |
widget:
|
8 |
+
- text: 'simplify: the incident has been the subject of numerous reports as to ethics
|
9 |
+
in scholarship .'
|
10 |
+
- text: 'simplify: the historical method comprises the techniques and guidelines by
|
11 |
+
which historians use primary sources and other evidence to research and then to
|
12 |
+
write history .'
|
13 |
+
- text: 'simplify: none of the authors , contributors , sponsors , administrators
|
14 |
+
, vandals , or anyone else connected with wikipedia , in any way whatsoever ,
|
15 |
+
can be responsible for your use of the information contained in or linked from
|
16 |
+
these web pages .'
|
17 |
+
- text: 'simplify: oregano is an indispensable ingredient in greek cuisine .'
|
18 |
inference:
|
19 |
parameters:
|
20 |
temperature: 1.5
|
21 |
+
max_length: 256
|
22 |
+
do_sample: true
|
23 |
num_beams: 3
|
24 |
+
base_model: t5-small
|
25 |
+
model-index:
|
26 |
+
- name: t5-small-finetuned-turk-text-simplification
|
27 |
+
results: []
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|