Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mkdocs.yml - github.com/TharinduDR/TransQuest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a90d46de27b5cd90b6881c556baf20169887dc25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
site_name: TransQuest

nav:
    - Home: index.md
    - Install: install.md
    - TransQuest Architectures:
      - Sentence-level: architectures/sentence_level_architectures.md
      - Word-level: architectures/word_level_architecture.md
    - Examples:
      - Sentence-level: examples/sentence_level_examples.md
      - Word-level: examples/word_level_examples.md
    - Pre-trained Models:
      - Sentence-level: models/sentence_level_pretrained.md
      - Word-level: models/word_level_pretrained.md
    - Contact: contact.md
theme: material

icon:
    repo: fontawesome/brands/github
repo_url: https://github.com/TharinduDR/TransQuest
repo_name: tharindudr/TransQuest
markdown_extensions:
  - admonition
  - pymdownx.highlight:
      linenums: true
      linenums_style: pymdownx.inline
  - pymdownx.superfences
  - pymdownx.caret
  - pymdownx.mark
  - pymdownx.tilde
  - pymdownx.betterem:
        smart_enable: all
extra:
  generator: false