jtatman commited on
Commit
0b1ee5b
1 Parent(s): c816699

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -21,4 +21,12 @@ configs:
21
  ---
22
  # Dataset Card for "medical_biological_instruction_format"
23
 
24
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
21
  ---
22
  # Dataset Card for "medical_biological_instruction_format"
23
 
24
+ Best advice:
25
+ - drop the instruction column or use your choice of high-functioning llm to generate variant prompts
26
+ - for medical and science database expansions, i'm having excellent results using:
27
+ - [SciPhi/SciPhi-Mistral-7B-32k](https://huggingface.co/SciPhi/SciPhi-Mistral-7B-32k)
28
+ - [TheBloke/SciPhi-Mistral-7B-32k-GGUF](https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-GGUF)
29
+ - Or if you have RAG setup on a corpus:
30
+ - [SciPhi/Sensei-7B-V2](https://huggingface.co/SciPhi/Sensei-7B-V2)
31
+ - [TheBloke/Sensei-7B-V1-GGUF](https://huggingface.co/TheBloke/Sensei-7B-V1-GGUF)
32
+ - [Falconsai/medical_summarization](https://huggingface.co/Falconsai/medical_summarization)