Update README.md
Browse files
README.md
CHANGED
@@ -7,12 +7,28 @@ metrics:
|
|
7 |
model-index:
|
8 |
- name: bert_uncased_L-12_H-128_A-2-mlm-multi-emails-hq-r2
|
9 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
-
|
13 |
-
should probably proofread and complete it, then remove this comment. -->
|
14 |
-
|
15 |
-
# bert_uncased_L-12_H-128_A-2-mlm-multi-emails-hq-r2
|
16 |
|
17 |
This model is a fine-tuned version of [google/bert_uncased_L-12_H-128_A-2](https://huggingface.co/google/bert_uncased_L-12_H-128_A-2) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
|
|
7 |
model-index:
|
8 |
- name: bert_uncased_L-12_H-128_A-2-mlm-multi-emails-hq-r2
|
9 |
results: []
|
10 |
+
widget:
|
11 |
+
- text: Can you please send me the [MASK] by the end of the day?
|
12 |
+
example_title: end of day
|
13 |
+
- text: >-
|
14 |
+
I hope this email finds you well. I wanted to follow up on our [MASK]
|
15 |
+
yesterday.
|
16 |
+
example_title: follow-up
|
17 |
+
- text: The meeting has been rescheduled to [MASK].
|
18 |
+
example_title: reschedule
|
19 |
+
- text: Please let me know if you need any further [MASK] regarding the project.
|
20 |
+
example_title: further help
|
21 |
+
- text: >-
|
22 |
+
I appreciate your prompt response to my previous email. Can you provide an
|
23 |
+
update on the [MASK] by tomorrow?
|
24 |
+
example_title: provide update
|
25 |
+
- text: Paris is the [MASK] of France.
|
26 |
+
example_title: paris (default)
|
27 |
+
- text: The goal of life is [MASK].
|
28 |
+
example_title: goal of life (default)
|
29 |
---
|
30 |
|
31 |
+
# bert_uncased_L-12_H-128_A-2-mlm-multi-emails-hq
|
|
|
|
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [google/bert_uncased_L-12_H-128_A-2](https://huggingface.co/google/bert_uncased_L-12_H-128_A-2) on the None dataset.
|
34 |
It achieves the following results on the evaluation set:
|