teragron/reviews
收藏Hugging Face2023-10-09 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/teragron/reviews
下载链接
链接失效反馈官方服务:
资源简介:
---
license: mit
language:
- en
tags:
- finance
pretty_name: review_me
size_categories:
- 1M<n<10M
task_categories:
- text-generation
---
Following packages are necessary to compile the model in C:
```bash
sudo apt install gcc-7
```
```bash
sudo apt-get install build-essential
```
```python
for i in range(1,21):
!wget https://huggingface.co/datasets/teragron/reviews/resolve/main/chunk_{i}.bin
```
```bash
git clone https://github.com/karpathy/llama2.c.git
```
```bash
cd llama2.c
```
```bash
pip install -r requirements.txt
```
Path: data/TinyStories_all_data
提供机构:
teragron
原始信息汇总
数据集概述
许可证
- MIT许可证
语言
- 英语
标签
- 金融
易记名称
- review_me
数据集大小
- 1M<n<10M
任务类别
- 文本生成



