Fix YAML frontmatter parsing issue by adding closing delimiter newline
Browse files
README.md
CHANGED
|
@@ -27,7 +27,8 @@ model-index:
|
|
| 27 |
- name: Wer
|
| 28 |
type: wer
|
| 29 |
value: 15.345099014002816
|
| 30 |
-
---
|
|
|
|
| 31 |
|
| 32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 33 |
should probably proofread and complete it, then remove this comment. -->
|
|
|
|
| 27 |
- name: Wer
|
| 28 |
type: wer
|
| 29 |
value: 15.345099014002816
|
| 30 |
+
---
|
| 31 |
+

|
| 32 |
|
| 33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 34 |
should probably proofread and complete it, then remove this comment. -->
|