Commit
•
5eb49a4
1
Parent(s):
426f389
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (1bd9f273f3e07c51a637d7f7d4c3f74e8b8d24d0)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -7,12 +7,13 @@ datasets:
|
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
- f1
|
|
|
10 |
model-index:
|
11 |
- name: finetuned-base_mini
|
12 |
results:
|
13 |
- task:
|
14 |
-
name: Text Classification
|
15 |
type: text-classification
|
|
|
16 |
dataset:
|
17 |
name: imdb
|
18 |
type: imdb
|
@@ -20,12 +21,12 @@ model-index:
|
|
20 |
split: train
|
21 |
args: plain_text
|
22 |
metrics:
|
23 |
-
-
|
24 |
-
type: accuracy
|
25 |
value: 0.9076
|
26 |
-
|
27 |
-
|
28 |
value: 0.9515621723631789
|
|
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
- f1
|
10 |
+
base_model: google/bert_uncased_L-4_H-256_A-4
|
11 |
model-index:
|
12 |
- name: finetuned-base_mini
|
13 |
results:
|
14 |
- task:
|
|
|
15 |
type: text-classification
|
16 |
+
name: Text Classification
|
17 |
dataset:
|
18 |
name: imdb
|
19 |
type: imdb
|
|
|
21 |
split: train
|
22 |
args: plain_text
|
23 |
metrics:
|
24 |
+
- type: accuracy
|
|
|
25 |
value: 0.9076
|
26 |
+
name: Accuracy
|
27 |
+
- type: f1
|
28 |
value: 0.9515621723631789
|
29 |
+
name: F1
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|