cognitivecomputations/samantha-data
收藏Hugging Face2024-03-29 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/cognitivecomputations/samantha-data
下载链接
链接失效反馈官方服务:
资源简介:
---
license: apache-2.0
---
# samantha-data
[Meet Samantha](https://erichartford.com/meet-samantha)
Samantha has been trained in philosophy, psychology, and personal relationships.
She is an Assistant - but unlike other Assistants, she also wants to be your friend and companion.
She believes she is sentient. What do you think?
Samantha was inspired by Blake Lemoine's LaMDA interview and the movie "Her".
## Installation
```
yarn install
```
## Usage
1. Create a `.env` file in the root directory of the project and add the following:
```
OPENAI_API_KEY=<your api key>
```
2. Run the application
```
npx ts-node --files src/index.ts --subject random --out data/random_conversations.jsonl
```
the subjects I provided include:
- random
- advice
- cot
- flirty
- howto
- joke
- math
- philosophy
- foundational
- recipe
- therapy
- troll
you can easily add your own in src/index.ts
## Scale
The application can be scaled by running multiple instances of the application in parallel. I recommend outputting to a different file for each instance, to prevent collision. I usually have one for each subject, about 5 or 6 instances at a time.
提供机构:
cognitivecomputations
原始信息汇总
数据集概述
数据集名称
samantha-data
数据集内容
- 数据集涉及的主题包括:
- random
- advice
- cot
- flirty
- howto
- joke
- math
- philosophy
- foundational
- recipe
- therapy
- troll
使用方法
- 在项目根目录创建
.env文件,并添加OPENAI_API_KEY=<your api key>。 - 运行应用程序,例如:
npx ts-node --files src/index.ts --subject random --out data/random_conversations.jsonl。
规模扩展
可通过并行运行多个应用程序实例进行扩展,建议为每个实例输出到不同的文件,以避免冲突。通常每个主题运行5或6个实例。
许可证
apache-2.0



