Create README.md
Browse files
README.md
CHANGED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
tags: [Danish, BPE Tokenization, LLaMA]
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
### STD-BPE-LLAMA3.2
|
| 7 |
+
|
| 8 |
+
A standard LLaMA-3.2 model trained with a pretrained Byte-Pair-Encoding (BPE) tokenizer. It provides a benchmark for evaluating the performance of more advanced tokenization approaches.
|