Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: tokenizers
|
3 |
+
tags: [Danish, BPE Tokenization, LLaMA]
|
4 |
+
---
|
5 |
+
|
6 |
+
### DA-BPE-LLAMA3.2-TOKEN
|
7 |
+
|
8 |
+
A BPE tokenizer optimized for the LLaMA architecture, providing a baseline for subword tokenization in Danish language tasks.
|