Model save
Browse files- README.md +64 -53
- model.safetensors +1 -1
README.md
CHANGED
@@ -1,57 +1,68 @@
|
|
1 |
---
|
2 |
-
|
3 |
tags:
|
4 |
-
-
|
5 |
-
-
|
6 |
-
- biencoder
|
7 |
-
|
8 |
-
pipeline_tag: text-similarity
|
9 |
---
|
10 |
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
-
|
17 |
-
|
18 |
-
-
|
19 |
-
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
library_name: transformers
|
3 |
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
model-index:
|
6 |
+
- name: bert-reg-biencoder-mae
|
7 |
+
results: []
|
|
|
8 |
---
|
9 |
|
10 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
+
should probably proofread and complete it, then remove this comment. -->
|
12 |
+
|
13 |
+
# bert-reg-biencoder-mae
|
14 |
+
|
15 |
+
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 0.2340
|
18 |
+
- Mse: 0.0819
|
19 |
+
- Mae: 0.2335
|
20 |
+
- Pearson Corr: 0.2475
|
21 |
+
- Spearman Corr: 0.1329
|
22 |
+
- Cosine Sim: 0.9022
|
23 |
+
|
24 |
+
## Model description
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Intended uses & limitations
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training and evaluation data
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training procedure
|
37 |
+
|
38 |
+
### Training hyperparameters
|
39 |
+
|
40 |
+
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 2e-05
|
42 |
+
- train_batch_size: 32
|
43 |
+
- eval_batch_size: 32
|
44 |
+
- seed: 42
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: linear
|
47 |
+
- lr_scheduler_warmup_steps: 100
|
48 |
+
- num_epochs: 7
|
49 |
+
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Mse | Mae | Pearson Corr | Spearman Corr | Cosine Sim |
|
53 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------------:|:-------------:|:----------:|
|
54 |
+
| 0.2846 | 1.0 | 21 | 0.2617 | 0.1153 | 0.2610 | 0.1327 | 0.0936 | 0.9053 |
|
55 |
+
| 0.2728 | 2.0 | 42 | 0.2310 | 0.0886 | 0.2304 | 0.0188 | 0.0316 | 0.8994 |
|
56 |
+
| 0.2511 | 3.0 | 63 | 0.2282 | 0.0847 | 0.2276 | 0.1716 | 0.1111 | 0.9058 |
|
57 |
+
| 0.2253 | 4.0 | 84 | 0.2333 | 0.0864 | 0.2329 | 0.1906 | 0.1191 | 0.9041 |
|
58 |
+
| 0.1993 | 5.0 | 105 | 0.2329 | 0.0822 | 0.2325 | 0.2303 | 0.1246 | 0.9016 |
|
59 |
+
| 0.1844 | 6.0 | 126 | 0.2357 | 0.0828 | 0.2352 | 0.2284 | 0.1254 | 0.9018 |
|
60 |
+
| 0.165 | 7.0 | 147 | 0.2340 | 0.0819 | 0.2335 | 0.2475 | 0.1329 | 0.9022 |
|
61 |
+
|
62 |
+
|
63 |
+
### Framework versions
|
64 |
+
|
65 |
+
- Transformers 4.45.1
|
66 |
+
- Pytorch 2.4.0
|
67 |
+
- Datasets 3.0.1
|
68 |
+
- Tokenizers 0.20.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 437953512
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c125205a60d1797f10235c0bc177283cccc04591ea626da95b1d4da0bfcb64d2
|
3 |
size 437953512
|