Machine_Mindset
收藏魔搭社区2025-11-17 更新2024-05-15 收录
下载链接:
https://modelscope.cn/datasets/FarReelAILab/Machine_Mindset
下载链接
链接失效反馈官方服务:
资源简介:
数据集文件元信息以及数据文件,请浏览“数据集文件”页面获取。
当前数据集卡片使用的是默认模版,数据集的贡献者未提供更加详细的数据集介绍,但是您可以通过如下GIT Clone命令,或者ModelScope SDK来下载数据集
#### 下载方法
:modelscope-code[]{type="sdk"}
:modelscope-code[]{type="git"}
### Load with SDK
```python
from modelscope import MsDataset
ds = MsDataset.load('FarReelAILab/Machine_Mindset', split='train')
print(next(iter(ds)))
# Example:
# {'instruction': 'Find a unique way to use a rubber band.', 'input': ' ', 'output': 'A unique way to use a rubber band is to create a DIY hair tie. Take a rubber band and wrap it around your hair, securing it in a ponytail or bun. Rubber bands are stretchy and durable, making them a great alternative to traditional hair ties. Plus, they come in various colors and sizes, allowing you to add a fun and creative touch to your hairstyle.', 'type': 'en_execution_perceiving'}
```
### Data type
```python
en_execution_perceiving
en_energy_extraversion
zh_information_intuition
zh_execution_perceiving
en_execution_judging
zh_energy_extraversion
en_decision_feeling
zh_decision_thinking
zh_execution_judging
zh_information_sensing
zh_energy_introversion
en_decision_thinking
zh_decision_feeling
en_information_sensing
en_information_intuition
en_energy_introversion
```
数据集文件元数据与数据文件,请前往「数据集文件」页面获取。
当前数据集卡片采用默认模板制作,数据集贡献者未提供更详细的数据集说明,但您可通过以下GIT Clone命令或ModelScope SDK下载该数据集。
#### 下载方法
:modelscope-code[]{type="sdk"}
:modelscope-code[]{type="git"}
### 通过SDK加载
python
from modelscope import MsDataset
ds = MsDataset.load('FarReelAILab/Machine_Mindset', split='train')
print(next(iter(ds)))
# 示例:
# {'instruction': '为橡皮筋寻找一种独特的用途。', 'input': ' ', 'output': '使用橡皮筋的一种独特方式是制作DIY发圈。取一根橡皮筋,将其缠绕在头发上,固定成马尾或发髻。橡皮筋兼具弹性与耐用性,是传统发圈的优质替代品。此外,它们拥有多种颜色与尺寸,可为你的发型增添趣味与创意感。', 'type': '执行-感知型(en_execution_perceiving)'}
### 数据类型
python
执行-感知型(en_execution_perceiving)
能量-外倾型(en_energy_extraversion)
信息-直觉型(zh_information_intuition)
执行-感知型(zh_execution_perceiving)
执行-判断型(en_execution_judging)
能量-外倾型(zh_energy_extraversion)
决策-情感型(en_decision_feeling)
决策-思考型(zh_decision_thinking)
执行-判断型(zh_execution_judging)
信息-感觉型(zh_information_sensing)
能量-内倾型(zh_energy_introversion)
决策-思考型(en_decision_thinking)
决策-情感型(zh_decision_feeling)
信息-感觉型(en_information_sensing)
信息-直觉型(en_information_intuition)
能量-内倾型(en_energy_introversion)
提供机构:
maas
创建时间:
2024-01-05



