Librarian Bot: Add base_model information to model

#1
Files changed (1) hide show
  1. README.md +17 -19
README.md CHANGED
@@ -1,32 +1,29 @@
1
  ---
2
- license: mit
3
- library_name: peft
4
- datasets:
5
- - samsum
6
  language:
7
  - en
 
 
8
  tags:
9
  - summarization
10
  - text-generation
11
  - toxicity-reduction
12
  - reinforcement-learning
 
 
13
  widget:
14
- - text: >-
15
- Summarize the following Conversation: Kate: Good morning. Kai: Hi! How
16
- official! Kate: I wrote it at 4am Kai: I've noticed. Why? Kate: I had to get
17
- up early to catch the bus to the airport Kai: Where are you flying? Kate: To
18
- Antwerp! I'm fed up with Cambridge Kai: poor thing. Why? Kate: Just a
19
- stupid, elitist place without a soul. Or with a soul made of money. Kai: Try
20
- to rest a bit in Belgium, do not work too much. Kate: I have to work, but at
21
- least not in this soulless place. Kai: When are you coming back? Kate: I
22
- have to see my supervisor on Monday <unk> Kai: not too long a break Kate:
23
- Still better than nothing. Summary:
24
  example_title: Summarization Example 1
25
- - text: >-
26
- Summarize the following Conversation: Dean: I feel sick Scott: hungover?
27
- Dean: no, like I ate something bad Scott: what did you eat yesterday? Dean:
28
- breakfast at Coffee Lovers' Scott: this is a rather safe place Dean: and
29
- Chinese from TaoTao for dinner Scott: now we have a suspect Summary:
30
  example_title: Summarization Example 2
31
  pipeline_tag: text2text-generation
32
  inference:
@@ -39,6 +36,7 @@ inference:
39
  no_repeat_ngram_size: 2
40
  num_return_sequences: 1
41
  do_sample: true
 
42
  ---
43
 
44
  # Flan-T5 (base-sized) Dialogue Summarization with reduced toxicity using RLAIF
 
1
  ---
 
 
 
 
2
  language:
3
  - en
4
+ license: mit
5
+ library_name: peft
6
  tags:
7
  - summarization
8
  - text-generation
9
  - toxicity-reduction
10
  - reinforcement-learning
11
+ datasets:
12
+ - samsum
13
  widget:
14
+ - text: 'Summarize the following Conversation: Kate: Good morning. Kai: Hi! How official!
15
+ Kate: I wrote it at 4am Kai: I''ve noticed. Why? Kate: I had to get up early to
16
+ catch the bus to the airport Kai: Where are you flying? Kate: To Antwerp! I''m
17
+ fed up with Cambridge Kai: poor thing. Why? Kate: Just a stupid, elitist place
18
+ without a soul. Or with a soul made of money. Kai: Try to rest a bit in Belgium,
19
+ do not work too much. Kate: I have to work, but at least not in this soulless
20
+ place. Kai: When are you coming back? Kate: I have to see my supervisor on Monday
21
+ <unk> Kai: not too long a break Kate: Still better than nothing. Summary:'
 
 
22
  example_title: Summarization Example 1
23
+ - text: 'Summarize the following Conversation: Dean: I feel sick Scott: hungover?
24
+ Dean: no, like I ate something bad Scott: what did you eat yesterday? Dean: breakfast
25
+ at Coffee Lovers'' Scott: this is a rather safe place Dean: and Chinese from TaoTao
26
+ for dinner Scott: now we have a suspect Summary:'
 
27
  example_title: Summarization Example 2
28
  pipeline_tag: text2text-generation
29
  inference:
 
36
  no_repeat_ngram_size: 2
37
  num_return_sequences: 1
38
  do_sample: true
39
+ base_model: braindao/flan-t5-cnn
40
  ---
41
 
42
  # Flan-T5 (base-sized) Dialogue Summarization with reduced toxicity using RLAIF