zhangfan
commited on
Commit
·
dee8787
1
Parent(s):
4cab0fc
Update README.md
Browse files
README.md
CHANGED
@@ -6,33 +6,17 @@ metrics:
|
|
6 |
- accuracy
|
7 |
model-index:
|
8 |
- name: bert-uncased-base
|
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-base
|
16 |
|
17 |
-
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 0.2297
|
20 |
- Accuracy: 0.9267
|
21 |
|
22 |
-
## Model description
|
23 |
-
|
24 |
-
More information needed
|
25 |
-
|
26 |
-
## Intended uses & limitations
|
27 |
-
|
28 |
-
More information needed
|
29 |
-
|
30 |
-
## Training and evaluation data
|
31 |
-
|
32 |
-
More information needed
|
33 |
-
|
34 |
-
## Training procedure
|
35 |
-
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
|
|
6 |
- accuracy
|
7 |
model-index:
|
8 |
- name: bert-uncased-base
|
|
|
|
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
should probably proofread and complete it, then remove this comment. -->
|
12 |
|
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
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
### Training hyperparameters
|
21 |
|
22 |
The following hyperparameters were used during training:
|