| title: Some Title # will be used as tab title and for the link. | |
| name: huggingface/deepset/gelectra-large-germanquad # path to model | |
| description: > # Adding > here allows multiline strings | |
| This | |
| is | |
| a | |
| string | |
| accross | |
| multiple | |
| lines | |
| examples: | |
| # This is how we can do nested lists | |
| - # First example | |
| - Foo | |
| - Bar | |
| - # Second example | |
| - > | |
| Hello | |
| world | |
| - Hello who? | |