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 |
|
|
@@ -71,7 +71,7 @@ The following hyperparameters were used during training:
|
|
| 71 |
|
| 72 |
### Framework versions
|
| 73 |
|
| 74 |
-
- Transformers 4.
|
| 75 |
- Pytorch 2.1.0+cu118
|
| 76 |
-
- Datasets 2.
|
| 77 |
-
- Tokenizers 0.
|
|
|
|
| 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.2862
|
| 40 |
+
- Accuracy: 0.9
|
| 41 |
+
- F1: 0.9
|
| 42 |
|
| 43 |
## Model description
|
| 44 |
|
|
|
|
| 71 |
|
| 72 |
### Framework versions
|
| 73 |
|
| 74 |
+
- Transformers 4.36.0.dev0
|
| 75 |
- Pytorch 2.1.0+cu118
|
| 76 |
+
- Datasets 2.15.0
|
| 77 |
+
- Tokenizers 0.15.0
|
config.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
| 20 |
"position_embedding_type": "absolute",
|
| 21 |
"problem_type": "single_label_classification",
|
| 22 |
"torch_dtype": "float32",
|
| 23 |
-
"transformers_version": "4.
|
| 24 |
"type_vocab_size": 2,
|
| 25 |
"use_cache": true,
|
| 26 |
"vocab_size": 30522
|
|
|
|
| 20 |
"position_embedding_type": "absolute",
|
| 21 |
"problem_type": "single_label_classification",
|
| 22 |
"torch_dtype": "float32",
|
| 23 |
+
"transformers_version": "4.36.0.dev0",
|
| 24 |
"type_vocab_size": 2,
|
| 25 |
"use_cache": true,
|
| 26 |
"vocab_size": 30522
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54a3d865befda32b4e1204610fab1e4ace7a1d3f8358d143f835b9e603e1abd3
|
| 3 |
+
size 437958648
|
runs/Nov20_18-34-31_a5268629fa9c/events.out.tfevents.1700505278.a5268629fa9c.2072.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aea6efb27864778f70c922931e8722f08b6ced6395f3b22748df10c304661723
|
| 3 |
+
size 4614
|
runs/Nov20_18-34-31_a5268629fa9c/events.out.tfevents.1700505842.a5268629fa9c.2072.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd0ea1381ef117d60613f9c9b0166a6214fbc56d5f8a5efdfae69989e4aefdf3
|
| 3 |
+
size 457
|
training_args.bin
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:bc1136999bc5f91b106896155bcb75e91a67b8a5bd5fab2c97ed7e95a50eeefb
|
| 3 |
+
size 4664
|