Upload folder using huggingface_hub

#2
This view is limited to 50 files because it contains too many changes.  See the raw diff here.
Files changed (50) hide show
  1. .locks/models--WizardLM--WizardLM-70B-V1.0/21edfc81710e2dc1e41bd42b3a51bfff845568cf.lock +0 -0
  2. .locks/models--WizardLM--WizardLM-70B-V1.0/508754bfb1263631e39be7a2cd3577f6b5657c16.lock +0 -0
  3. .locks/models--WizardLM--WizardLM-70B-V1.0/603a03079fc818533152bed91278fd340c52b82c.lock +0 -0
  4. .locks/models--WizardLM--WizardLM-70B-V1.0/8fec8bc88b5369637bd620dcbefe4d05769a696ade5476ba9e585a65ae4df440.lock +0 -0
  5. .locks/models--WizardLM--WizardLM-70B-V1.0/9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347.lock +0 -0
  6. .locks/models--WizardLM--WizardLM-70B-V1.0/aac9173f90ca8ae7a81f043ac396e55407275a58.lock +0 -0
  7. .locks/models--WizardLM--WizardLM-70B-V1.0/e41416ddd79948246ea2dced6800ea3cd531c424.lock +0 -0
  8. added_tokens.json +3 -0
  9. config.json +26 -0
  10. generation_config.json +10 -0
  11. model-00001-of-00029.safetensors +3 -0
  12. model-00002-of-00029.safetensors +3 -0
  13. model-00003-of-00029.safetensors +3 -0
  14. model-00004-of-00029.safetensors +3 -0
  15. model-00005-of-00029.safetensors +3 -0
  16. model-00006-of-00029.safetensors +3 -0
  17. model-00007-of-00029.safetensors +3 -0
  18. model-00008-of-00029.safetensors +3 -0
  19. model-00009-of-00029.safetensors +3 -0
  20. model-00010-of-00029.safetensors +3 -0
  21. model-00011-of-00029.safetensors +3 -0
  22. model-00012-of-00029.safetensors +3 -0
  23. model-00013-of-00029.safetensors +3 -0
  24. model-00014-of-00029.safetensors +3 -0
  25. model-00015-of-00029.safetensors +3 -0
  26. model-00016-of-00029.safetensors +3 -0
  27. model-00017-of-00029.safetensors +3 -0
  28. model-00018-of-00029.safetensors +3 -0
  29. model-00019-of-00029.safetensors +3 -0
  30. model-00020-of-00029.safetensors +3 -0
  31. model-00021-of-00029.safetensors +3 -0
  32. model-00022-of-00029.safetensors +3 -0
  33. model-00023-of-00029.safetensors +3 -0
  34. model-00024-of-00029.safetensors +3 -0
  35. model-00025-of-00029.safetensors +3 -0
  36. model-00026-of-00029.safetensors +3 -0
  37. model-00027-of-00029.safetensors +3 -0
  38. model-00028-of-00029.safetensors +3 -0
  39. model-00029-of-00029.safetensors +3 -0
  40. pytorch_model-00001-of-00029.bin +3 -0
  41. pytorch_model-00002-of-00029.bin +3 -0
  42. pytorch_model-00003-of-00029.bin +3 -0
  43. pytorch_model-00004-of-00029.bin +3 -0
  44. pytorch_model-00005-of-00029.bin +3 -0
  45. pytorch_model-00006-of-00029.bin +3 -0
  46. pytorch_model-00007-of-00029.bin +3 -0
  47. pytorch_model-00008-of-00029.bin +3 -0
  48. pytorch_model-00009-of-00029.bin +3 -0
  49. pytorch_model-00010-of-00029.bin +3 -0
  50. pytorch_model-00011-of-00029.bin +3 -0
