Upload XLMRobertaForSequenceClassification

This commit is contained in:
Xiao 2024-03-16 13:48:42 +00:00 committed by system
parent b9ecc2e27f
commit c4b98d2605
No known key found for this signature in database
GPG Key ID: 6A528E38E0733467
2 changed files with 37 additions and 0 deletions

34
config.json Normal file

@ -0,0 +1,34 @@
{
"_name_or_path": "/share/cf/pycharm/reranker-finetune/bge_rerank/finetune_for_m3/m3_reranker",
"architectures": [
"XLMRobertaForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 0,
"classifier_dropout": null,
"eos_token_id": 2,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 1024,
"id2label": {
"0": "LABEL_0"
},
"initializer_range": 0.02,
"intermediate_size": 4096,
"label2id": {
"LABEL_0": 0
},
"layer_norm_eps": 1e-05,
"max_position_embeddings": 8194,
"model_type": "xlm-roberta",
"num_attention_heads": 16,
"num_hidden_layers": 24,
"output_past": true,
"pad_token_id": 1,
"position_embedding_type": "absolute",
"torch_dtype": "float32",
"transformers_version": "4.38.1",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 250002
}

BIN
model.safetensors (Stored with Git LFS) Normal file

Binary file not shown.