pszemraj commited on
Commit
d1abd57
1 Parent(s): 622444d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -6
README.md CHANGED
@@ -1,18 +1,56 @@
1
  ---
2
  license: bigscience-bloom-rail-1.0
3
  tags:
 
4
  - generated_from_trainer
5
- model-index:
6
- - name: bloom-1b1-emailgen-v1
7
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
- should probably proofread and complete it, then remove this comment. -->
12
 
13
  # bloom-1b1-emailgen-v1
14
 
15
- This model is a fine-tuned version of [bigscience/bloom-1b1](https://huggingface.co/bigscience/bloom-1b1) on an unknown dataset.
 
16
  It achieves the following results on the evaluation set:
17
  - Loss: 1.7397
18
 
 
1
  ---
2
  license: bigscience-bloom-rail-1.0
3
  tags:
4
+ - text generation
5
  - generated_from_trainer
6
+ - email generation
7
+ - email
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
+ parameters:
38
+ min_length: 32
39
+ max_length: 128
40
+ no_repeat_ngram_size: 2
41
+ do_sample: True
42
+ temperature: 0.3
43
+ top_k: 20
44
+ top_p: 0.95
45
+ repetition_penalty: 3.5
46
+ length_penalty: 0.9
47
  ---
48
 
 
 
49
 
50
  # bloom-1b1-emailgen-v1
51
 
52
+ This model is a fine-tuned version of [bigscience/bloom-1b1](https://huggingface.co/bigscience/bloom-1b1) on the ` postbot/multi-emails-100k` dataset.
53
+
54
  It achieves the following results on the evaluation set:
55
  - Loss: 1.7397
56