.locks/models--WizardLM--WizardLM-70B-V1.0/21edfc81710e2dc1e41bd42b3a51bfff845568cf.lock ADDED
File without changes
.locks/models--WizardLM--WizardLM-70B-V1.0/508754bfb1263631e39be7a2cd3577f6b5657c16.lock ADDED
File without changes
.locks/models--WizardLM--WizardLM-70B-V1.0/603a03079fc818533152bed91278fd340c52b82c.lock ADDED
File without changes
.locks/models--WizardLM--WizardLM-70B-V1.0/8fec8bc88b5369637bd620dcbefe4d05769a696ade5476ba9e585a65ae4df440.lock ADDED
File without changes
.locks/models--WizardLM--WizardLM-70B-V1.0/9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347.lock ADDED
File without changes
.locks/models--WizardLM--WizardLM-70B-V1.0/aac9173f90ca8ae7a81f043ac396e55407275a58.lock ADDED
File without changes
.locks/models--WizardLM--WizardLM-70B-V1.0/e41416ddd79948246ea2dced6800ea3cd531c424.lock ADDED
File without changes
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[PAD]": 32000
3
+ }
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/home/aiscuser/Llama-2-70b-chat-hf",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 8192,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 28672,
12
+ "max_position_embeddings": 4096,
13
+ "model_type": "llama",
14
+ "num_attention_heads": 64,
15
+ "num_hidden_layers": 80,
16
+ "num_key_value_heads": 8,
17
+ "pad_token_id": 0,
18
+ "pretraining_tp": 1,
19
+ "rms_norm_eps": 1e-05,
20
+ "rope_scaling": null,
21
+ "tie_word_embeddings": false,
22
+ "torch_dtype": "float16",
23
+ "transformers_version": "4.31.0",
24
+ "use_cache": false,
25
+ "vocab_size": 32001
26
+ }
generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 1,
3
+ "eos_token_id": 2,
4
+ "max_length": 4096,
5
+ "pad_token_id": 0,
6
+ "do_sample": true,
7
+ "temperature": 0.9,
8
+ "top_p": 0.6,
9
+ "transformers_version": "4.31.0"
10
+ }
model-00001-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b37c5384a3f08c9b7f595671defab670ecf06d8591f20c24838d313eab8c312d
3
+ size 9437351736
model-00002-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:179582e4734adcba3ef66cb65332a7ae0d5482c1ebb0f9df30f9882699180035
3
+ size 9328332824
model-00003-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6c6af4256728a3ececd2a3f37677dfe40fb89864958588c8a4e6b9b700bc678
3
+ size 9999421088
model-00004-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0290d4d16e8bbf6e1ff650abc3ceede70d246a3b6ab5f48005477e61d518f21a
3
+ size 9932312376
model-00005-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57373446a8bfe5e5a018ec4fcb59ec44d70f304757f7f748870636c8b6007c8d
3
+ size 9328267088
model-00006-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:626de087f6f80fe0e8ea696f4c972ed7537b1bc39c7fc589e6cb47d168613c06
3
+ size 9328332848
model-00007-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1eb392229b50ee79b331ca95841a9bd2d8b0744be9927838b82de3b33502a0e
3
+ size 9328332856
model-00008-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85e679a9ee87efbc9072dbef2c09d2097bef624b94e25aba6e588c9cbda6e520
3
+ size 9999421120
model-00009-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ef967321593494900e31409f09994017d39fa50db140ecd39a27046e30c22f1
3
+ size 9932312392
model-00010-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07e2595e914edd2a674fd0d758b207d984e3903ebaad8e0fa22c12669edfa2b0
3
+ size 9328267088
model-00011-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c1f4ccc00c139a562c9fcbb2c92c0be81e6b983514c0a403d176414bf053819
3
+ size 9328332848
model-00012-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04581c72eaf85eb30eac3052289b30687ecfaf3f290c53b949b5ba1c8772f7bb
3
+ size 9328332856
model-00013-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caf6527dfacce3cf86750c8dc4f07376cfc1da0be837828d307206825b5e8abf
3
+ size 9999421120
model-00014-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cc4cfbc1f45b49511d022f19750856bdfbbbd037ed0d6af16b6fe5f9ec53088
3
+ size 9932312392
model-00015-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:987e302ba9fb7ded7a5673ed2e84793bc46a87fe9288a23af9f881bcc724be45
3
+ size 9328267088
model-00016-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:726e42f9be216387759a073472f8a654a85d271ea6a75497a8103a6051fe33d2
3
+ size 9328332848
model-00017-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a134c60101838b7b23caebf0f20a5e43c2987a55fbbc0724c77c796aab18e599
3
+ size 9328332856
model-00018-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d14d07a7030a345fceac7acfc72fa017a328693418292ac91203d2c077c7c9b1
3
+ size 9999421120
model-00019-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:576afcad41ca1d9eb1ac98d616e4a312a451ab3134add2d44af30f06ae93170a
3
+ size 9932312392
model-00020-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:518234cbfb31a5f354226bbfdfd3703deb57539184f1d65e3d2e860a2c6fee6b
3
+ size 9328267088
model-00021-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd5ea45c6731d3164c6b747983002f0f5d41de4847fcd59f95cd1e7e84e56465
3
+ size 9328332848
model-00022-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee1ac2dee095572731f712d81d441ed123e0c39d1f50633ab668fc29bf91fb18
3
+ size 9328332856
model-00023-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f8ba7d46f69198032f53884d15d5c2d56678df908514c4b9db235d1966e7ef9
3
+ size 9999421120
model-00024-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3ac5559235d76e1b691c5c8550c6e520f05a58baa5ecf3abcd4cce88f69f2cb
3
+ size 9932312392
model-00025-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1d9a3537df5a3526d3a7a3cf6f759631cca637661b52654b4b941dc8be53946
3
+ size 9328267088
model-00026-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cb8204829047181d5e14d92c0b26d9f244f2be747dceec67a50526a4da3bd5d
3
+ size 9328332848
model-00027-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e9233a70b0a6b55fb7dd8872f7bd78bb07279f81a72791b232625f696c8c5f4
3
+ size 9328332856
model-00028-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14e105cbe0ad2d716e343f05c4e8b1042a0f99b86e58d2749c89c7195d700902
3
+ size 9999421120
model-00029-of-00029.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d0c80d7177f4e130d0f7e906e877f4e98cbc8a93ae4dc3793cc89ff9f3ef087
3
+ size 7558335112
pytorch_model-00001-of-00029.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fec8bc88b5369637bd620dcbefe4d05769a696ade5476ba9e585a65ae4df440
3
+ size 9437357897
pytorch_model-00002-of-00029.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3525c7c66ea76c0634d95d1cac991899da468c650230ef0cadb972e22fc3312
3
+ size 9328339409
pytorch_model-00003-of-00029.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fafe5157bd059cc02d431fd5310d5857749b9224bd416cbda7c1f5d612e59362
3
+ size 9999427503
pytorch_model-00004-of-00029.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:688fe47669050d7c37f33e0d1e7079b1c39618039c38722d40f5afa5aeb2089f
3
+ size 9932318513
pytorch_model-00005-of-00029.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:215631080cf223ed3b10527433fe0a8cb58fd8232803c4e3a062662fbfc10674
3
+ size 9328273153
pytorch_model-00006-of-00029.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60d6e4e8b0587e4ab5afa3f3e96f705fe564469ab8ae22041ec2e28075947e61
3
+ size 9328339385
pytorch_model-00007-of-00029.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41c1d019cf7aec2bbdb2e3cd0b0b5834ff1b7459ae341c9744d59042d4626add
3
+ size 9328339409
pytorch_model-00008-of-00029.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d46a5ab93d8ad1c9432dfba8176531f6701d756d163a59d6fadb75d903cd1cee
3
+ size 9999427567
pytorch_model-00009-of-00029.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1c6bcccc3c8c39e80dce8cfeefa9a6646222da1c62bc59fda2875110a96525b
3
+ size 9932318513
pytorch_model-00010-of-00029.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72995fd3cb8fb23cb8a525ccffbbd73d24b7d980e70ae8efe6591918c2f9aa96
3
+ size 9328273153
pytorch_model-00011-of-00029.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de3f0b21843582c6fbd8c39393e5651a6973b4cf159ea6aff9d262d74a9247f0
3
+ size 9328339385