Model save
Browse files
README.md
CHANGED
@@ -2,8 +2,6 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: google/bigbird-roberta-base
|
4 |
tags:
|
5 |
-
- question-answering
|
6 |
-
- nlp
|
7 |
- generated_from_trainer
|
8 |
model-index:
|
9 |
- name: bert-qa-mash-covid
|
@@ -15,9 +13,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# bert-qa-mash-covid
|
17 |
|
18 |
-
This model is a fine-tuned version of [google/bigbird-roberta-base](https://huggingface.co/google/bigbird-roberta-base) on
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
-
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -42,16 +45,7 @@ The following hyperparameters were used during training:
|
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
-
- num_epochs:
|
46 |
-
|
47 |
-
### Training results
|
48 |
-
|
49 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
-
|:-------------:|:-----:|:----:|:---------------:|
|
51 |
-
| 1.5694 | 1.0 | 657 | 1.0202 |
|
52 |
-
| 1.0616 | 2.0 | 1314 | 0.9826 |
|
53 |
-
| 0.9037 | 3.0 | 1971 | 0.9447 |
|
54 |
-
|
55 |
|
56 |
### Framework versions
|
57 |
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: google/bigbird-roberta-base
|
4 |
tags:
|
|
|
|
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
7 |
- name: bert-qa-mash-covid
|
|
|
13 |
|
14 |
# bert-qa-mash-covid
|
15 |
|
16 |
+
This model is a fine-tuned version of [google/bigbird-roberta-base](https://huggingface.co/google/bigbird-roberta-base) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- eval_loss: 1.0374
|
19 |
+
- eval_runtime: 24.4457
|
20 |
+
- eval_samples_per_second: 63.978
|
21 |
+
- eval_steps_per_second: 4.009
|
22 |
+
- epoch: 1.0
|
23 |
+
- step: 657
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 50
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
### Framework versions
|
51 |
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 526438888
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e8e485e5356b89d40b5e8952e688401503668fc46592332989cd2f4467320ae
|
3 |
size 526438888
|
runs/Jun03_05-25-09_0b85b752ef0c/events.out.tfevents.1717392310.0b85b752ef0c.25.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99a8c4c8817c4fa434c93c74bece2a1a881b2f7061931568741ea75198763d5e
|
3 |
+
size 5312
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33fb19301f1bb67b2e0dec028b8534f2786bf87fa37843a15f706b696e788b57
|
3 |
size 4920
|