silk-road commited on
Commit
ac0183a
·
1 Parent(s): 95ed018

Upload RobertaForCL

Browse files
Files changed (2) hide show
  1. config.json +4 -2
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,9 +1,12 @@
1
  {
2
  "_name_or_path": "luotuo-bert-en-hf",
3
  "architectures": [
4
- "RobertaModel"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
 
 
 
7
  "bos_token_id": 0,
8
  "classifier_dropout": null,
9
  "eos_token_id": 2,
@@ -18,7 +21,6 @@
18
  "num_attention_heads": 12,
19
  "num_hidden_layers": 12,
20
  "pad_token_id": 1,
21
- "pooler_dim": 1536,
22
  "position_embedding_type": "absolute",
23
  "torch_dtype": "float32",
24
  "transformers_version": "4.23.1",
 
1
  {
2
  "_name_or_path": "luotuo-bert-en-hf",
3
  "architectures": [
4
+ "RobertaForCL"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
+ "auto_map": {
8
+ "AutoModel": "models.RobertaForCL"
9
+ },
10
  "bos_token_id": 0,
11
  "classifier_dropout": null,
12
  "eos_token_id": 2,
 
21
  "num_attention_heads": 12,
22
  "num_hidden_layers": 12,
23
  "pad_token_id": 1,
 
24
  "position_embedding_type": "absolute",
25
  "torch_dtype": "float32",
26
  "transformers_version": "4.23.1",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:75831918d87de7e14e035de7cca626309f3d2da7b11af7a2cde99d08232c82b8
3
- size 498650925
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ba205afe2bcf2a29ed2a5f5bb6571e42e8b32a87a1f1ce473f965c8432deb7e
3
+ size 503377845