Glossary

1.4 Data Format

Store data in JSONL format with the following schema: ```json { "messages": [ {"role": "system", "content": "You are an expert in [domain]..."}, {"role": "user", "content": "What is..."}, {"role": "assistant", "content": "Based on..."} ], "source": "pubmed_qa", "quality_score": 0.92 } ``` - Create a

Learn More

Related Terms