ManthanKulakarni commited on
Commit
2743775
1 Parent(s): 0a6066e

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
- "_name_or_path": "decapoda-research/llama-13b-hf",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
6
- "bos_token_id": 0,
7
- "eos_token_id": 1,
8
  "hidden_act": "silu",
9
  "hidden_size": 5120,
10
  "initializer_range": 0.02,
@@ -14,7 +14,7 @@
14
  "model_type": "llama",
15
  "num_attention_heads": 40,
16
  "num_hidden_layers": 40,
17
- "pad_token_id": -1,
18
  "rms_norm_eps": 1e-06,
19
  "tie_word_embeddings": false,
20
  "torch_dtype": "float16",
 
1
  {
2
+ "_name_or_path": "/manthan/text-generation-webui/models/huggyllama_llama-13b",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
  "hidden_act": "silu",
9
  "hidden_size": 5120,
10
  "initializer_range": 0.02,
 
14
  "model_type": "llama",
15
  "num_attention_heads": 40,
16
  "num_hidden_layers": 40,
17
+ "pad_token_id": 0,
18
  "rms_norm_eps": 1e-06,
19
  "tie_word_embeddings": false,
20
  "torch_dtype": "float16",
generation_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_from_model_config": true,
3
- "bos_token_id": 0,
4
- "eos_token_id": 1,
5
  "pad_token_id": 0,
6
  "transformers_version": "4.30.2"
7
  }
 
1
  {
2
  "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
  "pad_token_id": 0,
6
  "transformers_version": "4.30.2"
7
  }
pytorch_model-00001-of-00003.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1cd9aec27bf7f0bb3a7db2482e6027ecc5c969954aaf95db9f83e8215aedff98
3
  size 9948730542
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:133e382b4e65ba1f9cfc98152af67936f0f15c9d104e84ef6c46250dd71f1dbd
3
  size 9948730542
pytorch_model-00002-of-00003.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cd14da098c4af0387b85aef2b8a30bea0ad03daaf333f662a71d4038a604c55c
3
  size 9904167200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54f8c156ad6671057b413068cf98b5bdcbfbe53e22e43f176fe73d73460e3bc3
3
  size 9904167200
pytorch_model-00003-of-00003.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4aa49c831a4d59d338789595ebb30103a4b6233fe9e30f3dca9c15b7c029ab23
3
  size 6178984969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3663fe5ab9e4f0d474fcd8e09b7406bac0f95a03e16af1e8afd24232c6b9b6c
3
  size 6178984969
special_tokens_map.json CHANGED
@@ -1,20 +1,20 @@
1
  {
2
  "bos_token": {
3
- "content": "",
4
  "lstrip": false,
5
  "normalized": true,
6
  "rstrip": false,
7
  "single_word": false
8
  },
9
  "eos_token": {
10
- "content": "",
11
  "lstrip": false,
12
  "normalized": true,
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
  "unk_token": {
17
- "content": "",
18
  "lstrip": false,
19
  "normalized": true,
20
  "rstrip": false,
 
1
  {
2
  "bos_token": {
3
+ "content": "<s>",
4
  "lstrip": false,
5
  "normalized": true,
6
  "rstrip": false,
7
  "single_word": false
8
  },
9
  "eos_token": {
10
+ "content": "</s>",
11
  "lstrip": false,
12
  "normalized": true,
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
  "unk_token": {
17
+ "content": "<unk>",
18
  "lstrip": false,
19
  "normalized": true,
20
  "rstrip": false,
tokenizer_config.json CHANGED
@@ -3,7 +3,7 @@
3
  "add_eos_token": false,
4
  "bos_token": {
5
  "__type": "AddedToken",
6
- "content": "",
7
  "lstrip": false,
8
  "normalized": true,
9
  "rstrip": false,
@@ -12,19 +12,19 @@
12
  "clean_up_tokenization_spaces": false,
13
  "eos_token": {
14
  "__type": "AddedToken",
15
- "content": "",
16
  "lstrip": false,
17
  "normalized": true,
18
  "rstrip": false,
19
  "single_word": false
20
  },
21
- "model_max_length": 1000000000000000019884624838656,
22
  "pad_token": null,
23
  "sp_model_kwargs": {},
24
  "tokenizer_class": "LlamaTokenizer",
25
  "unk_token": {
26
  "__type": "AddedToken",
27
- "content": "",
28
  "lstrip": false,
29
  "normalized": true,
30
  "rstrip": false,
 
3
  "add_eos_token": false,
4
  "bos_token": {
5
  "__type": "AddedToken",
6
+ "content": "<s>",
7
  "lstrip": false,
8
  "normalized": true,
9
  "rstrip": false,
 
12
  "clean_up_tokenization_spaces": false,
13
  "eos_token": {
14
  "__type": "AddedToken",
15
+ "content": "</s>",
16
  "lstrip": false,
17
  "normalized": true,
18
  "rstrip": false,
19
  "single_word": false
20
  },
21
+ "model_max_length": 2048,
22
  "pad_token": null,
23
  "sp_model_kwargs": {},
24
  "tokenizer_class": "LlamaTokenizer",
25
  "unk_token": {
26
  "__type": "AddedToken",
27
+ "content": "<unk>",
28
  "lstrip": false,
29
  "normalized": true,
30
  "rstrip": false,