Commit 路
7b2d5d9
1
Parent(s): edc4acb
model tuned
Browse files
README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
base_model: distilbert-base-uncased
|
| 4 |
tags:
|
|
|
|
|
|
|
| 5 |
- generated_from_trainer
|
| 6 |
model-index:
|
| 7 |
- name: qa_nlp_model
|
|
@@ -13,7 +15,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 13 |
|
| 14 |
# qa_nlp_model
|
| 15 |
|
| 16 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
base_model: distilbert-base-uncased
|
| 4 |
tags:
|
| 5 |
+
- question-answering
|
| 6 |
+
- nlp
|
| 7 |
- generated_from_trainer
|
| 8 |
model-index:
|
| 9 |
- name: qa_nlp_model
|
|
|
|
| 15 |
|
| 16 |
# qa_nlp_model
|
| 17 |
|
| 18 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the squad dataset.
|
| 19 |
+
It achieves the following results on the evaluation set:
|
| 20 |
+
- eval_loss: 1.4123
|
| 21 |
+
- eval_runtime: 64.3033
|
| 22 |
+
- eval_samples_per_second: 77.757
|
| 23 |
+
- eval_steps_per_second: 4.868
|
| 24 |
+
- epoch: 0.0
|
| 25 |
+
- step: 7
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|