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