zhangyong6 commited on
Commit ·
efca2ad
1
Parent(s): 45afdb4
换了样本,训练新版本
Browse files- README.md +2 -2
- eval/similarity_evaluation_dev_results.csv +4 -2
- pytorch_model.bin +1 -1
README.md
CHANGED
|
@@ -82,7 +82,7 @@ The model was trained with the parameters:
|
|
| 82 |
|
| 83 |
**DataLoader**:
|
| 84 |
|
| 85 |
-
`torch.utils.data.dataloader.DataLoader` of length
|
| 86 |
```
|
| 87 |
{'batch_size': 32, 'sampler': 'torch.utils.data.sampler.RandomSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
|
| 88 |
```
|
|
@@ -107,7 +107,7 @@ Parameters of the fit()-Method:
|
|
| 107 |
},
|
| 108 |
"scheduler": "WarmupLinear",
|
| 109 |
"steps_per_epoch": null,
|
| 110 |
-
"warmup_steps":
|
| 111 |
"weight_decay": 0.01
|
| 112 |
}
|
| 113 |
```
|
|
|
|
| 82 |
|
| 83 |
**DataLoader**:
|
| 84 |
|
| 85 |
+
`torch.utils.data.dataloader.DataLoader` of length 383 with parameters:
|
| 86 |
```
|
| 87 |
{'batch_size': 32, 'sampler': 'torch.utils.data.sampler.RandomSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
|
| 88 |
```
|
|
|
|
| 107 |
},
|
| 108 |
"scheduler": "WarmupLinear",
|
| 109 |
"steps_per_epoch": null,
|
| 110 |
+
"warmup_steps": 39,
|
| 111 |
"weight_decay": 0.01
|
| 112 |
}
|
| 113 |
```
|
eval/similarity_evaluation_dev_results.csv
CHANGED
|
@@ -1,3 +1,5 @@
|
|
| 1 |
epoch,steps,cosine_pearson,cosine_spearman,euclidean_pearson,euclidean_spearman,manhattan_pearson,manhattan_spearman,dot_pearson,dot_spearman
|
| 2 |
-
0,100,0.
|
| 3 |
-
0
|
|
|
|
|
|
|
|
|
| 1 |
epoch,steps,cosine_pearson,cosine_spearman,euclidean_pearson,euclidean_spearman,manhattan_pearson,manhattan_spearman,dot_pearson,dot_spearman
|
| 2 |
+
0,100,0.98589092535044,0.9233960478489395,0.993531292132938,0.9233960479076518,0.9935846181432748,0.9233960478636175,0.9855338141497996,0.8647358077658599
|
| 3 |
+
0,200,0.9850877478434688,0.9233960478636175,0.9934566320932146,0.9233960478636175,0.9934532937731365,0.9233960478782957,0.9843395752277033,0.8636469142378425
|
| 4 |
+
0,300,0.9874977144818157,0.9233960478489395,0.9940928955444648,0.9233960478489395,0.9940723274118709,0.9233960478929737,0.9870037581904876,0.8642920135042399
|
| 5 |
+
0,-1,0.9873953279133378,0.9233960478782957,0.9940725124302037,0.9233960478489395,0.994031931311083,0.9233960478782957,0.9870469084779872,0.864212723200055
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 409140017
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e931cde3c752691328948173aefdd48eb027ddea38bac47e6b2fa9bc01c3ca2
|
| 3 |
size 409140017
|