jeff commited on
Commit
fad4557
·
1 Parent(s): 1c3fe99

upload models

Browse files
Files changed (35) hide show
  1. .DS_Store +0 -0
  2. DrHyper_32B/.gitattributes +20 -0
  3. DrHyper_32B/Modelfile +8 -0
  4. DrHyper_32B/config.json +3 -0
  5. DrHyper_32B/generation_config.json +3 -0
  6. DrHyper_32B/model-00001-of-00014.safetensors +3 -0
  7. DrHyper_32B/model-00002-of-00014.safetensors +3 -0
  8. DrHyper_32B/model-00003-of-00014.safetensors +3 -0
  9. DrHyper_32B/model-00004-of-00014.safetensors +3 -0
  10. DrHyper_32B/model-00005-of-00014.safetensors +3 -0
  11. DrHyper_32B/model-00006-of-00014.safetensors +3 -0
  12. DrHyper_32B/model-00007-of-00014.safetensors +3 -0
  13. DrHyper_32B/model-00008-of-00014.safetensors +3 -0
  14. DrHyper_32B/model-00009-of-00014.safetensors +3 -0
  15. DrHyper_32B/model-00010-of-00014.safetensors +3 -0
  16. DrHyper_32B/model-00011-of-00014.safetensors +3 -0
  17. DrHyper_32B/model-00012-of-00014.safetensors +3 -0
  18. DrHyper_32B/model-00013-of-00014.safetensors +3 -0
  19. DrHyper_32B/model-00014-of-00014.safetensors +3 -0
  20. DrHyper_32B/model.safetensors.index.json +3 -0
  21. DrHyper_32B/special_tokens_map.json +3 -0
  22. DrHyper_32B/tokenizer.json +3 -0
  23. DrHyper_32B/tokenizer_config.json +3 -0
  24. DrHyper_7B/.gitattributes +10 -0
  25. DrHyper_7B/Modelfile +8 -0
  26. DrHyper_7B/config.json +3 -0
  27. DrHyper_7B/generation_config.json +3 -0
  28. DrHyper_7B/model-00001-of-00004.safetensors +3 -0
  29. DrHyper_7B/model-00002-of-00004.safetensors +3 -0
  30. DrHyper_7B/model-00003-of-00004.safetensors +3 -0
  31. DrHyper_7B/model-00004-of-00004.safetensors +3 -0
  32. DrHyper_7B/model.safetensors.index.json +3 -0
  33. DrHyper_7B/special_tokens_map.json +3 -0
  34. DrHyper_7B/tokenizer.json +3 -0
  35. DrHyper_7B/tokenizer_config.json +3 -0
.DS_Store ADDED
Binary file (8.2 kB). View file
 
