File size: 1,094 Bytes
2afa668
 
 
 
 
 
 
 
 
 
 
cf90f88
2afa668
cf90f88
 
2afa668
 
 
 
 
 
 
 
0b1ee5b
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
dataset_info:
  features:
  - name: question
    dtype: string
  - name: answer
    dtype: string
  - name: instruction
    dtype: string
  splits:
  - name: train
    num_bytes: 4328618
    num_examples: 3000
  download_size: 1750950
  dataset_size: 4328618
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
# Dataset Card for "medical_biological_instruction_format"

Best advice:
- drop the instruction column or use your choice of high-functioning llm to generate variant prompts
- for medical and science database expansions, i'm having excellent results using:
  - [SciPhi/SciPhi-Mistral-7B-32k](https://huggingface.co/SciPhi/SciPhi-Mistral-7B-32k)
  - [TheBloke/SciPhi-Mistral-7B-32k-GGUF](https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-GGUF)
  - Or if you have RAG setup on a corpus:
    - [SciPhi/Sensei-7B-V2](https://huggingface.co/SciPhi/Sensei-7B-V2)
    - [TheBloke/Sensei-7B-V1-GGUF](https://huggingface.co/TheBloke/Sensei-7B-V1-GGUF)
  - [Falconsai/medical_summarization](https://huggingface.co/Falconsai/medical_summarization)