update model card README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
license: cc-by-4.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
model-index:
|
@@ -12,9 +11,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# Electra-qa
|
14 |
|
15 |
-
This model
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 0.
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -43,16 +42,16 @@ The following hyperparameters were used during training:
|
|
43 |
|
44 |
### Training results
|
45 |
|
46 |
-
| Training Loss | Epoch | Step
|
47 |
-
|
48 |
-
|
|
49 |
-
|
|
50 |
-
|
|
51 |
|
52 |
|
53 |
### Framework versions
|
54 |
|
55 |
-
- Transformers 4.
|
56 |
-
- Pytorch 1.
|
57 |
-
- Datasets 2.
|
58 |
- Tokenizers 0.13.2
|
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
model-index:
|
|
|
11 |
|
12 |
# Electra-qa
|
13 |
|
14 |
+
This model was trained from scratch on the None dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
+
- Loss: 0.0769
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
46 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
47 |
+
| No log | 1.0 | 52 | 0.1546 |
|
48 |
+
| No log | 2.0 | 104 | 0.0867 |
|
49 |
+
| No log | 3.0 | 156 | 0.0769 |
|
50 |
|
51 |
|
52 |
### Framework versions
|
53 |
|
54 |
+
- Transformers 4.26.0
|
55 |
+
- Pytorch 1.13.1+cu116
|
56 |
+
- Datasets 2.9.0
|
57 |
- Tokenizers 0.13.2
|