atheanchu commited on
Commit
e50cc24
1 Parent(s): 99c7260

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +55 -0
config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/tmp/tmppfzb__ev",
3
+ "architectures": [
4
+ "XLMRobertaModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "export_model_type": "transformer",
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 1024,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 4096,
16
+ "layer_norm_eps": 1e-05,
17
+ "max_position_embeddings": 8194,
18
+ "model_type": "xlm-roberta",
19
+ "neuron": {
20
+ "auto_cast": null,
21
+ "auto_cast_type": null,
22
+ "compiler_type": "neuronx-cc",
23
+ "compiler_version": "2.13.66.0+6dfecc895",
24
+ "disable_fallback": false,
25
+ "disable_fast_relayout": false,
26
+ "dynamic_batch_size": false,
27
+ "inline_weights_to_neff": false,
28
+ "input_names": [
29
+ "input_ids",
30
+ "attention_mask"
31
+ ],
32
+ "model_type": "transformer",
33
+ "optlevel": "2",
34
+ "output_attentions": false,
35
+ "output_hidden_states": false,
36
+ "output_names": [
37
+ "token_embeddings",
38
+ "sentence_embedding"
39
+ ],
40
+ "static_batch_size": 1,
41
+ "static_sequence_length": 1024
42
+ },
43
+ "num_attention_heads": 16,
44
+ "num_hidden_layers": 24,
45
+ "output_past": true,
46
+ "pad_token_id": 1,
47
+ "position_embedding_type": "absolute",
48
+ "task": "feature-extraction",
49
+ "torch_dtype": "float32",
50
+ "torchscript": true,
51
+ "transformers_version": "4.36.2",
52
+ "type_vocab_size": 1,
53
+ "use_cache": true,
54
+ "vocab_size": 250002
55
+ }