File size: 449 Bytes
6f57942
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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?