pszemraj commited on
Commit
8922db1
·
1 Parent(s): 79b2712

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -3
README.md CHANGED
@@ -7,10 +7,32 @@ metrics:
7
  model-index:
8
  - name: bert_uncased_L-4_H-128_A-2-mlm-multi-emails-hq
9
  results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
- should probably proofread and complete it, then remove this comment. -->
14
 
15
  # bert_uncased_L-4_H-128_A-2-mlm-multi-emails-hq
16
 
@@ -21,7 +43,7 @@ It achieves the following results on the evaluation set:
21
 
22
  ## Model description
23
 
24
- More information needed
25
 
26
  ## Intended uses & limitations
27
 
 
7
  model-index:
8
  - name: bert_uncased_L-4_H-128_A-2-mlm-multi-emails-hq
9
  results: []
10
+ datasets:
11
+ - postbot/multi-emails-hq
12
+ language:
13
+ - en
14
+ pipeline_tag: fill-mask
15
+ widget:
16
+ - text: Can you please send me the [MASK] by the end of the day?
17
+ example_title: end of day
18
+ - text: >-
19
+ I hope this email finds you well. I wanted to follow up on our [MASK]
20
+ yesterday.
21
+ example_title: follow-up
22
+ - text: The meeting has been rescheduled to [MASK].
23
+ example_title: reschedule
24
+ - text: Please let me know if you need any further [MASK] regarding the project.
25
+ example_title: further help
26
+ - text: >-
27
+ I appreciate your prompt response to my previous email. Can you provide an
28
+ update on the [MASK] by tomorrow?
29
+ example_title: provide update
30
+ - text: Paris is the [MASK] of France.
31
+ example_title: paris (default)
32
+ - text: The goal of life is [MASK].
33
+ example_title: goal of life (default)
34
  ---
35
 
 
 
36
 
37
  # bert_uncased_L-4_H-128_A-2-mlm-multi-emails-hq
38
 
 
43
 
44
  ## Model description
45
 
46
+ Double the layers of BERT-tiny, fine-tuned on email data for eight epochs.
47
 
48
  ## Intended uses & limitations
49