albertvillanova/tmp-mse
收藏Hugging Face2023-03-27 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/albertvillanova/tmp-mse
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
- config_name: default
features:
- name: id
dtype: string
- name: asked_at
dtype: timestamp[s]
- name: author_name
dtype: string
- name: author_rep
dtype: string
- name: score
dtype: int64
- name: title
dtype: string
- name: tags
sequence: string
- name: body
dtype: string
- name: answers
list:
- name: id
dtype: string
- name: body
dtype: string
- name: score
dtype: string
- name: ts
dtype: timestamp[s]
- name: author
dtype: string
- name: author_rep
dtype: 'null'
- name: accepted
dtype: bool
- name: comments
sequence: 'null'
- name: comments
list:
- name: id
dtype: string
- name: body
dtype: string
- name: at
dtype: timestamp[s]
- name: score
dtype: string
- name: author
dtype: string
- name: author_rep
dtype: int64
---
提供机构:
albertvillanova
原始信息汇总
数据集概述
数据集配置
- 配置名称: default
主要特征
-
问题相关特征
id: 字符串类型asked_at: 时间戳类型,单位为秒author_name: 字符串类型author_rep: 字符串类型score: 整数类型title: 字符串类型tags: 字符串序列类型body: 字符串类型
-
答案相关特征
answers: 列表类型,包含以下子特征:id: 字符串类型body: 字符串类型score: 字符串类型ts: 时间戳类型,单位为秒author: 字符串类型author_rep: 空值类型accepted: 布尔类型comments: 空值序列类型
-
评论相关特征
comments: 列表类型,包含以下子特征:id: 字符串类型body: 字符串类型at: 时间戳类型,单位为秒score: 字符串类型author: 字符串类型author_rep: 整数类型



