Finished contrastive learning stage 1
Browse files- config.json +6 -6
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
| 6 |
"bos_token_id": 0,
|
|
@@ -23,16 +23,16 @@
|
|
| 23 |
"no": 0
|
| 24 |
},
|
| 25 |
"layer_norm_eps": 1e-05,
|
| 26 |
-
"max_position_embeddings":
|
| 27 |
-
"model_type": "
|
| 28 |
"num_attention_heads": 12,
|
| 29 |
"num_hidden_layers": 12,
|
| 30 |
-
"output_past": true,
|
| 31 |
"pad_token_id": 1,
|
| 32 |
"position_embedding_type": "absolute",
|
| 33 |
"problem_type": "single_label_classification",
|
| 34 |
-
"
|
|
|
|
| 35 |
"type_vocab_size": 1,
|
| 36 |
"use_cache": true,
|
| 37 |
-
"vocab_size":
|
| 38 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
+
"RobertaForSequenceClassification"
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
| 6 |
"bos_token_id": 0,
|
|
|
|
| 23 |
"no": 0
|
| 24 |
},
|
| 25 |
"layer_norm_eps": 1e-05,
|
| 26 |
+
"max_position_embeddings": 258,
|
| 27 |
+
"model_type": "roberta",
|
| 28 |
"num_attention_heads": 12,
|
| 29 |
"num_hidden_layers": 12,
|
|
|
|
| 30 |
"pad_token_id": 1,
|
| 31 |
"position_embedding_type": "absolute",
|
| 32 |
"problem_type": "single_label_classification",
|
| 33 |
+
"tokenizer_class": "PhobertTokenizer",
|
| 34 |
+
"transformers_version": "4.56.2",
|
| 35 |
"type_vocab_size": 1,
|
| 36 |
"use_cache": true,
|
| 37 |
+
"vocab_size": 64001
|
| 38 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87de3ce39b471bac9f961bb8d7ca4ea169b8f2ebe38ef936bb57218f7b7abb40
|
| 3 |
+
size 540026460
|