Kquant03 commited on
Commit
3eaffd1
1 Parent(s): ab70efb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -15,7 +15,7 @@ thumbnail: "https://cdn-uploads.huggingface.co/production/uploads/6589d7e6586088
15
  By concatenating layers from different LLMs, it can produce models with an exotic number of parameters (e.g., 9B with two 7B parameter models). These models are often referred to as "frankenmerges" or "Frankenstein models" by the community.
16
 
17
 
18
- Many thanks to [Abacaj](https://huggingface.co/abacaj) for providing the [fine tuned weights](https://huggingface.co/abacaj/phi-2-super) that were used in the creation of this base model. You can find the full script for how the model was merged [here](https://huggingface.co/Replete-AI/Phi-Elothir/blob/main/mergekit_config.yml)...thanks to [KatyTheCutie](https://huggingface.co/KatyTheCutie) for inspring me to test out this script.
19
 
20
  ## This idea was brought to me by [The Face of Goonery](https://huggingface.co/The-Face-Of-Goonery), also known as Caleb Morgan. I have him to thank if fine-tuning this model turns out to be a success
21
  # How to run inference:
@@ -68,7 +68,7 @@ The model uses the same chat template as found in Mistral instruct models:
68
 
69
  # [Join the Replete AI Discord here!](https://discord.gg/tG5aY4EX4T)
70
 
71
- # Merge Recipe:
72
 
73
  ```yml
74
  dtype: float16
 
15
  By concatenating layers from different LLMs, it can produce models with an exotic number of parameters (e.g., 9B with two 7B parameter models). These models are often referred to as "frankenmerges" or "Frankenstein models" by the community.
16
 
17
 
18
+ Many thanks to [Abacaj](https://huggingface.co/abacaj) for providing the [fine tuned weights](https://huggingface.co/abacaj/phi-2-super) that were used in the creation of this base model...thanks to [KatyTheCutie](https://huggingface.co/KatyTheCutie) for inspring me to test out this script.
19
 
20
  ## This idea was brought to me by [The Face of Goonery](https://huggingface.co/The-Face-Of-Goonery), also known as Caleb Morgan. I have him to thank if fine-tuning this model turns out to be a success
21
  # How to run inference:
 
68
 
69
  # [Join the Replete AI Discord here!](https://discord.gg/tG5aY4EX4T)
70
 
71
+ # The Sauce:
72
 
73
  ```yml
74
  dtype: float16