End of training
Browse files
README.md
CHANGED
@@ -5,9 +5,28 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- imdb
|
|
|
|
|
|
|
8 |
model-index:
|
9 |
- name: pruned_model
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,6 +35,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
# pruned_model
|
17 |
|
18 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the imdb dataset.
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- imdb
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
- f1
|
11 |
model-index:
|
12 |
- name: pruned_model
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Text Classification
|
16 |
+
type: text-classification
|
17 |
+
dataset:
|
18 |
+
name: imdb
|
19 |
+
type: imdb
|
20 |
+
config: plain_text
|
21 |
+
split: test
|
22 |
+
args: plain_text
|
23 |
+
metrics:
|
24 |
+
- name: Accuracy
|
25 |
+
type: accuracy
|
26 |
+
value: 0.83
|
27 |
+
- name: F1
|
28 |
+
type: f1
|
29 |
+
value: 0.8338762214983714
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
35 |
# pruned_model
|
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.4037
|
40 |
+
- Accuracy: 0.83
|
41 |
+
- F1: 0.8339
|
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:9b45098d86f942dade1830028ddc8c6037268b2f0e39d4874147492057da83a3
|
3 |
+
size 267838384
|
runs/Nov23_02-14-28_a4a173ca1381/events.out.tfevents.1700705669.a4a173ca1381.4271.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8a1e787ebc75828bc84f924f04c2bc1c508e9b3bb5cde9ffeb9621942cd7c4c
|
3 |
+
size 4620
|
runs/Nov23_02-14-28_a4a173ca1381/events.out.tfevents.1700710963.a4a173ca1381.4271.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f8fae8aa5d1c253a5472a5135e38faa20b9dc1fdf0de62d50b14d8b9714b970
|
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 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ac8e50b96c1f0efe41bd9320de25b038f5bc0cbfe4503f8fd10dce503a2c40b
|
3 |
size 4664
|