End of training
Browse files
README.md
CHANGED
@@ -1,10 +1,13 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- cosmos_qa
|
|
|
|
|
|
|
8 |
model-index:
|
9 |
- name: NLP_HW3
|
10 |
results: []
|
@@ -15,7 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# NLP_HW3
|
17 |
|
18 |
-
This model is a fine-tuned version of [
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -40,7 +47,7 @@ The following hyperparameters were used during training:
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
-
- num_epochs:
|
44 |
|
45 |
### Training results
|
46 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: bert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- cosmos_qa
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
- f1
|
11 |
model-index:
|
12 |
- name: NLP_HW3
|
13 |
results: []
|
|
|
18 |
|
19 |
# NLP_HW3
|
20 |
|
21 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the cosmos_qa dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 1.7752
|
24 |
+
- Accuracy: 0.6057
|
25 |
+
- F1: 0.6056
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
47 |
- seed: 42
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
+
- num_epochs: 3
|
51 |
|
52 |
### Training results
|
53 |
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 437955572
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a6dd018b5b41acb64438d633fd0c4e858e9df1bd2b3ceff13c0f73ff485fd42
|
3 |
size 437955572
|
runs/Dec01_01-18-17_cb1792bfa14b/events.out.tfevents.1701393515.cb1792bfa14b.47.2
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d3a532ca4c6ef52fdfd6f66d83d29ebb7ad330d8c95e8ff2e694144c0fe6464
|
3 |
+
size 5965
|
runs/Dec01_01-18-17_cb1792bfa14b/events.out.tfevents.1701397911.cb1792bfa14b.47.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d3f2f880c857ab0ea6f58c625ce9c0a5c6e46c91ae9366fdbe3d3b61f4b8aa0
|
3 |
+
size 457
|