CreitinGameplays commited on
Commit
7d68283
·
verified ·
1 Parent(s): 39142d6

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -1,34 +1,30 @@
1
  {
2
- "_name_or_path": "voidful/phi-1_5_chat_128k",
3
  "architectures": [
4
- "PhiForCausalLM"
5
  ],
 
6
  "attention_dropout": 0.0,
7
- "bos_token_id": null,
8
- "embd_pdrop": 0.0,
9
- "eos_token_id": null,
10
- "hidden_act": "gelu_new",
11
  "hidden_size": 2048,
12
  "initializer_range": 0.02,
13
- "intermediate_size": 8192,
14
- "layer_norm_eps": 1e-05,
15
  "max_position_embeddings": 2048,
16
- "model_type": "phi",
 
17
  "num_attention_heads": 32,
18
- "num_hidden_layers": 24,
19
- "num_key_value_heads": 32,
20
- "partial_rotary_factor": 0.5,
21
- "qk_layernorm": false,
22
- "resid_pdrop": 0.0,
23
- "rope_scaling": {
24
- "factor": 62.5,
25
- "rope_type": "dynamic",
26
- "type": "dynamic"
27
- },
28
- "rope_theta": 50000.0,
29
  "tie_word_embeddings": false,
30
  "torch_dtype": "float16",
31
  "transformers_version": "4.47.1",
32
  "use_cache": true,
33
- "vocab_size": 81024
34
  }
 
1
  {
2
+ "_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
3
  "architectures": [
4
+ "LlamaForCausalLM"
5
  ],
6
+ "attention_bias": false,
7
  "attention_dropout": 0.0,
8
+ "bos_token_id": 1,
9
+ "eos_token_id": 2,
10
+ "head_dim": 64,
11
+ "hidden_act": "silu",
12
  "hidden_size": 2048,
13
  "initializer_range": 0.02,
14
+ "intermediate_size": 5632,
 
15
  "max_position_embeddings": 2048,
16
+ "mlp_bias": false,
17
+ "model_type": "llama",
18
  "num_attention_heads": 32,
19
+ "num_hidden_layers": 22,
20
+ "num_key_value_heads": 4,
21
+ "pretraining_tp": 1,
22
+ "rms_norm_eps": 1e-05,
23
+ "rope_scaling": null,
24
+ "rope_theta": 10000.0,
 
 
 
 
 
25
  "tie_word_embeddings": false,
26
  "torch_dtype": "float16",
27
  "transformers_version": "4.47.1",
28
  "use_cache": true,
29
+ "vocab_size": 32000
30
  }
generation_config.json CHANGED
@@ -1,9 +1,7 @@
1
  {
2
- "_from_model_config": true,
3
- "eos_token_id": [
4
- 70976,
5
- 50256,
6
- 70977
7
- ],
8
  "transformers_version": "4.47.1"
9
  }
 
1
  {
2
+ "bos_token_id": 1,
3
+ "eos_token_id": 2,
4
+ "max_length": 2048,
5
+ "pad_token_id": 0,
 
 
6
  "transformers_version": "4.47.1"
7
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6956c833e1e651e9d4215157bf70be5b004a24cd3085f279912327598401257e
3
- size 3080956616
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5107763db4cb40674142abf8ceedad03975ebf9531221092d92a93f50ae693ec
3
+ size 2200119664
special_tokens_map.json CHANGED
@@ -1,23 +1,29 @@
1
  {
2
  "bos_token": {
3
- "content": "<|endoftext|>",
4
  "lstrip": false,
5
- "normalized": true,
6
  "rstrip": false,
7
  "single_word": false
8
  },
9
  "eos_token": {
10
- "content": "<|endoftext|>",
11
  "lstrip": false,
12
- "normalized": true,
 
 
 
 
 
 
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
- "pad_token": "<|endoftext|>",
17
  "unk_token": {
18
- "content": "<|endoftext|>",
19
  "lstrip": false,
20
- "normalized": true,
21
  "rstrip": false,
22
  "single_word": false
23
  }
 
1
  {
2
  "bos_token": {
3
+ "content": "<s>",
4
  "lstrip": false,
5
+ "normalized": false,
6
  "rstrip": false,
7
  "single_word": false
8
  },
9
  "eos_token": {
10
+ "content": "</s>",
11
  "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
  "rstrip": false,
21
  "single_word": false
22
  },
 
23
  "unk_token": {
24
+ "content": "<unk>",
25
  "lstrip": false,
26
+ "normalized": false,
27
  "rstrip": false,
28
  "single_word": false
29
  }
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
tokenizer_config.json CHANGED
The diff for this file is too large to render. See raw diff