DrHyper_32B/.gitattributes ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ special_tokens_map.json filter=lfs diff=lfs merge=lfs -text
2
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
3
+ tokenizer_config.json filter=lfs diff=lfs merge=lfs -text
4
+ config.json filter=lfs diff=lfs merge=lfs -text
5
+ generation_config.json filter=lfs diff=lfs merge=lfs -text
6
+ model.safetensors.index.json filter=lfs diff=lfs merge=lfs -text
7
+ model-00002-of-00014.safetensors filter=lfs diff=lfs merge=lfs -text
8
+ model-00003-of-00014.safetensors filter=lfs diff=lfs merge=lfs -text
9
+ model-00006-of-00014.safetensors filter=lfs diff=lfs merge=lfs -text
10
+ model-00007-of-00014.safetensors filter=lfs diff=lfs merge=lfs -text
11
+ model-00008-of-00014.safetensors filter=lfs diff=lfs merge=lfs -text
12
+ model-00012-of-00014.safetensors filter=lfs diff=lfs merge=lfs -text
13
+ model-00013-of-00014.safetensors filter=lfs diff=lfs merge=lfs -text
14
+ model-00014-of-00014.safetensors filter=lfs diff=lfs merge=lfs -text
15
+ model-00001-of-00014.safetensors filter=lfs diff=lfs merge=lfs -text
16
+ model-00004-of-00014.safetensors filter=lfs diff=lfs merge=lfs -text
17
+ model-00005-of-00014.safetensors filter=lfs diff=lfs merge=lfs -text
18
+ model-00009-of-00014.safetensors filter=lfs diff=lfs merge=lfs -text
19
+ model-00010-of-00014.safetensors filter=lfs diff=lfs merge=lfs -text
20
+ model-00011-of-00014.safetensors filter=lfs diff=lfs merge=lfs -text
DrHyper_32B/Modelfile ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # ollama modelfile auto-generated by llamafactory
2
+
3
+ FROM .
4
+
5
+ TEMPLATE """<|begin▁of▁sentence|>{{ if .System }}{{ .System }}{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}<|User|>{{ .Content }}<|Assistant|>{{ else if eq .Role "assistant" }}{{ .Content }}<|end▁of▁sentence|>{{ end }}{{ end }}"""
6
+
7
+ PARAMETER stop "<|end▁of▁sentence|>"
8
+ PARAMETER num_ctx 4096
DrHyper_32B/config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f39e4e5370fd61f14a4b9d5c35a6138dc131c113adb4485ea7d8d2424baed11d
3
+ size 767
DrHyper_32B/generation_config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dd737d110cceb8396782d1b0c9196655a4a78fee4de35f056b22d1f9e96bf96
3
+ size 181
DrHyper_32B/model-00001-of-00014.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48f6b473ca076e3bb4f90657ae8ab7911a8f4a03d48be22d8cb39687540e84ec
3
+ size 4891730992
DrHyper_32B/model-00002-of-00014.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6aff6a01d79c5da4c329d721f9f77174a5cd1da5c88ae134c167465faaa10a18
3
+ size 4876059352
DrHyper_32B/model-00003-of-00014.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ef17a29a0d189256d4fc1df69cbd4a1b5a7532aa575f985aafb316fd6f944df
3
+ size 4876059384
DrHyper_32B/model-00004-of-00014.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f7848c98a364c28e37325e4fbe14f7aadd383e4b2729d11937081141fd0cbee
3
+ size 4876059416
DrHyper_32B/model-00005-of-00014.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60f3e5b8bd8f5860574ae4bbfd381e293cf2ae038b8d34960da92a9190e192f2
3
+ size 4876059416
DrHyper_32B/model-00006-of-00014.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7fb51600b034c68491d7a9f3bacca13ee24c3458f11688e41079ef727a0310b
3
+ size 4876059416
DrHyper_32B/model-00007-of-00014.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39b8ff4cdde95dd6904feed5fb73fab3243604634f590c20a699609de2edff4e
3
+ size 4876059416
DrHyper_32B/model-00008-of-00014.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd5304d8a445e733b162f52a429a018cea53dbc91d9e700d20d0090ab3331b55
3
+ size 4876059416
DrHyper_32B/model-00009-of-00014.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:678cb890e2e57f098ab0e3d53bf832bf42baeada36fb16bd4bc3f4abeb856dc1
3
+ size 4876059416
DrHyper_32B/model-00010-of-00014.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77a261642d91a3e17470495d1c7ef4adbffc4b6dfe087703e378fab538717ff1
3
+ size 4876059416
DrHyper_32B/model-00011-of-00014.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e020fc6261778d8e61303a430de0a0d68125425a1095e651cbbb214ffe0fc885
3
+ size 4876059416
DrHyper_32B/model-00012-of-00014.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38fa092f4f72b1ff771f1351e93df18e4ca5fd97499f15029b790bde56478be4
3
+ size 4876059416
DrHyper_32B/model-00013-of-00014.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:900e08f0bfec88de5de519711a70d0e0982e7e9f8f69dd3de89dd18081502113
3
+ size 4876059416
DrHyper_32B/model-00014-of-00014.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed0e01c1a468bfda15218181471cb061a29bfba5e39ca1a9f936f5fa5a4ec4bd
3
+ size 2123397800
DrHyper_32B/model.safetensors.index.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6548816f7ae8cd9fc353a20737f640ad32db6eff13a8c097246084c3207300f
3
+ size 63248
DrHyper_32B/special_tokens_map.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59cda48bbe8bab9d61ffb410e6e3c07b6d98bff73cee7c88ff8b51f95f21ab1c
3
+ size 485
DrHyper_32B/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e20ddafc659ba90242154b55275402edeca0715e5dbb30f56815a4ce081f4893
3
+ size 11422778
DrHyper_32B/tokenizer_config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ce236e90057bbc36feee740e52666fc58103659d82063fc5ddb1355551e8148
3
+ size 6827
DrHyper_7B/.gitattributes ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ model-00004-of-00004.safetensors filter=lfs diff=lfs merge=lfs -text
2
+ model-00001-of-00004.safetensors filter=lfs diff=lfs merge=lfs -text
3
+ model-00002-of-00004.safetensors filter=lfs diff=lfs merge=lfs -text
4
+ model-00003-of-00004.safetensors filter=lfs diff=lfs merge=lfs -text
5
+ config.json filter=lfs diff=lfs merge=lfs -text
6
+ generation_config.json filter=lfs diff=lfs merge=lfs -text
7
+ model.safetensors.index.json filter=lfs diff=lfs merge=lfs -text
8
+ special_tokens_map.json filter=lfs diff=lfs merge=lfs -text
9
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
10
+ tokenizer_config.json filter=lfs diff=lfs merge=lfs -text
DrHyper_7B/Modelfile ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # ollama modelfile auto-generated by llamafactory
2
+
3
+ FROM .
4
+
5
+ TEMPLATE """<|begin▁of▁sentence|>{{ if .System }}{{ .System }}{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}<|User|>{{ .Content }}<|Assistant|>{{ else if eq .Role "assistant" }}{{ .Content }}<|end▁of▁sentence|>{{ end }}{{ end }}"""
6
+
7
+ PARAMETER stop "<|end▁of▁sentence|>"
8
+ PARAMETER num_ctx 4096
DrHyper_7B/config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:075d9b7a8c6ac45edb694a5c22832abcb38a8dc23912daec43eb98a57e24ecc8
3
+ size 796
DrHyper_7B/generation_config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dd737d110cceb8396782d1b0c9196655a4a78fee4de35f056b22d1f9e96bf96
3
+ size 181
DrHyper_7B/model-00001-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a64b21bbcf49a60a9b7a72bb71c1b336834a643b36184bac46eb34fde27b63c9
3
+ size 4877660776
DrHyper_7B/model-00002-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:181ec14f255550e99b1cc97eef0da0f76aebbde88083d74b75b67a3311cd3482
3
+ size 4932751008
DrHyper_7B/model-00003-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f80d3b3b17112f866ec45b236d8d625f077379c333611da48b1ba0d4a9a49f70
3
+ size 4330865200
DrHyper_7B/model-00004-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7946740ab848b4a02904f05bff81211bf9600fc20bfad39bbcc8d1703a40ce1c
3
+ size 1089994880
DrHyper_7B/model.safetensors.index.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:998a078123ffc97763690de7f2a677eb89168af5eaf8a5e12e6bc24d18e25bdb
3
+ size 27752
DrHyper_7B/special_tokens_map.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59cda48bbe8bab9d61ffb410e6e3c07b6d98bff73cee7c88ff8b51f95f21ab1c
3
+ size 485
DrHyper_7B/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e20ddafc659ba90242154b55275402edeca0715e5dbb30f56815a4ce081f4893
3
+ size 11422778
DrHyper_7B/tokenizer_config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ce236e90057bbc36feee740e52666fc58103659d82063fc5ddb1355551e8148
3
+ size 6827