badaoui HF Staff commited on
Commit
63e2102
·
verified ·
1 Parent(s): 7eec7dd

Synchronizing local compiler cache of almanach/camembert-base (#9)

Browse files

- Synchronizing local compiler cache of almanach/camembert-base (097f0f98aad9db84337ac62d265b24fe32c83cdd)

.gitattributes CHANGED
@@ -63,3 +63,4 @@ neuronxcc-2.19.8089.0+8ab9f450/MODULE_6dc18b51a0bd41e6db9b+ed72d204/model.neff f
63
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_bbfac8bf25e0db852ad6+431f5505/model.neff filter=lfs diff=lfs merge=lfs -text
64
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_c6adfb0a32e0702731a6+a9d440f5/model.neff filter=lfs diff=lfs merge=lfs -text
65
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_c6adfb0a32e0702731a6+a9d440f5/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
 
 
63
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_bbfac8bf25e0db852ad6+431f5505/model.neff filter=lfs diff=lfs merge=lfs -text
64
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_c6adfb0a32e0702731a6+a9d440f5/model.neff filter=lfs diff=lfs merge=lfs -text
65
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_c6adfb0a32e0702731a6+a9d440f5/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
66
+ neuronxcc-2.19.8089.0+8ab9f450/MODULE_422b8589ac007d38a4db/model.neuron filter=lfs diff=lfs merge=lfs -text
neuronxcc-2.19.8089.0+8ab9f450/0_REGISTRY/0.3.0/camembert/almanach/camembert-base/422b8589ac007d38a4db.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "SingleModelCacheEntry",
3
+ "_model_id": "almanach/camembert-base",
4
+ "_task": "fill-mask",
5
+ "architectures": [
6
+ "CamembertForMaskedLM"
7
+ ],
8
+ "attention_probs_dropout_prob": 0.1,
9
+ "classifier_dropout": null,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 514,
17
+ "model_type": "camembert",
18
+ "neuron": {
19
+ "auto_cast": null,
20
+ "auto_cast_type": null,
21
+ "compiler_type": "neuronx-cc",
22
+ "compiler_version": "2.19.8089.0+8ab9f450",
23
+ "disable_fallback": false,
24
+ "disable_fast_relayout": false,
25
+ "dynamic_batch_size": false,
26
+ "inline_weights_to_neff": true,
27
+ "input_names": [
28
+ "input_ids",
29
+ "attention_mask"
30
+ ],
31
+ "model_type": "camembert",
32
+ "optlevel": "2",
33
+ "output_attentions": false,
34
+ "output_hidden_states": false,
35
+ "output_names": [
36
+ "logits"
37
+ ],
38
+ "static_batch_size": 1,
39
+ "static_sequence_length": 128,
40
+ "task": "fill-mask",
41
+ "tensor_parallel_size": 1
42
+ },
43
+ "num_attention_heads": 12,
44
+ "num_hidden_layers": 12,
45
+ "output_past": true,
46
+ "position_embedding_type": "absolute",
47
+ "type_vocab_size": 1,
48
+ "use_cache": true,
49
+ "vocab_size": 32005
50
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_422b8589ac007d38a4db/added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<unk>NOTUSED": 32005
3
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_422b8589ac007d38a4db/config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "architectures": [
4
+ "CamembertForMaskedLM"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 5,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 6,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 514,
17
+ "model_type": "camembert",
18
+ "neuron": {
19
+ "auto_cast": null,
20
+ "auto_cast_type": null,
21
+ "compiler_type": "neuronx-cc",
22
+ "compiler_version": "2.19.8089.0+8ab9f450",
23
+ "disable_fallback": false,
24
+ "disable_fast_relayout": false,
25
+ "dynamic_batch_size": false,
26
+ "inline_weights_to_neff": true,
27
+ "input_names": [
28
+ "input_ids",
29
+ "attention_mask"
30
+ ],
31
+ "model_type": "camembert",
32
+ "optlevel": "2",
33
+ "output_attentions": false,
34
+ "output_hidden_states": false,
35
+ "output_names": [
36
+ "logits"
37
+ ],
38
+ "static_batch_size": 1,
39
+ "static_sequence_length": 128,
40
+ "task": "fill-mask",
41
+ "tensor_parallel_size": 1
42
+ },
43
+ "num_attention_heads": 12,
44
+ "num_hidden_layers": 12,
45
+ "output_past": true,
46
+ "pad_token_id": 1,
47
+ "position_embedding_type": "absolute",
48
+ "torch_dtype": "float32",
49
+ "torchscript": true,
50
+ "transformers_version": "4.51.3",
51
+ "type_vocab_size": 1,
52
+ "use_cache": true,
53
+ "vocab_size": 32005
54
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_422b8589ac007d38a4db/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7da8f0b854060660988260ce71f6aa89f6633c9146a96a2cc948ac489d0fed3
3
+ size 341539130
neuronxcc-2.19.8089.0+8ab9f450/MODULE_422b8589ac007d38a4db/sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:988bc5a00281c6d210a5d34bd143d0363741a432fefe741bf71e61b1869d4314
3
+ size 810912
neuronxcc-2.19.8089.0+8ab9f450/MODULE_422b8589ac007d38a4db/special_tokens_map.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<s>NOTUSED",
4
+ "</s>NOTUSED",
5
+ "<unk>NOTUSED"
6
+ ],
7
+ "bos_token": "<s>",
8
+ "cls_token": "<s>",
9
+ "eos_token": "</s>",
10
+ "mask_token": {
11
+ "content": "<mask>",
12
+ "lstrip": true,
13
+ "normalized": false,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ },
17
+ "pad_token": "<pad>",
18
+ "sep_token": "</s>",
19
+ "unk_token": "<unk>"
20
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_422b8589ac007d38a4db/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
neuronxcc-2.19.8089.0+8ab9f450/MODULE_422b8589ac007d38a4db/tokenizer_config.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>NOTUSED",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>NOTUSED",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "4": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "5": {
36
+ "content": "<s>",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ },
43
+ "6": {
44
+ "content": "</s>",
45
+ "lstrip": false,
46
+ "normalized": false,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": true
50
+ },
51
+ "32004": {
52
+ "content": "<mask>",
53
+ "lstrip": true,
54
+ "normalized": false,
55
+ "rstrip": false,
56
+ "single_word": false,
57
+ "special": true
58
+ },
59
+ "32005": {
60
+ "content": "<unk>NOTUSED",
61
+ "lstrip": false,
62
+ "normalized": false,
63
+ "rstrip": false,
64
+ "single_word": false,
65
+ "special": true
66
+ }
67
+ },
68
+ "additional_special_tokens": [
69
+ "<s>NOTUSED",
70
+ "</s>NOTUSED",
71
+ "<unk>NOTUSED"
72
+ ],
73
+ "bos_token": "<s>",
74
+ "clean_up_tokenization_spaces": false,
75
+ "cls_token": "<s>",
76
+ "eos_token": "</s>",
77
+ "extra_special_tokens": {},
78
+ "mask_token": "<mask>",
79
+ "model_max_length": 512,
80
+ "pad_token": "<pad>",
81
+ "sep_token": "</s>",
82
+ "tokenizer_class": "CamembertTokenizer",
83
+ "unk_token": "<unk>"
84
+ }