arch-datasets / README.md
djkruly's picture
Upload README.md with huggingface_hub
9b30e82 verified
|
Raw
History Blame Contribute Delete
464 Bytes
---
license: mit
task_categories:
- text-generation
language:
- en
- ro
size_categories:
- 100M<n<1B
---
# ARCH Datasets - Bilingual (Romanian + English)
Created by Andrei (14yo, Romania).
## Stats
- 644,012 conversations
- ~201M tokens
- Vocab: 16,000
## Usage
```python
from huggingface_hub import hf_hub_download
tokens = hf_hub_download(
repo_id="djkruly/arch-datasets",
filename="chat-bilingual/tokens_chat_v2.bin",
repo_type="dataset"
)
```