当前位置: 首页 > news >正文

教育行业手机wap网站seoul

教育行业手机wap网站,seoul,网站页面链接怎么做,手机登录wordpressDatasets 提供两种数据集对象:Dataset 和 ✨ IterableDataset ✨。 Dataset 提供快速随机访问数据集中的行,并支持内存映射,因此即使加载大型数据集也只需较少的内存。IterableDataset 适用于超大数据集,甚至无法完全下载到磁盘或…

Datasets 提供两种数据集对象:Dataset✨ IterableDataset ✨

  • Dataset 提供快速随机访问数据集中的行,并支持内存映射,因此即使加载大型数据集也只需较少的内存。
  • IterableDataset 适用于超大数据集,甚至无法完全下载到磁盘或内存中。它允许在数据集完全下载之前就开始访问和使用数据集。

0 读取数据

from datasets import load_datasetdataset = load_dataset("rotten_tomatoes", split="train")
dataset
'''
Dataset({features: ['text', 'label'],num_rows: 8530
})
'''

1 Dataset

1.1 索引

dataset[0]
'''
{'text': 'the rock is destined to be the 21st century\'s new " conan " and that he\'s going to make a splash even greater than arnold schwarzenegger , jean-claud van damme or steven segal .','label': 1}
'''dataset[-1]
'''
{'text': 'things really get weird , though not particularly scary : the movie is all portent and no content .','label': 0}
'''dataset[0]['text']
'''
'the rock is destined to be the 21st century\'s new " conan " and that he\'s going to make a splash even greater than arnold schwarzenegger , jean-claud van damme or steven segal .'
'''dataset['text']

1.2 切片

dataset[:3]
'''
{'text': ['the rock is destined to be the 21st century\'s new " conan " and that he\'s going to make a splash even greater than arnold schwarzenegger , jean-claud van damme or steven segal .','the gorgeously elaborate continuation of " the lord of the rings " trilogy is so huge that a column of words cannot adequately describe co-writer/director peter jackson\'s expanded vision of j . r . r . tolkien\'s middle-earth .','effective but too-tepid biopic'],'label': [1, 1, 1]}
'''

2 IterableDataset

当设置 streaming=True 时加载的数据集为 IterableDataset

IterableDataset 的行为与 Dataset 不同:

  • 无法随机访问。
  • 只能逐个迭代获取元素,例如使用 next(iter())for 循环。
from datasets import load_datasetiter_dataset = load_dataset("rotten_tomatoes", split="train",streaming=True)
iter_dataset
'''
IterableDataset({features: ['text', 'label'],n_shards: 1
})
'''
for i in iter_dataset:print(i)break
'''
{'text': 'the rock is destined to be the 21st century\'s new " conan " and that he\'s going to make a splash even greater than arnold schwarzenegger , jean-claud van damme or steven segal .', 'label': 1}
'''

2.1 从现有 Dataset 创建 IterableDataset

iter_dataset2=dataset.to_iterable_dataset()
for i in iter_dataset2:print(i)break
'''
{'text': 'the rock is destined to be the 21st century\'s new " conan " and that he\'s going to make a splash even greater than arnold schwarzenegger , jean-claud van damme or steven segal .', 'label': 1}
'''

2.2  获取指定数量的示例

list(iter_dataset2.take(3))
'''
[{'text': 'the rock is destined to be the 21st century\'s new " conan " and that he\'s going to make a splash even greater than arnold schwarzenegger , jean-claud van damme or steven segal .','label': 1},{'text': 'the gorgeously elaborate continuation of " the lord of the rings " trilogy is so huge that a column of words cannot adequately describe co-writer/director peter jackson\'s expanded vision of j . r . r . tolkien\'s middle-earth .','label': 1},{'text': 'effective but too-tepid biopic', 'label': 1}]
'''

http://www.sczhlp.com/news/73642/

相关文章:

  • 网站开发入那个科目宝安品牌设计公司
  • 优质做网站价格网站怎么做导航页
  • 阿里云 万网 网站免费网站模板库
  • 搞笑网站模板东北网站建设公司
  • 免费建立国外网站南通高端网站
  • 地方门户网站规划一站式企业建站制作
  • 外贸网站 字体推广什么意思
  • 怎么用腾讯云服务器做网站广州昨天发生重大新闻
  • 网站建设公司咨简诉网站建设小组的五类成员
  • 阿里云做网站送服务器吗发稿时间是什么意思
  • ps做 网站标准尺寸是多少合适网站版本功能列表
  • 高端网站建设系统河南怎么建设网站
  • 中恒建设集团有限公司 网站专业的魔站建站系统
  • 做散客机票的网站如何推广合肥设计公司排名
  • 营销网站费用济南市网站推广公司
  • 苏州网站建设找哪家如何建立小企业网站
  • 做网站的主要内容怎么让网站排名下降
  • 网站会对特殊的ip做跳转做网站哪里
  • 咖啡网站建设事业单位考试网站
  • 什么是网站平台开发公司名称查重系统
  • 电子商务网站按其实现的技术可分为python手机版
  • 网站改版被降权网站推广代理
  • 网站开发怎么使用sharepoint哈尔滨市建设工程信息
  • 赣州网站建设价位wordpress会员管理
  • 关键词搜索网站百家号排名
  • 营销型网站有哪些代表怎么制作软件app流程
  • 营销型网站设计网站商城网络推广
  • 网站asp怎么没有菜单栏wordpress excel导入
  • 自己怎么做优惠券网站深圳it培训机构
  • 时尚网站设计案例2022近期重大新闻事件10条