Training Complete
Browse files- README.md +15 -15
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -6,27 +6,27 @@ tags:
|
|
6 |
datasets:
|
7 |
- ag_news
|
8 |
model-index:
|
9 |
-
- name:
|
10 |
results: []
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
-
#
|
17 |
|
18 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the ag_news dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
-
|
21 |
-
- eval_accuracy: 0.
|
22 |
-
- eval_f1: 0.
|
23 |
-
-
|
24 |
-
-
|
25 |
-
-
|
26 |
-
-
|
27 |
-
-
|
28 |
-
-
|
29 |
-
- step:
|
30 |
|
31 |
## Model description
|
32 |
|
@@ -46,12 +46,12 @@ More information needed
|
|
46 |
|
47 |
The following hyperparameters were used during training:
|
48 |
- learning_rate: 2e-05
|
49 |
-
- train_batch_size:
|
50 |
-
- eval_batch_size:
|
51 |
- seed: 42
|
52 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
53 |
- lr_scheduler_type: linear
|
54 |
-
- num_epochs:
|
55 |
|
56 |
### Framework versions
|
57 |
|
|
|
6 |
datasets:
|
7 |
- ag_news
|
8 |
model-index:
|
9 |
+
- name: bert-base-uncased-ag-news-finetuned
|
10 |
results: []
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
+
# bert-base-uncased-ag-news-finetuned
|
17 |
|
18 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the ag_news dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- eval_loss: 0.2589
|
21 |
+
- eval_accuracy: 0.9424
|
22 |
+
- eval_f1(weighted): 0.9425
|
23 |
+
- eval_precision(weighted): 0.9427
|
24 |
+
- eval_recall(weighted): 0.9424
|
25 |
+
- eval_runtime: 73.6126
|
26 |
+
- eval_samples_per_second: 326.031
|
27 |
+
- eval_steps_per_second: 6.792
|
28 |
+
- epoch: 1.0
|
29 |
+
- step: 2000
|
30 |
|
31 |
## Model description
|
32 |
|
|
|
46 |
|
47 |
The following hyperparameters were used during training:
|
48 |
- learning_rate: 2e-05
|
49 |
+
- train_batch_size: 48
|
50 |
+
- eval_batch_size: 48
|
51 |
- seed: 42
|
52 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
53 |
- lr_scheduler_type: linear
|
54 |
+
- num_epochs: 2
|
55 |
|
56 |
### Framework versions
|
57 |
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 438009649
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e4abd28a302a38e1e1696caf6923f12fa5b5152c3c343d4ef52dd1e8ed237d2
|
3 |
size 438009649
|