julian-schelb commited on
Commit
d3d8733
1 Parent(s): 83078d9

Trained with more languages

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "_name_or_path": "./results/checkpoint-final/",
3
  "architectures": [
4
- "RobertaForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 0,
@@ -32,14 +32,14 @@
32
  },
33
  "layer_norm_eps": 1e-05,
34
  "max_position_embeddings": 514,
35
- "model_type": "roberta",
36
  "num_attention_heads": 16,
37
  "num_hidden_layers": 24,
38
  "output_past": true,
39
  "pad_token_id": 1,
40
  "position_embedding_type": "absolute",
41
  "torch_dtype": "float32",
42
- "transformers_version": "4.21.2",
43
  "type_vocab_size": 1,
44
  "use_cache": true,
45
  "vocab_size": 250002
 
1
  {
2
+ "_name_or_path": "xlm-roberta-large",
3
  "architectures": [
4
+ "XLMRobertaForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 0,
 
32
  },
33
  "layer_norm_eps": 1e-05,
34
  "max_position_embeddings": 514,
35
+ "model_type": "xlm-roberta",
36
  "num_attention_heads": 16,
37
  "num_hidden_layers": 24,
38
  "output_past": true,
39
  "pad_token_id": 1,
40
  "position_embedding_type": "absolute",
41
  "torch_dtype": "float32",
42
+ "transformers_version": "4.21.1",
43
  "type_vocab_size": 1,
44
  "use_cache": true,
45
  "vocab_size": 250002