update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
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 |
+
- name: Spearmanr
|
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
|
26 |
+
should probably proofread and complete it, then remove this comment. -->
|
27 |
+
|
28 |
+
# canine-s-finetuned-stsb
|
29 |
+
|
30 |
+
This model is a fine-tuned version of [google/canine-s](https://huggingface.co/google/canine-s) on the glue dataset.
|
31 |
+
It achieves the following results on the evaluation set:
|
32 |
+
- Loss: 0.7223
|
33 |
+
- Pearson: 0.8397
|
34 |
+
- Spearmanr: 0.8397
|
35 |
+
|
36 |
+
## Model description
|
37 |
+
|
38 |
+
More information needed
|
39 |
+
|
40 |
+
## Intended uses & limitations
|
41 |
+
|
42 |
+
More information needed
|
43 |
+
|
44 |
+
## Training and evaluation data
|
45 |
+
|
46 |
+
More information needed
|
47 |
+
|
48 |
+
## Training procedure
|
49 |
+
|
50 |
+
### Training hyperparameters
|
51 |
+
|
52 |
+
The following hyperparameters were used during training:
|
53 |
+
- learning_rate: 2e-05
|
54 |
+
- train_batch_size: 16
|
55 |
+
- eval_batch_size: 16
|
56 |
+
- seed: 42
|
57 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
58 |
+
- lr_scheduler_type: linear
|
59 |
+
- num_epochs: 5
|
60 |
+
|
61 |
+
### Training results
|
62 |
+
|
63 |
+
| Training Loss | Epoch | Step | Validation Loss | Pearson | Spearmanr |
|
64 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:---------:|
|
65 |
+
| No log | 1.0 | 360 | 0.7938 | 0.8083 | 0.8077 |
|
66 |
+
| 1.278 | 2.0 | 720 | 0.7349 | 0.8322 | 0.8305 |
|
67 |
+
| 0.6765 | 3.0 | 1080 | 0.7075 | 0.8374 | 0.8366 |
|
68 |
+
| 0.6765 | 4.0 | 1440 | 0.7586 | 0.8360 | 0.8376 |
|
69 |
+
| 0.4629 | 5.0 | 1800 | 0.7223 | 0.8397 | 0.8397 |
|
70 |
+
|
71 |
+
|
72 |
+
### Framework versions
|
73 |
+
|
74 |
+
- Transformers 4.17.0
|
75 |
+
- Pytorch 1.10.0+cu111
|
76 |
+
- Datasets 2.0.0
|
77 |
+
- Tokenizers 0.11.6
|