update model card README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
-
base_model: distilbert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
-
datasets:
|
7 |
-
- squad
|
8 |
model-index:
|
9 |
- name: my_awesome_qa_model
|
10 |
results: []
|
@@ -15,9 +12,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# my_awesome_qa_model
|
17 |
|
18 |
-
This model is a fine-tuned version of [
|
19 |
-
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 1.5502
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -44,18 +39,9 @@ The following hyperparameters were used during training:
|
|
44 |
- lr_scheduler_type: linear
|
45 |
- num_epochs: 3
|
46 |
|
47 |
-
### Training results
|
48 |
-
|
49 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
-
|:-------------:|:-----:|:----:|:---------------:|
|
51 |
-
| No log | 1.0 | 250 | 2.1456 |
|
52 |
-
| 2.6798 | 2.0 | 500 | 1.5923 |
|
53 |
-
| 2.6798 | 3.0 | 750 | 1.5502 |
|
54 |
-
|
55 |
-
|
56 |
### Framework versions
|
57 |
|
58 |
-
- Transformers 4.
|
59 |
-
- Pytorch 2.0.
|
60 |
-
- Datasets 2.
|
61 |
- Tokenizers 0.13.3
|
|
|
1 |
---
|
2 |
+
license: mit
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
model-index:
|
6 |
- name: my_awesome_qa_model
|
7 |
results: []
|
|
|
12 |
|
13 |
# my_awesome_qa_model
|
14 |
|
15 |
+
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
|
|
39 |
- lr_scheduler_type: linear
|
40 |
- num_epochs: 3
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
### Framework versions
|
43 |
|
44 |
+
- Transformers 4.30.2
|
45 |
+
- Pytorch 2.0.0
|
46 |
+
- Datasets 2.1.0
|
47 |
- Tokenizers 0.13.3
|