sethuiyer commited on
Commit
23ea87b
1 Parent(s): 37c251f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -22,7 +22,7 @@ MedleyMD is a Mixure of Experts (MoE) made with the following models using [Lazy
22
  * [sethuiyer/Dr_Samantha_7b_mistral](https://huggingface.co/sethuiyer/Dr_Samantha_7b_mistral)
23
  * [fblgit/UNA-TheBeagle-7b-v1](https://huggingface.co/fblgit/UNA-TheBeagle-7b-v1)
24
 
25
- These models were chosen because `fblgit/UNA-TheBeagle-7b-v1` has excellent performance for a 7B parameter model and Dr.Samantha has capabilities of a medical knowledge-focused model (trained on USMLE databases and doctor-patient interactions) with the philosophical, psychological, and relational understanding, scoring 68.82% in topics related to clinical domain.
26
 
27
  ## 🧩 Configuration
28
 
@@ -49,7 +49,9 @@ GGUF is available to download.
49
  ## Ollama
50
 
51
  MedleyMD is now available on Ollama. You can use it by running the command ```ollama run stuehieyr/medleymd``` in your
52
- terminal. If you have limited computing resources, check out this [video](https://www.youtube.com/watch?v=Qa1h7ygwQq8) to learn how to run it on
 
 
53
  a Google Colab backend.
54
 
55
  ## 💻 Usage
 
22
  * [sethuiyer/Dr_Samantha_7b_mistral](https://huggingface.co/sethuiyer/Dr_Samantha_7b_mistral)
23
  * [fblgit/UNA-TheBeagle-7b-v1](https://huggingface.co/fblgit/UNA-TheBeagle-7b-v1)
24
 
25
+ These models were chosen because `fblgit/UNA-TheBeagle-7b-v1` has excellent performance for a 7B parameter model and Dr.Samantha has capabilities of a medical knowledge-focused model (trained on USMLE databases and doctor-patient interactions) with the philosophical, psychological, and relational understanding, scoring 68.82% in topics related to clinical domain and psychology.
26
 
27
  ## 🧩 Configuration
28
 
 
49
  ## Ollama
50
 
51
  MedleyMD is now available on Ollama. You can use it by running the command ```ollama run stuehieyr/medleymd``` in your
52
+ terminal.
53
+
54
+ If you have limited computing resources, check out this [video](https://www.youtube.com/watch?v=Qa1h7ygwQq8) to learn how to run it on
55
  a Google Colab backend.
56
 
57
  ## 💻 Usage