CoolFace
16 results

webglm

zai-org /webglm-qa WebGLM-QA Dataset Description WebGLM-QA is the dataset used to train the WebGLM generator module. It consists of 43,579 high-quality data samples for the train split, 1,000 for the validation split, and 400 for the test split. Refer to our paper for the data construction details. Dataset Structure To load the dataset, you can try the following code. from datasets import load_dataset load_dataset("THUDM/webglm-qa") DatasetDict({ train: Dataset({… See the full description on the dataset page: https://huggingface.co/datasets/zai-org/webglm-qa.texttext-generation10K<n<100K65 likes365 downloads3y agoHugging Faceforag /webglm_oetextquestion-answering10K<n<100K0 likes51 downloads3y agoHugging Facephatvo /THUDM__webglm-qa-test-rafttext1K<n<10K0 likes44 downloads2y agoHugging FaceFelladrin /ChatML-WebGLM-QATHUDM/webglm-qa in ChatML format. Python code used for conversion: from datasets import load_dataset import pandas import re import random from transformers import AutoTokenizer tokenizer = AutoTokenizer.from_pretrained( pretrained_model_name_or_path="Felladrin/Llama-160M-Chat-v1" ) dataset = load_dataset("THUDM/webglm-qa", split="train") def format(columns): references = "\n".join( [ f"- {columns['references'][i].strip()}" for i in… See the full description on the dataset page: https://huggingface.co/datasets/Felladrin/ChatML-WebGLM-QA.textquestion-answering10K<n<100K1 likes26 downloads3y agoHugging FaceKnutJaegersberg /webglm_datasettext10K<n<100K0 likes25 downloads3y agoHugging Facevietgpt /webglm-qa Dataset Card for "webglm-qa" More Information needed text10K<n<100K0 likes19 downloads3y agoHugging Face