pszemraj librarian-bot commited on
Commit
accdf0e
1 Parent(s): aa415a8

Librarian Bot: Add base_model information to model (#1)

Browse files

- Librarian Bot: Add base_model information to model (e25bf52537cd487efbc67c7ff083cee9626d1fa5)


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +56 -27
README.md CHANGED
@@ -8,43 +8,72 @@ tags:
8
  datasets:
9
  - aeslc
10
  - postbot/multi-emails-100k
11
-
12
  widget:
13
- - text: "Good Morning Professor Beans,
14
-
15
- Hope you are doing well. I just wanted to reach out and ask if differential calculus will be on the exam"
16
- example_title: "email to prof"
17
- - text: "Hey <NAME>,\n\nThank you for signing up for my weekly newsletter. Before we get started, you'll have to confirm your email address."
18
- example_title: "newsletter"
19
- - text: "Hi <NAME>,\n\nI hope this email finds you well. I wanted to reach out and ask about office hours"
20
- example_title: "office hours"
21
- - text: "Greetings <NAME>,\n\nI hope you had a splendid evening at the Company sausage eating festival. I am reaching out because"
22
- example_title: "festival"
23
- - text: "Good Morning Harold,\n\nI was wondering when the next"
24
- example_title: "event"
25
- - text: "URGENT - I need the TPS reports"
26
- example_title: "URGENT"
27
- - text: "Hi Archibald,\n\nI hope this email finds you extremely well."
28
- example_title: "emails that find you"
29
- - text: "Hello there.\n\nI just wanted to reach out and check in to"
30
- example_title: "checking in"
31
- - text: "Hello <NAME>,\n\nI hope this email finds you well. I wanted to reach out and see if you've enjoyed your time with us"
32
- example_title: "work well"
33
- - text: "Hi <NAME>,\n\nI hope this email finds you well. I wanted to reach out and see if we could catch up"
34
- example_title: "catch up"
35
- - text: "I'm <NAME> and I just moved into the area and wanted to reach out and get some details on where I could get groceries and"
36
- example_title: "grocery"
37
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  parameters:
39
  min_length: 32
40
  max_length: 128
41
  no_repeat_ngram_size: 2
42
- do_sample: True
43
  temperature: 0.4
44
  top_k: 30
45
  top_p: 0.9
46
  repetition_penalty: 3.5
47
  length_penalty: 0.9
 
48
  ---
49
 
50
 
 
8
  datasets:
9
  - aeslc
10
  - postbot/multi-emails-100k
 
11
  widget:
12
+ - text: 'Good Morning Professor Beans,
13
+
14
+ Hope you are doing well. I just wanted to reach out and ask if differential calculus
15
+ will be on the exam'
16
+ example_title: email to prof
17
+ - text: 'Hey <NAME>,
18
+
19
+
20
+ Thank you for signing up for my weekly newsletter. Before we get started, you''ll
21
+ have to confirm your email address.'
22
+ example_title: newsletter
23
+ - text: 'Hi <NAME>,
24
+
25
+
26
+ I hope this email finds you well. I wanted to reach out and ask about office hours'
27
+ example_title: office hours
28
+ - text: 'Greetings <NAME>,
29
+
30
+
31
+ I hope you had a splendid evening at the Company sausage eating festival. I am
32
+ reaching out because'
33
+ example_title: festival
34
+ - text: 'Good Morning Harold,
35
+
36
+
37
+ I was wondering when the next'
38
+ example_title: event
39
+ - text: URGENT - I need the TPS reports
40
+ example_title: URGENT
41
+ - text: 'Hi Archibald,
42
+
43
+
44
+ I hope this email finds you extremely well.'
45
+ example_title: emails that find you
46
+ - text: 'Hello there.
47
+
48
+
49
+ I just wanted to reach out and check in to'
50
+ example_title: checking in
51
+ - text: 'Hello <NAME>,
52
+
53
+
54
+ I hope this email finds you well. I wanted to reach out and see if you''ve enjoyed
55
+ your time with us'
56
+ example_title: work well
57
+ - text: 'Hi <NAME>,
58
+
59
+
60
+ I hope this email finds you well. I wanted to reach out and see if we could catch
61
+ up'
62
+ example_title: catch up
63
+ - text: I'm <NAME> and I just moved into the area and wanted to reach out and get
64
+ some details on where I could get groceries and
65
+ example_title: grocery
66
  parameters:
67
  min_length: 32
68
  max_length: 128
69
  no_repeat_ngram_size: 2
70
+ do_sample: true
71
  temperature: 0.4
72
  top_k: 30
73
  top_p: 0.9
74
  repetition_penalty: 3.5
75
  length_penalty: 0.9
76
+ base_model: EleutherAI/gpt-neo-1.3B
77
  ---
78
 
79