Update README.md
Browse files
README.md
CHANGED
|
@@ -74,6 +74,7 @@ configs:
|
|
| 74 |
data_files:
|
| 75 |
- split: train
|
| 76 |
path: data/train-*
|
|
|
|
| 77 |
---
|
| 78 |
|
| 79 |
# Dataset Card for MaCoCu-sl Multi-Tokenized
|
|
@@ -177,4 +178,4 @@ print(example['micka_struct_tokens'][:20]) # Print first 20 tokens
|
|
| 177 |
|
| 178 |
print(f"--- Statistics ---")
|
| 179 |
print(f"Sentences: {example['sentence_count']}, Paragraphs: {example['paragraph_count']}")
|
| 180 |
-
print(f"Chars: {example['character_length']}, Words: {example['word_count']}")
|
|
|
|
| 74 |
data_files:
|
| 75 |
- split: train
|
| 76 |
path: data/train-*
|
| 77 |
+
license: cc-by-sa-4.0
|
| 78 |
---
|
| 79 |
|
| 80 |
# Dataset Card for MaCoCu-sl Multi-Tokenized
|
|
|
|
| 178 |
|
| 179 |
print(f"--- Statistics ---")
|
| 180 |
print(f"Sentences: {example['sentence_count']}, Paragraphs: {example['paragraph_count']}")
|
| 181 |
+
print(f"Chars: {example['character_length']}, Words: {example['word_count']}")
|