Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -6,20 +6,21 @@ datasets:
|
|
6 |
- glue
|
7 |
metrics:
|
8 |
- spearmanr
|
|
|
9 |
model-index:
|
10 |
- name: canine-s-finetuned-stsb
|
11 |
results:
|
12 |
- task:
|
13 |
-
name: Text Classification
|
14 |
type: text-classification
|
|
|
15 |
dataset:
|
16 |
name: glue
|
17 |
type: glue
|
18 |
args: stsb
|
19 |
metrics:
|
20 |
-
-
|
21 |
-
type: spearmanr
|
22 |
value: 0.8397182061195433
|
|
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
6 |
- glue
|
7 |
metrics:
|
8 |
- spearmanr
|
9 |
+
base_model: google/canine-s
|
10 |
model-index:
|
11 |
- name: canine-s-finetuned-stsb
|
12 |
results:
|
13 |
- task:
|
|
|
14 |
type: text-classification
|
15 |
+
name: Text Classification
|
16 |
dataset:
|
17 |
name: glue
|
18 |
type: glue
|
19 |
args: stsb
|
20 |
metrics:
|
21 |
+
- type: spearmanr
|
|
|
22 |
value: 0.8397182061195433
|
23 |
+
name: Spearmanr
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|