Spaces:
Build error
Build error
| # Project information | |
| site_name: Toxic Comment Classifier | |
| # defeine TOC or order of website- | |
| nav: | |
| - Home: index.md | |
| - EDA: eda.md | |
| - Experiments: experiments.md | |
| site_author: Shivansh Kaushal | |
| site_description: >- | |
| DESCRIPTION | |
| # Repository | |
| repo_name: shivanshka/Multilingual-Toxic-Comment-Classifier | |
| repo_url: https://github.com/shivanshka/Multilingual-Toxic-Comment-Classifier.git | |
| # Configuration | |
| theme: | |
| name: material | |
| features: | |
| - navigation.tabs | |
| - navigation.sections | |
| - toc.integrate | |
| - navigation.top | |
| language: en | |
| palette: | |
| - scheme: default | |
| toggle: | |
| icon: material/toggle-switch-off-outline | |
| name: Switch to dark mode | |
| primary: teal | |
| accent: purple | |
| - scheme: slate | |
| toggle: | |
| icon: material/toggle-switch | |
| name: Switch to light mode | |
| primary: teal | |
| accent: lime | |
| # logo: PyTorch_logo_icon.svg | |
| extra: | |
| social: | |
| - icon: fontawesome/brands/github-alt | |
| link: https://github.com/shivanshka | |
| #- icon: fontawesome/brands/twitter | |
| # link: https://twitter.com/c17hawke | |
| - icon: fontawesome/brands/linkedin | |
| link: https://linkedin.com/in/shivansh-ka | |
| #- icon: fontawesome/brands/instagram | |
| # link: https://www.instagram.com/c17hawke/ | |
| extra_javascript: | |
| - javascripts/mathjax.js | |
| - https://polyfill.io/v3/polyfill.min.js #?features=es6 | |
| - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js | |
| markdown_extensions: | |
| - pymdownx.highlight: | |
| anchor_linenums: true | |
| - pymdownx.inlinehilite | |
| - pymdownx.snippets | |
| - admonition | |
| - pymdownx.arithmatex: | |
| generic: true | |
| - footnotes | |
| - pymdownx.details | |
| - pymdownx.superfences | |
| - pymdownx.mark | |
| plugins: | |
| - search | |
| copyright: | | |
| © 2022 <a href="https://github.com/shivanshka" target="_blank" rel="noopener">Shivansh Kaushal</a> |