adalbertojunior commited on
Commit
92af712
·
verified ·
1 Parent(s): a7040ab

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +44 -0
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "BAAI/bge-m3-retromae",
3
+ "architectures": [
4
+ "XLMRobertaForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "dropout_task": null,
10
+ "eos_token_id": 2,
11
+ "finetuning_task": "ner",
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 1024,
15
+ "id2label": {
16
+ "0": "O",
17
+ "1": "B-Segmento",
18
+ "2": "I-Segmento",
19
+ "3": "B-Segmento2",
20
+ "4": "I-Segmento2"
21
+ },
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 4096,
24
+ "label2id": {
25
+ "B-Segmento": 1,
26
+ "B-Segmento2": 3,
27
+ "I-Segmento": 2,
28
+ "I-Segmento2": 4,
29
+ "O": 0
30
+ },
31
+ "layer_norm_eps": 1e-05,
32
+ "max_position_embeddings": 8194,
33
+ "model_type": "xlm-roberta",
34
+ "num_attention_heads": 16,
35
+ "num_hidden_layers": 24,
36
+ "output_past": true,
37
+ "pad_token_id": 1,
38
+ "position_embedding_type": "absolute",
39
+ "torch_dtype": "float32",
40
+ "transformers_version": "4.43.4",
41
+ "type_vocab_size": 1,
42
+ "use_cache": true,
43
+ "vocab_size": 250002
44
+ }