CoolFace
20 results

open-env

open-llm-leaderboard-old /details_Envoid__Libra-19B Dataset Card for Evaluation run of Envoid/Libra-19B Dataset Summary Dataset automatically created during the evaluation run of model Envoid/Libra-19B on the Open LLM Leaderboard. The dataset is composed of 64 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 2 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard-old/details_Envoid__Libra-19B.0 likes583 downloads3y agoHugging Faceopen-llm-leaderboard-old /details_Envoid__Yousei-22B Dataset Card for Evaluation run of Envoid/Yousei-22B Dataset Summary Dataset automatically created during the evaluation run of model Envoid/Yousei-22B on the Open LLM Leaderboard. The dataset is composed of 64 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 2 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard-old/details_Envoid__Yousei-22B.0 likes550 downloads3y agoHugging Faceopen-llm-leaderboard-old /details_fionazhang__mistral-environment-all Dataset Card for Evaluation run of fionazhang/mistral-environment-all Dataset automatically created during the evaluation run of model fionazhang/mistral-environment-all on the Open LLM Leaderboard. The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard-old/details_fionazhang__mistral-environment-all.0 likes541 downloads3y agoHugging Faceopen-llm-leaderboard-old /details_fionazhang__mistral-environment-adapter Dataset Card for Evaluation run of fionazhang/mistral-environment-adapter Dataset automatically created during the evaluation run of model fionazhang/mistral-environment-adapter on the Open LLM Leaderboard. The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard-old/details_fionazhang__mistral-environment-adapter.0 likes532 downloads3y agoHugging Faceopen-llm-leaderboard-old /details_fionazhang__fine-tune-mistral-environment-merge Dataset Card for Evaluation run of fionazhang/fine-tune-mistral-environment-merge Dataset automatically created during the evaluation run of model fionazhang/fine-tune-mistral-environment-merge on the Open LLM Leaderboard. The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard-old/details_fionazhang__fine-tune-mistral-environment-merge.0 likes518 downloads3y agoHugging Facevietgpt /open_subtitles_envi OpenSubtitles Source: https://huggingface.co/datasets/open_subtitles Num examples: 3,505,276 Language: English from datasets import load_dataset load_dataset("tdtunlp/open_subtitles_envi") Format for Translation task def preprocess( sample, instruction_key="### Instruction:", input_key="Input:", response_key="<|endofprompt|>", end_key="<|endoftext|>", en2vi=True, ): if en2vi: if random.random() < 0.5: instruction = "Translate the… See the full description on the dataset page: https://huggingface.co/datasets/vietgpt/open_subtitles_envi.texttranslation1M<n<10M3 likes131 downloads3y agoHugging Face