Fix markdown rendering
Browse files
README.md
CHANGED
|
@@ -11,7 +11,6 @@ extra_gated_fields:
|
|
| 11 |
Affiliation: text
|
| 12 |
---
|
| 13 |
|
| 14 |
-
```markdown
|
| 15 |
<p align="center">
|
| 16 |
<img width="500px" alt="xLAM" src="https://huggingface.co/datasets/jianguozhang/logos/resolve/main/xlam-no-background.png">
|
| 17 |
</p>
|
|
@@ -225,5 +224,4 @@ We want to acknowledge the work which have made contributions to our paper and t
|
|
| 225 |
journal={arXiv preprint arXiv:2409.03215}
|
| 226 |
year={2024}
|
| 227 |
}
|
| 228 |
-
```
|
| 229 |
```
|
|
|
|
| 11 |
Affiliation: text
|
| 12 |
---
|
| 13 |
|
|
|
|
| 14 |
<p align="center">
|
| 15 |
<img width="500px" alt="xLAM" src="https://huggingface.co/datasets/jianguozhang/logos/resolve/main/xlam-no-background.png">
|
| 16 |
</p>
|
|
|
|
| 224 |
journal={arXiv preprint arXiv:2409.03215}
|
| 225 |
year={2024}
|
| 226 |
}
|
|
|
|
| 227 |
```
|