datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
CodeLlama-2-20k
CodeLlama-2-20k: A Llama 2 Version of CodeAlpaca
This dataset is the sahil2801/CodeAlpaca-20k dataset with the Llama 2 prompt format described here.
Here is the code I used to format it:
from datasets import load_dataset
# Load the dataset
dataset = load_dataset('sahil2801/CodeAlpaca-20k')
# Define a function to merge the three columns into one
def merge_columns(example):
if example['input']:
merged = f"<s>[INST] <<SYS>>\nBelow is an instruction that describes a task… See the full description on the dataset page: https://huggingface.co/datasets/mlabonne/CodeLlama-2-20k.local-code-arena-mbpp-codellama_7b
Local Code Arena Telemetry: MBPP Benchmark on Code Llama 7B
This repository hosts the raw evaluation metrics, execution telemetry logs, and structural syntax outputs captured from running the Mostly Basic Python Problems (MBPP) benchmark against Meta's Code Llama 7B model.
This specific partition documents the baseline performance of early-generation specialized code engines, establishing a vital chronological anchor point to measure modern post-training alignment improvements.… See the full description on the dataset page: https://huggingface.co/datasets/ShahzebKhoso/local-code-arena-mbpp-codellama_7b.
