jinjuneui/asdf
收藏Hugging Face2024-06-06 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/jinjuneui/asdf
下载链接
链接失效反馈官方服务:
资源简介:
---
license: mit
task_categories:
- text-generation
language:
- en
tags:
- chemistry
pretty_name: Chemical Reactions Dataset
size_categories:
- 1K<n<10K
---
```python
from datasets import load_dataset
# 데이터셋 불러오기
dataset = load_dataset("glue", "mrpc")
# 데이터셋 정보 출력
print("Dataset description:", dataset.description)
print("Dataset citation:", dataset.citation)
# 데이터셋 정보 수정
dataset.description = "This is a modified version of the MRPC dataset."
dataset.citation = "Smith, J. et al. (2020). Modified version of the MRPC dataset. Journal of NLP, 10(2), 123-135."
# 수정된 데이터셋 정보 출력
print("Modified dataset description:", dataset.description)
print("Modified dataset citation:", dataset.citation)
提供机构:
jinjuneui
原始信息汇总
数据集概述
许可证
- MIT
任务类别
- 文本生成
语言
- 英语
标签
- 化学
数据集名称
- Chemical Reactions Dataset
数据集大小
- 1K<n<10K



