Update README.md
Browse files
README.md
CHANGED
@@ -7,12 +7,34 @@ metrics:
|
|
7 |
model-index:
|
8 |
- name: bert_uncased_L-2_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-2_H-128_A-2-mlm-multi-emails-hq
|
16 |
|
17 |
This model is a fine-tuned version of [google/bert_uncased_L-2_H-128_A-2](https://huggingface.co/google/bert_uncased_L-2_H-128_A-2) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
@@ -21,12 +43,12 @@ It achieves the following results on the evaluation set:
|
|
21 |
|
22 |
## Model description
|
23 |
|
24 |
-
|
25 |
|
26 |
-
## Intended uses & limitations
|
27 |
|
28 |
-
|
29 |
|
|
|
30 |
## Training and evaluation data
|
31 |
|
32 |
More information needed
|
|
|
7 |
model-index:
|
8 |
- name: bert_uncased_L-2_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-2_H-128_A-2-mlm-multi-emails-hq (BERT-tiny)
|
38 |
|
39 |
This model is a fine-tuned version of [google/bert_uncased_L-2_H-128_A-2](https://huggingface.co/google/bert_uncased_L-2_H-128_A-2) on the None dataset.
|
40 |
It achieves the following results on the evaluation set:
|
|
|
43 |
|
44 |
## Model description
|
45 |
|
46 |
+
BERT-tiny fine-tuned on email data for eight epochs.
|
47 |
|
|
|
48 |
|
49 |
+
## Intended uses & limitations
|
50 |
|
51 |
+
- this is mostly a test
|
52 |
## Training and evaluation data
|
53 |
|
54 |
More information needed
|