Commit
路
930d8c2
1
Parent(s):
6ac00b7
Update README.md from vincentwu
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# BERT DRCD 384
|
2 |
+
|
3 |
+
This model is a fine-tune checkpoint of [bert-base-chinese](https://huggingface.co/bert-base-chinese), fine-tuned on DRCD dataset.
|
4 |
+
This model reaches a F1 score of 86.
|
5 |
+
This model reaches a EM score of 83.
|
6 |
+
|
7 |
+
Training Arguments:
|
8 |
+
|
9 |
+
- length: 384
|
10 |
+
|
11 |
+
- stride: 128
|
12 |
+
|
13 |
+
- learning_rate: 3e-5
|
14 |
+
|
15 |
+
- batch_size: 10
|
16 |
+
|
17 |
+
- epoch: 3
|
18 |
+
|
19 |
+
[Colab for detailed](https://colab.research.google.com/drive/1kZv7ZRmvUdCKEhQg8MBrKljGWvV2X3CP?usp=sharing)
|