conni01 commited on
Commit
ab75bc7
·
verified ·
1 Parent(s): fcce881

Delete phi2-int4-cpu

Browse files
phi2-int4-cpu/genai_config.json DELETED
@@ -1,49 +0,0 @@
1
- {
2
- "model": {
3
- "bos_token_id": 50256,
4
- "context_length": 2048,
5
- "decoder": {
6
- "session_options": {
7
- "log_id": "onnxruntime-genai",
8
- "provider_options": []
9
- },
10
- "filename": "model.onnx",
11
- "head_size": 80,
12
- "hidden_size": 2560,
13
- "inputs": {
14
- "input_ids": "input_ids",
15
- "attention_mask": "attention_mask",
16
- "past_key_names": "past_key_values.%d.key",
17
- "past_value_names": "past_key_values.%d.value"
18
- },
19
- "outputs": {
20
- "logits": "logits",
21
- "present_key_names": "present.%d.key",
22
- "present_value_names": "present.%d.value"
23
- },
24
- "num_attention_heads": 32,
25
- "num_hidden_layers": 32,
26
- "num_key_value_heads": 32
27
- },
28
- "eos_token_id": 50256,
29
- "pad_token_id": 50256,
30
- "type": "phi",
31
- "vocab_size": 51200
32
- },
33
- "search": {
34
- "diversity_penalty": 0.0,
35
- "do_sample": false,
36
- "early_stopping": true,
37
- "length_penalty": 1.0,
38
- "max_length": 2048,
39
- "min_length": 0,
40
- "no_repeat_ngram_size": 0,
41
- "num_beams": 1,
42
- "num_return_sequences": 1,
43
- "past_present_share_buffer": true,
44
- "repetition_penalty": 1.0,
45
- "temperature": 1.0,
46
- "top_k": 50,
47
- "top_p": 1.0
48
- }
49
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
phi2-int4-cpu/model.onnx DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4820e258eda81c37a2ccb4aac32456ea790d7b55ae862fc723e6bcb2c05cdf71
3
- size 236657
 
 
 
 
phi2-int4-cpu/model.onnx.data DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:72ef42be057d5282056a57cf5f0a22838c84df9b55c2f7fc57095748e9c2fa02
3
- size 2184249344
 
 
 
 
phi2-int4-cpu/tokenizer.json DELETED
The diff for this file is too large to render. See raw diff
 
phi2-int4-cpu/tokenizer_config.json DELETED
@@ -1,11 +0,0 @@
1
- {
2
- "add_prefix_space": false,
3
- "backend": "tokenizers",
4
- "bos_token": "<|endoftext|>",
5
- "clean_up_tokenization_spaces": true,
6
- "eos_token": "<|endoftext|>",
7
- "is_local": false,
8
- "model_max_length": 2048,
9
- "tokenizer_class": "TokenizersBackend",
10
- "unk_token": "<|endoftext|>"
11
- }