Upload model
Browse files- config.json +21 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "results/lemon-valley-17/checkpoint-650",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"DenoSentModel"
|
| 5 |
+
],
|
| 6 |
+
"contrastive_temp": 0.05,
|
| 7 |
+
"contrastive_weight": 5.0,
|
| 8 |
+
"decoder_noise_dropout": 0.825,
|
| 9 |
+
"decoder_num_heads": 1,
|
| 10 |
+
"decoder_num_layers": 16,
|
| 11 |
+
"do_contrastive": true,
|
| 12 |
+
"do_generative": true,
|
| 13 |
+
"encoder_name_or_path": "bert-base-uncased",
|
| 14 |
+
"generative_weight": 7.0,
|
| 15 |
+
"hidden_size": 768,
|
| 16 |
+
"max_length": 32,
|
| 17 |
+
"pooler": "mask",
|
| 18 |
+
"prompt_format": "\"[X]\" means [MASK].",
|
| 19 |
+
"torch_dtype": "float32",
|
| 20 |
+
"transformers_version": "4.30.2"
|
| 21 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d2937e12664fff3bb08a4666bc28a2fb881a49e219e3432314f23c886e76a99
|
| 3 |
+
size 944767873
|