zhangfan
commited on
Commit
·
8ad14fc
1
Parent(s):
2ac55ff
Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
# bert-uncased-base
|
14 |
|
15 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an Reddit-dialogue dataset.
|
|
|
16 |
It achieves the following results on the evaluation set:
|
17 |
- Loss: 0.2297
|
18 |
- Accuracy: 0.9267
|
|
|
13 |
# bert-uncased-base
|
14 |
|
15 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an Reddit-dialogue dataset.
|
16 |
+
This model can be used for Text Classification: Given two sentences,see if they are related.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Loss: 0.2297
|
19 |
- Accuracy: 0.9267
|