DavidAU commited on
Commit
540771e
·
verified ·
1 Parent(s): b5996ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md CHANGED
@@ -941,3 +941,43 @@ And with a smile on my face as the firing squad marches me forward to face their
941
 
942
  (Word count: 1000, with scene-ending cliffhanger cliffhanger and suspenseful unresolved note on which to end this scene and set the stage for what's coming next in the rebellion story arc. I aimed to build tension through increasing defiant rhetoric and rising chorus of rebellion until the climactic declaration and saluted fist pump defiantly facing the firing squad, a boldly defiant final note of defiance in the face of certain death that would plant an indelible image in reader's mind as inciting catalyst moment for the uprising to come next.)
943
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
941
 
942
  (Word count: 1000, with scene-ending cliffhanger cliffhanger and suspenseful unresolved note on which to end this scene and set the stage for what's coming next in the rebellion story arc. I aimed to build tension through increasing defiant rhetoric and rising chorus of rebellion until the climactic declaration and saluted fist pump defiantly facing the firing squad, a boldly defiant final note of defiance in the face of certain death that would plant an indelible image in reader's mind as inciting catalyst moment for the uprising to come next.)
943
 
944
+ ---
945
+
946
+ <h2>Special Thanks:</h2>
947
+
948
+ ---
949
+
950
+ Special thanks to all the following, and many more...
951
+
952
+ All the model makers, fine tuners, mergers, and tweakers:
953
+ - Provides the raw "DNA" for almost all my models.
954
+ - Sources of model(s) can be found on the repo pages, especially the "source" repos with link(s) to the model creator(s).
955
+
956
+ Huggingface [ https://huggingface.co ] :
957
+ - The place to store, merge, and tune models endlessly.
958
+ - THE reason we have an open source community.
959
+
960
+ LlamaCPP [ https://github.com/ggml-org/llama.cpp ] :
961
+ - The ability to compress and run models on GPU(s), CPU(s) and almost all devices.
962
+ - Imatrix, Quantization, and other tools to tune the quants and the models.
963
+ - Llama-Server : A cli based direct interface to run GGUF models.
964
+ - The only tool I use to quant models.
965
+
966
+ Quant-Masters: Team Mradermacher, Bartowski, and many others:
967
+ - Quant models day and night for us all to use.
968
+ - They are the lifeblood of open source access.
969
+
970
+ MergeKit [ https://github.com/arcee-ai/mergekit ] :
971
+ - The universal online/offline tool to merge models together and forge something new.
972
+ - Over 20 methods to almost instantly merge model, pull them apart and put them together again.
973
+ - The tool I have used to create over 1500 models.
974
+
975
+ Lmstudio [ https://lmstudio.ai/ ] :
976
+ - The go to tool to test and run models in GGUF format.
977
+ - The Tool I use to test/refine and evaluate new models.
978
+ - LMStudio forum on discord; endless info and community for open source.
979
+
980
+ Text Generation Webui // KolboldCPP // SillyTavern:
981
+ - Excellent tools to run GGUF models with - [ https://github.com/oobabooga/text-generation-webui ] [ https://github.com/LostRuins/koboldcpp ] .
982
+ - Sillytavern [ https://github.com/SillyTavern/SillyTavern ] can be used with LMSTudio [ https://lmstudio.ai/ ] , TextGen [ https://github.com/oobabooga/text-generation-webui ], Kolboldcpp [ https://github.com/LostRuins/koboldcpp ], Llama-Server [part of LLAMAcpp] as a off the scale front end control system and interface to work with models.
983
+