Iiro/bert_reviews
Browse files- README.md +8 -9
- pytorch_model.bin +1 -1
- tokenizer.json +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -6,7 +6,6 @@ datasets:
|
|
6 |
model-index:
|
7 |
- name: bert_reviews
|
8 |
results: []
|
9 |
-
pipeline_tag: text-classification
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,13 +15,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model was trained from scratch on the amazon_reviews_multi dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- eval_loss: 0.
|
20 |
-
- eval_accuracy: 0.
|
21 |
-
- eval_runtime:
|
22 |
-
- eval_samples_per_second:
|
23 |
-
- eval_steps_per_second:
|
24 |
-
- epoch: 0.
|
25 |
-
- step:
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -54,4 +53,4 @@ The following hyperparameters were used during training:
|
|
54 |
- Transformers 4.34.1
|
55 |
- Pytorch 2.1.0+cu118
|
56 |
- Datasets 2.14.6
|
57 |
-
- Tokenizers 0.14.1
|
|
|
6 |
model-index:
|
7 |
- name: bert_reviews
|
8 |
results: []
|
|
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
15 |
|
16 |
This model was trained from scratch on the amazon_reviews_multi dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- eval_loss: 0.8196
|
19 |
+
- eval_accuracy: 0.6544
|
20 |
+
- eval_runtime: 39.7329
|
21 |
+
- eval_samples_per_second: 125.84
|
22 |
+
- eval_steps_per_second: 15.73
|
23 |
+
- epoch: 0.52
|
24 |
+
- step: 13000
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
53 |
- Transformers 4.34.1
|
54 |
- Pytorch 2.1.0+cu118
|
55 |
- Datasets 2.14.6
|
56 |
+
- Tokenizers 0.14.1
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 433384758
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:459282ffb2884070a380ef30845b262bf77813534ff708275ca9e6853bd97625
|
3 |
size 433384758
|
tokenizer.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
"max_length": 512,
|
6 |
-
"strategy": "
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": null,
|
|
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
"max_length": 512,
|
6 |
+
"strategy": "OnlySecond",
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": null,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4472
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c277da8f4bedc9a2e1636c9c4bcac05169afdd2c0e9f7cb4183d1486ada8cfb0
|
3 |
size 4472
|