End of training
Browse files
README.md
CHANGED
|
@@ -23,10 +23,10 @@ model-index:
|
|
| 23 |
metrics:
|
| 24 |
- name: Accuracy
|
| 25 |
type: accuracy
|
| 26 |
-
value: 0.
|
| 27 |
- name: F1
|
| 28 |
type: f1
|
| 29 |
-
value: 0.
|
| 30 |
---
|
| 31 |
|
| 32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -36,9 +36,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 36 |
|
| 37 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the imdb dataset.
|
| 38 |
It achieves the following results on the evaluation set:
|
| 39 |
-
- Loss: 0.
|
| 40 |
-
- Accuracy: 0.
|
| 41 |
-
- F1: 0.
|
| 42 |
|
| 43 |
## Model description
|
| 44 |
|
|
|
|
| 23 |
metrics:
|
| 24 |
- name: Accuracy
|
| 25 |
type: accuracy
|
| 26 |
+
value: 0.9
|
| 27 |
- name: F1
|
| 28 |
type: f1
|
| 29 |
+
value: 0.9
|
| 30 |
---
|
| 31 |
|
| 32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 36 |
|
| 37 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the imdb dataset.
|
| 38 |
It achieves the following results on the evaluation set:
|
| 39 |
+
- Loss: 0.3204
|
| 40 |
+
- Accuracy: 0.9
|
| 41 |
+
- F1: 0.9
|
| 42 |
|
| 43 |
## Model description
|
| 44 |
|
model.safetensors
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:528bcfa91c58be67838502807b9e6805580141deb60f418f08181be4de31814d
|
| 3 |
+
size 381251872
|
runs/Nov23_09-06-05_c137f3cfe829/events.out.tfevents.1700730370.c137f3cfe829.4627.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4cfa784e34e67f68b5760a1f11dc945a6cbe035cb6a9074d980f8427e6783a2e
|
| 3 |
+
size 4620
|
runs/Nov23_09-06-05_c137f3cfe829/events.out.tfevents.1700738988.c137f3cfe829.4627.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2351bbedafb434494103d557eba8fe6cdbcbed4dc5ca754153bb867e4c1e1bf3
|
| 3 |
+
size 457
|
tokenizer.json
CHANGED
|
@@ -1,6 +1,11 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"padding": null,
|
| 5 |
"added_tokens": [
|
| 6 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": {
|
| 4 |
+
"direction": "Right",
|
| 5 |
+
"max_length": 512,
|
| 6 |
+
"strategy": "LongestFirst",
|
| 7 |
+
"stride": 0
|
| 8 |
+
},
|
| 9 |
"padding": null,
|
| 10 |
"added_tokens": [
|
| 11 |
{
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4664
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:241030fe83a082499de33c6e37988db02ab29e478460af0764ef92856c2baa8f
|
| 3 |
size 4664
|