File size: 464 Bytes
9b30e82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
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"
)
```