├── .all-contributorsrc
├── .github
├── FUNDING.yml
├── ISSUE_TEMPLATE
│ ├── bug_report.md
│ └── feature_request.md
├── stale.yml
└── workflows
│ └── pythonpublish.yml
├── .gitignore
├── CHANGELOG.md
├── LICENSE
├── Makefile
├── README.md
├── bin
└── simple-viewer
├── docs
├── .gitignore
├── .jekyll-cache
│ └── Jekyll
│ │ └── Cache
│ │ └── Jekyll--Cache
│ │ └── b7
│ │ └── 9606fb3afea5bd1609ed40b622142f1c98125abcfe89a76a661b0e8e343910
├── 404.html
├── CNAME
├── Gemfile
├── Gemfile.lock
├── _config.yml
├── _data
│ ├── authors.yml
│ ├── comments
│ │ ├── chocolate-chip-cookies
│ │ │ ├── comment-1473870213530.yml
│ │ │ ├── comment-1478213467992.yml
│ │ │ ├── comment-1500181304581.yml
│ │ │ └── comment-1500214855350.yml
│ │ ├── gemified-theme-beta
│ │ │ ├── comment-1479508047505.yml
│ │ │ ├── comment-1480591890264.yml
│ │ │ ├── comment-1482532165381.yml
│ │ │ ├── comment-1483456786593.yml
│ │ │ ├── comment-1483457152038.yml
│ │ │ └── comment-1519412839827.yml
│ │ ├── layout-comments
│ │ │ ├── comment-1470944006665.yml
│ │ │ ├── comment-1470944162041.yml
│ │ │ ├── comment-1472308473018.yml
│ │ │ ├── comment-1514406795156.yml
│ │ │ ├── comment-1514407115153.yml
│ │ │ └── comment-1538482988032.yml
│ │ ├── layout-header-image-horizontal
│ │ │ ├── comment-1483124729757.yml
│ │ │ └── comment-1483128389943.yml
│ │ ├── layout-header-image-text-readability
│ │ │ ├── comment-1474306861206.yml
│ │ │ ├── comment-1479253931238.yml
│ │ │ └── comment-1479265677846.yml
│ │ ├── layout-header-overlay-image
│ │ │ ├── comment-1512840683260.yml
│ │ │ ├── comment-1513110608614.yml
│ │ │ ├── comment-1513111329875.yml
│ │ │ └── comment-1513111563922.yml
│ │ ├── layout-related-posts
│ │ │ ├── comment-1500183131535.yml
│ │ │ └── comment-1500214974083.yml
│ │ ├── layout-sidebar-custom
│ │ │ ├── comment-1519247076880.yml
│ │ │ ├── comment-1519247290410.yml
│ │ │ └── comment-1520748170396.yml
│ │ ├── layout-sidebar-nav-list
│ │ │ ├── comment-1492811460488.yml
│ │ │ └── comment-1492812977693.yml
│ │ ├── layout-table-of-contents-post
│ │ │ ├── comment-1512118683486.yml
│ │ │ ├── comment-1520683848241.yml
│ │ │ ├── comment-1527082094887.yml
│ │ │ ├── comment-1527500055863.yml
│ │ │ ├── comment-1527690060032.yml
│ │ │ ├── comment-1527690281769.yml
│ │ │ └── comment-1540422628114.yml
│ │ ├── markup-image-alignment
│ │ │ └── comment-1534823211504.yml
│ │ ├── markup-more-images
│ │ │ ├── comment-1472040323579.yml
│ │ │ └── comment-1472146638519.yml
│ │ ├── markup-syntax-highlighting
│ │ │ ├── comment-1470969665387.yml
│ │ │ ├── comment-1478928407894.yml
│ │ │ ├── comment-1487758246637.yml
│ │ │ ├── comment-1505403032256.yml
│ │ │ ├── comment-1505403241808.yml
│ │ │ └── comment-1514836962551.yml
│ │ ├── post-future-date
│ │ │ ├── comment-1472064560364.yml
│ │ │ └── comment-1472786137736.yml
│ │ ├── post-gallery
│ │ │ ├── comment-1500055247314.yml
│ │ │ └── comment-1500056210776.yml
│ │ ├── post-modified
│ │ │ ├── comment-1497284119888.yml
│ │ │ ├── comment-1497284892766.yml
│ │ │ └── comment-1520673777110.yml
│ │ ├── post-video-youtube
│ │ │ ├── comment-1506623182288.yml
│ │ │ ├── comment-1506623710918.yml
│ │ │ └── comment-1506632190623.yml
│ │ └── welcome-to-jekyll
│ │ │ ├── comment-1470942205700.yml
│ │ │ ├── comment-1470942247755.yml
│ │ │ ├── comment-1470942265819.yml
│ │ │ ├── comment-1470942493518.yml
│ │ │ ├── comment-1471823346931.yml
│ │ │ ├── comment-1471834988411.yml
│ │ │ ├── comment-1472786599470.yml
│ │ │ ├── comment-1474328950155.yml
│ │ │ ├── comment-1500505983331.yml
│ │ │ ├── comment-1507141538771.yml
│ │ │ ├── comment-1529792272424.yml
│ │ │ └── comment-1529794012288.yml
│ └── navigation.yml
├── _docs
│ ├── 01-installation.md
│ ├── 02-upgrading.md
│ ├── 03-usage.md
│ ├── 03.5-tips-and-tricks.md
│ ├── 04-classification-specifics.md
│ ├── 05-classification-models.md
│ ├── 06-classification-data-formats.md
│ ├── 07-binary-classification.md
│ ├── 08-multi-class-classification.md
│ ├── 09-regression.md
│ ├── 10-sentence-pair-classification.md
│ ├── 11-multi-label-classification.md
│ ├── 12-ner-specifics.md
│ ├── 13-ner-model.md
│ ├── 14-ner-data-formats.md
│ ├── 15-ner-minimal-start.md
│ ├── 16-qa-specifics.md
│ ├── 17-qa-model.md
│ ├── 18-qa-data-formats.md
│ ├── 19-qa-minimal-start.md
│ ├── 20-lm-specifics.md
│ ├── 21-lm-model.md
│ ├── 22-lm-data-formats.md
│ ├── 23-lm-minimal-start.md
│ ├── 24-t5-specifics.md
│ ├── 25-t5-model.md
│ ├── 26-t5-data-formats.md
│ ├── 27-t5-minimal-start.md
│ ├── 28-seq2seq-specifics.md
│ ├── 29-seq2seq-model.md
│ ├── 30-seq2seq-data-formats.md
│ ├── 31-seq2seq-minimal-start.md
│ ├── 32-convAI-specifics.md
│ ├── 33-convAI-model.md
│ ├── 34-convAI-data-formats.md
│ ├── 35-convAI-minimal-start.md
│ ├── 36-text-rep-examples.md
│ ├── 37-text-rep-model.md
│ ├── 38-language-generation-specifics.md
│ ├── 39-language-generation-model.md
│ ├── 40-language-generation-minimal-start.md
│ ├── 41-multi-modal-classification-specifics.md
│ ├── 42-multi-modal-classification-model.md
│ ├── 43-multi-modal-classification-data-formats.md
│ ├── 49-history.md
│ ├── 50-contributing.md
│ ├── 51-docs-old.md
│ ├── 52-license.md
│ ├── 53-terms.md
│ ├── 54-retrieval-specifics.md
│ ├── 55-retrieval-model.md
│ ├── 56-retrieval-data-formats.md
│ └── 57-retrieval-minimal-start.md
├── _drafts
│ └── post-draft.md
├── _pages
│ ├── 404.md
│ ├── about.md
│ ├── archive-layout-with-content.md
│ ├── category-archive.md
│ ├── collection-archive.html
│ ├── edge-case.md
│ ├── home.md
│ ├── lorem-ipsum.md
│ ├── markup.md
│ ├── page-a.md
│ ├── page-archive.html
│ ├── page-b.md
│ ├── pets.md
│ ├── portfolio-archive.md
│ ├── post-archive-feature-rows.html
│ ├── recipes-archive.md
│ ├── sample-page.md
│ ├── sitemap.md
│ ├── splash-page.md
│ ├── tag-archive.md
│ ├── terms.md
│ ├── tutorials.md
│ └── year-archive.md
├── _sass
│ ├── minimal-mistakes.scss
│ └── minimal-mistakes
│ │ ├── _animations.scss
│ │ ├── _archive.scss
│ │ ├── _base.scss
│ │ ├── _buttons.scss
│ │ ├── _footer.scss
│ │ ├── _forms.scss
│ │ ├── _masthead.scss
│ │ ├── _mixins.scss
│ │ ├── _navigation.scss
│ │ ├── _notices.scss
│ │ ├── _page.scss
│ │ ├── _print.scss
│ │ ├── _reset.scss
│ │ ├── _search.scss
│ │ ├── _sidebar.scss
│ │ ├── _syntax.scss
│ │ ├── _tables.scss
│ │ ├── _utilities.scss
│ │ ├── _variables.scss
│ │ └── skins
│ │ ├── _air.scss
│ │ ├── _aqua.scss
│ │ ├── _contrast.scss
│ │ ├── _dark.scss
│ │ ├── _default.scss
│ │ ├── _dirt.scss
│ │ ├── _mint.scss
│ │ ├── _neon.scss
│ │ ├── _plum.scss
│ │ └── _sunrise.scss
├── assets
│ └── images
│ │ ├── 3953273590_704e3899d5_m.jpg
│ │ ├── 500x300.png
│ │ ├── air-skin-archive-large.png
│ │ ├── air-skin-archive.png
│ │ ├── air-skin-post-large.png
│ │ ├── air-skin-post.png
│ │ ├── android-chrome-144x144.png
│ │ ├── android-chrome-192x192.png
│ │ ├── android-chrome-36x36.png
│ │ ├── android-chrome-48x48.png
│ │ ├── android-chrome-72x72.png
│ │ ├── android-chrome-96x96.png
│ │ ├── apple-touch-icon-114x114.png
│ │ ├── apple-touch-icon-120x120.png
│ │ ├── apple-touch-icon-144x144.png
│ │ ├── apple-touch-icon-152x152.png
│ │ ├── apple-touch-icon-180x180.png
│ │ ├── apple-touch-icon-57x57.png
│ │ ├── apple-touch-icon-60x60.png
│ │ ├── apple-touch-icon-72x72.png
│ │ ├── apple-touch-icon-76x76.png
│ │ ├── apple-touch-icon-precomposed.png
│ │ ├── apple-touch-icon.png
│ │ ├── aqua-skin-archive-large.png
│ │ ├── aqua-skin-archive.png
│ │ ├── aqua-skin-post-large.png
│ │ ├── aqua-skin-post.png
│ │ ├── bio-photo-2.jpg
│ │ ├── bio-photo.jpg
│ │ ├── browserconfig.xml
│ │ ├── contrast-code-block.jpg
│ │ ├── contrast-skin-archive-large.png
│ │ ├── contrast-skin-archive.png
│ │ ├── contrast-skin-post-large.png
│ │ ├── contrast-skin-post.png
│ │ ├── dark-code-block.jpg
│ │ ├── dark-skin-archive-large.png
│ │ ├── dark-skin-archive.png
│ │ ├── dark-skin-post-large.png
│ │ ├── dark-skin-post.png
│ │ ├── default-code-block.jpg
│ │ ├── dirt-skin-archive-large.png
│ │ ├── dirt-skin-archive.png
│ │ ├── dirt-skin-post-large.png
│ │ ├── dirt-skin-post.png
│ │ ├── dracula-code-block.jpg
│ │ ├── facebook-share-example.jpg
│ │ ├── favicon-16x16.png
│ │ ├── favicon-32x32.png
│ │ ├── favicon-96x96.png
│ │ ├── favicon.ico
│ │ ├── foo-bar-identity-th.jpg
│ │ ├── foo-bar-identity.jpg
│ │ ├── google-custom-search-engine-layout.png
│ │ ├── home-1.jpg
│ │ ├── home.jpeg
│ │ ├── image-alignment-1200x4002.jpg
│ │ ├── image-alignment-150x150.jpg
│ │ ├── image-alignment-300x200.jpg
│ │ ├── image-alignment-580x300.jpg
│ │ ├── manifest.json
│ │ ├── markup-syntax-highlighting-teaser.jpg
│ │ ├── masthead-search.gif
│ │ ├── michael-rose.jpg
│ │ ├── mint-skin-archive-large.png
│ │ ├── mint-skin-archive.png
│ │ ├── mint-skin-post-large.png
│ │ ├── mint-skin-post.png
│ │ ├── mm-archive-grid-view-example.jpg
│ │ ├── mm-author-profile-reddit-color.png
│ │ ├── mm-author-profile-reddit-gs.png
│ │ ├── mm-author-sidebar-example.jpg
│ │ ├── mm-breadcrumbs-example.jpg
│ │ ├── mm-browser-mockups.png
│ │ ├── mm-bundle-install.gif
│ │ ├── mm-custom-sidebar-example.jpg
│ │ ├── mm-custom-sidebar-nav.jpg
│ │ ├── mm-customizable-feature.png
│ │ ├── mm-free-feature.png
│ │ ├── mm-gh-pages.gif
│ │ ├── mm-github-copy-repo-url.jpg
│ │ ├── mm-github-edit-config.gif
│ │ ├── mm-header-overlay-black-filter.jpg
│ │ ├── mm-header-overlay-red-filter.jpg
│ │ ├── mm-home-page-feature.jpg
│ │ ├── mm-home-post-pagination-example.jpg
│ │ ├── mm-layout-archive-taxonomy.png
│ │ ├── mm-layout-archive.png
│ │ ├── mm-layout-examples.png
│ │ ├── mm-layout-single-header.png
│ │ ├── mm-layout-single-meta.png
│ │ ├── mm-layout-single.png
│ │ ├── mm-layout-splash.png
│ │ ├── mm-masthead-logo.png
│ │ ├── mm-paragraph-indent-example.jpg
│ │ ├── mm-portfolio-collection-example.jpg
│ │ ├── mm-priority-plus-masthead.gif
│ │ ├── mm-read-time-example.jpg
│ │ ├── mm-responsive-feature.png
│ │ ├── mm-single-header-example.jpg
│ │ ├── mm-single-header-overlay-example.jpg
│ │ ├── mm-single-header-overlay-fill-example.jpg
│ │ ├── mm-social-share-links-default.png
│ │ ├── mm-social-share-links-reddit-color.png
│ │ ├── mm-social-share-links-reddit-gs.png
│ │ ├── mm-staticman-pr-webhook.jpg
│ │ ├── mm-susy-grid-overlay.jpg
│ │ ├── mm-teaser-images-example.jpg
│ │ ├── mm-theme-fork-repo.png
│ │ ├── mm-theme-post-600.jpg
│ │ ├── mm-theme-post-750.jpg
│ │ ├── mm-toc-helper-example.jpg
│ │ ├── mm-twitter-card-summary-image.jpg
│ │ ├── mm-twitter-card-summary-large.jpg
│ │ ├── mm-ui-text-labels.jpg
│ │ ├── mstile-144x144.png
│ │ ├── mstile-150x150.png
│ │ ├── mstile-310x150.png
│ │ ├── mstile-310x310.png
│ │ ├── mstile-70x70.png
│ │ ├── neon-code-block.jpg
│ │ ├── neon-skin-archive-large.png
│ │ ├── neon-skin-archive.png
│ │ ├── neon-skin-post-large.png
│ │ ├── neon-skin-post.png
│ │ ├── noun_Lightning.svg
│ │ ├── page-header-image.png
│ │ ├── page-header-og-image.png
│ │ ├── page-header-overlay-image.png
│ │ ├── page-header-teaser.png
│ │ ├── paragraph-indent.png
│ │ ├── paragraph-no-indent.png
│ │ ├── plum-code-block.jpg
│ │ ├── plum-skin-archive-large.png
│ │ ├── plum-skin-archive.png
│ │ ├── plum-skin-post-large.png
│ │ ├── plum-skin-post.png
│ │ ├── robot-face-emoji-by-google.png
│ │ ├── safari-pinned-tab.svg
│ │ ├── search-layout-example.png
│ │ ├── site-logo.png
│ │ ├── social-media-preview.png
│ │ ├── solarized-light-code-block.jpg
│ │ ├── sunrise-code-block.jpg
│ │ ├── sunrise-skin-archive-large.png
│ │ ├── sunrise-skin-archive.png
│ │ ├── sunrise-skin-post-large.png
│ │ ├── sunrise-skin-post.png
│ │ ├── thilina-rajapakse.jpeg
│ │ ├── unsplash-gallery-image-1-th.jpg
│ │ ├── unsplash-gallery-image-1.jpg
│ │ ├── unsplash-gallery-image-2-th.jpg
│ │ ├── unsplash-gallery-image-2.jpg
│ │ ├── unsplash-gallery-image-3-th.jpg
│ │ ├── unsplash-gallery-image-3.jpg
│ │ ├── unsplash-gallery-image-4-th.jpg
│ │ ├── unsplash-gallery-image-4.jpg
│ │ ├── unsplash-image-1.jpg
│ │ ├── unsplash-image-10.jpg
│ │ ├── unsplash-image-11.jpg
│ │ ├── unsplash-image-2.jpg
│ │ ├── unsplash-image-3.jpg
│ │ ├── unsplash-image-4.jpg
│ │ ├── unsplash-image-5.jpg
│ │ ├── unsplash-image-6.jpg
│ │ ├── unsplash-image-7.jpg
│ │ ├── unsplash-image-8.jpg
│ │ └── unsplash-image-9.jpg
├── favicon.ico
├── index.html
├── screenshot-layouts.png
└── screenshot.png
├── examples
├── hyperparameter tuning
│ ├── extended-tuning
│ │ ├── data_prep.py
│ │ ├── readme.md
│ │ ├── sweep_layerwise.py
│ │ ├── sweep_vanilla.py
│ │ ├── train_default.py
│ │ ├── train_layerwise.py
│ │ ├── train_vanilla.py
│ │ └── utils.py
│ └── sweeps.py
├── language_generation
│ ├── data_prep.py
│ ├── fine_tune.py
│ ├── generate.py
│ └── train_new_lm.py
├── language_representation
│ ├── binary_classification_dummy.py
│ └── classification_yelp_polarity
│ │ ├── classification_yelp.py
│ │ └── data_download.sh
├── llms
│ ├── download_squad.ipynb
│ └── train.py
├── named_entity_recognition
│ └── named_entity_recognition.py
├── question_answering
│ ├── lazy_qa.py
│ └── question_answering.py
├── retrieval
│ ├── download_msmarco.py
│ └── train_dpr_base.py
├── seq2seq
│ ├── minimal_seq2seq.py
│ └── paraphrasing
│ │ ├── data_download.sh
│ │ ├── predict.py
│ │ ├── readme.md
│ │ ├── train.py
│ │ └── utils.py
├── t5
│ ├── mixed_tasks
│ │ ├── data_prep.ipynb
│ │ ├── test.py
│ │ └── train.py
│ ├── mt5
│ │ ├── data_prep.ipynb
│ │ ├── test.py
│ │ ├── test_multi_lang.py
│ │ ├── train.py
│ │ ├── translate_dataset.py
│ │ └── translation_models.py
│ ├── mt5_translation
│ │ ├── data_prep.ipynb
│ │ ├── readme.md
│ │ ├── test.py
│ │ └── train.py
│ └── training_on_a_new_task
│ │ ├── data_prep.py
│ │ ├── predict.py
│ │ ├── test.py
│ │ └── train.py
└── text_classification
│ ├── binary_classification.py
│ ├── lazy_loading_regression.py
│ ├── multiclass_classification.py
│ ├── multilabel_classification.py
│ └── yelp_reviews_polarity
│ ├── data_download.sh
│ ├── run_trainers.sh
│ └── train.py
├── requirements-dev.txt
├── setup.cfg
├── setup.py
├── simpletransformers
├── __init__.py
├── classification
│ ├── __init__.py
│ ├── classification_model.py
│ ├── classification_utils.py
│ ├── multi_label_classification_model.py
│ ├── multi_modal_classification_model.py
│ └── transformer_models
│ │ ├── __init__.py
│ │ ├── albert_model.py
│ │ ├── bert_model.py
│ │ ├── camembert_model.py
│ │ ├── distilbert_model.py
│ │ ├── electra_model.py
│ │ ├── flaubert_model.py
│ │ ├── layoutlm_model.py
│ │ ├── longformer_model.py
│ │ ├── mmbt_model.py
│ │ ├── mobilebert_model.py
│ │ ├── roberta_model.py
│ │ ├── xlm_model.py
│ │ ├── xlm_roberta_model.py
│ │ └── xlnet_model.py
├── config
│ ├── __init__.py
│ ├── global_args.py
│ ├── model_args.py
│ └── utils.py
├── conv_ai
│ ├── __init__.py
│ ├── conv_ai_model.py
│ └── conv_ai_utils.py
├── custom_models
│ ├── __init__.py
│ ├── large_representation_retrieval_model.py
│ ├── models.py
│ ├── pretrain_retrieval_model.py
│ ├── reranking_model.py
│ └── retrieval_autoencoder.py
├── experimental
│ ├── __init__.py
│ └── classification
│ │ ├── __init__.py
│ │ ├── classification_model.py
│ │ ├── classification_utils.py
│ │ ├── multi_label_classification_model.py
│ │ └── transformer_models
│ │ ├── __init__.py
│ │ ├── albert_model.py
│ │ ├── bert_model.py
│ │ ├── camembert_model.py
│ │ ├── distilbert_model.py
│ │ ├── roberta_model.py
│ │ ├── xlm_model.py
│ │ └── xlnet_model.py
├── language_generation
│ ├── __init__.py
│ ├── language_generation_model.py
│ └── language_generation_utils.py
├── language_modeling
│ ├── __init__.py
│ ├── language_modeling_model.py
│ └── language_modeling_utils.py
├── language_representation
│ ├── __init__.py
│ ├── representation_model.py
│ └── transformer_models
│ │ ├── __init__.py
│ │ ├── bert_model.py
│ │ └── gpt2_model.py
├── losses
│ ├── __init__.py
│ ├── dice_loss.py
│ ├── focal_loss.py
│ ├── loss_utils.py
│ └── tversky_loss.py
├── model.py
├── ner
│ ├── __init__.py
│ ├── ner_dataset_loading_script
│ │ └── ner_dataset_loading_script.py
│ ├── ner_model.py
│ └── ner_utils.py
├── pretrain_retrieval
│ ├── __init__.py
│ ├── pretrain_retrieval_dataset_loading_script
│ │ └── pretrain_retrieval_dataset_loading_script.py
│ ├── pretrain_retrieval_model.py
│ └── pretrain_retrieval_utils.py
├── question_answering
│ ├── __init__.py
│ ├── qa_dataset_loading_script
│ │ ├── qa_dataset_loading_script.py
│ │ └── qa_dataset_loading_script.py.lock
│ ├── question_answering_model.py
│ └── question_answering_utils.py
├── retrieval
│ ├── __init__.py
│ ├── beir_evaluation.py
│ ├── pytrec_eval_utils.py
│ ├── retrieval_dataset_loading_script
│ │ ├── retrieval_dataset_loading_script.py
│ │ └── retrieval_dataset_loading_script.py.lock
│ ├── retrieval_model.py
│ ├── retrieval_tools.py
│ └── retrieval_utils.py
├── seq2seq
│ ├── __init__.py
│ ├── seq2seq_model.py
│ └── seq2seq_utils.py
├── streamlit
│ ├── __init__.py
│ ├── classification_view.py
│ ├── ner_view.py
│ ├── qa_view.py
│ ├── simple_view.py
│ ├── streamlit_utils.py
│ └── t5_view.py
└── t5
│ ├── __init__.py
│ ├── t5_model.py
│ └── t5_utils.py
├── tests
├── language_modeling
│ └── test_language_modeling_only.py
├── test_classification.py
├── test_language_modeling.py
├── test_language_representation.py
├── test_named_entity_recognition.py
├── test_question_answering.py
├── test_seq2seq.py
└── test_t5.py
└── train.txt
/.github/FUNDING.yml:
--------------------------------------------------------------------------------
1 | # These are supported funding model platforms
2 |
3 | github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4 | patreon: thilinarajapakse
5 | open_collective: # Replace with a single Open Collective username
6 | ko_fi: # Replace with a single Ko-fi username
7 | tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8 | community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9 | liberapay: # Replace with a single Liberapay username
10 | issuehunt: # Replace with a single IssueHunt username
11 | otechie: # Replace with a single Otechie username
12 | custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
13 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/bug_report.md:
--------------------------------------------------------------------------------
1 | ---
2 | name: Bug report
3 | about: Create a report to help us improve
4 | title: ''
5 | labels: ''
6 | assignees: ''
7 |
8 | ---
9 |
10 | **Describe the bug**
11 | A clear and concise description of what the bug is. Please specify the class causing the issue.
12 |
13 | **To Reproduce**
14 | Steps to reproduce the behavior:
15 |
16 | **Expected behavior**
17 | A clear and concise description of what you expected to happen.
18 |
19 | **Screenshots**
20 | If applicable, add screenshots to help explain your problem.
21 |
22 | **Desktop (please complete the following information):**
23 | - OS
24 |
25 | **Additional context**
26 | Add any other context about the problem here.
27 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/feature_request.md:
--------------------------------------------------------------------------------
1 | ---
2 | name: Feature request
3 | about: Suggest an idea for this project
4 | title: ''
5 | labels: ''
6 | assignees: ''
7 |
8 | ---
9 |
10 | **Is your feature request related to a problem? Please describe.**
11 | A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12 |
13 | **Describe the solution you'd like**
14 | A clear and concise description of what you want to happen.
15 |
16 | **Describe alternatives you've considered**
17 | A clear and concise description of any alternative solutions or features you've considered.
18 |
19 | **Additional context**
20 | Add any other context or screenshots about the feature request here.
21 |
--------------------------------------------------------------------------------
/.github/stale.yml:
--------------------------------------------------------------------------------
1 | # Number of days of inactivity before an issue becomes stale
2 | daysUntilStale: 60
3 | # Number of days of inactivity before a stale issue is closed
4 | daysUntilClose: 7
5 | # Issues with these labels will never be considered stale
6 | exemptLabels:
7 | - pinned
8 | - security
9 | # Label to use when marking an issue as stale
10 | staleLabel: stale
11 | # Comment to post when marking an issue as stale. Set to `false` to disable
12 | markComment: >
13 | This issue has been automatically marked as stale because it has not had
14 | recent activity. It will be closed if no further activity occurs. Thank you
15 | for your contributions.
16 | # Comment to post when closing a stale issue. Set to `false` to disable
17 | closeComment: false
18 |
--------------------------------------------------------------------------------
/.github/workflows/pythonpublish.yml:
--------------------------------------------------------------------------------
1 | name: Upload Python Package
2 |
3 | on: push
4 |
5 | jobs:
6 | deploy:
7 | runs-on: ubuntu-latest
8 | steps:
9 | - uses: actions/checkout@v1
10 | - name: Set up Python
11 | uses: actions/setup-python@v1
12 | with:
13 | python-version: '3.x'
14 | - name: Install dependencies
15 | run: |
16 | python -m pip install --upgrade pip
17 | pip install setuptools wheel twine
18 | python setup.py sdist bdist_wheel
19 | - name: Publish package
20 | if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
21 | uses: pypa/gh-action-pypi-publish@release/v1
22 | with:
23 | user: __token__
24 | password: ${{ secrets.PYPI_PASSWORD }}
25 |
--------------------------------------------------------------------------------
/Makefile:
--------------------------------------------------------------------------------
1 | install:
2 | pip install -e .
3 | pip install -r requirements-dev.txt
4 | pip list
5 |
6 | clean:
7 | find . -name '*.pyc' -exec rm -f {} +
8 | find . -name '*.pyo' -exec rm -f {} +
9 | find . -name '*~' -exec rm -f {} +
10 |
11 | clean-test:
12 | -rm -r .coverage*
13 | -rm -r data
14 | -rm -r runs
15 | -rm -r outputs
16 | -rm -r cache_dir
17 | -rm -r wandb
18 | -rm train.txt
19 |
20 | formatter:
21 | black --line-length 119 simpletransformers tests --exclude simpletransformers/experimental\
22 |
23 | lint: clean
24 | flake8 simpletransformers tests --exclude=simpletransformers/experimental
25 | black --check --line-length 119 . simpletransformers tests --exclude simpletransformers/experimental
26 |
27 | types:
28 | pytype --keep-going simpletransformers --exclude simpletransformers/experimental
29 |
30 | test: clean
31 | pytest tests --cov simpletransformers/classification simpletransformers/ner simpletransformers/question_answering simpletransformers/language_modeling simpletransformers/t5 simpletransformers/seq2seq
32 |
33 | test-lm: clean
34 | pytest tests/language_modeling --cov simpletransformers/language_modeling
35 |
36 | # if this runs through we can be sure the readme is properly shown on pypi
37 | check-readme:
38 | python setup.py check --restructuredtext
39 |
--------------------------------------------------------------------------------
/bin/simple-viewer:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | cat >run_simple_transformers_streamlit_app.py <<'END_SCRIPT'
3 | #!/usr/bin/env python
4 | from simpletransformers.streamlit.simple_view import streamlit_runner
5 |
6 |
7 | streamlit_runner()
8 |
9 | END_SCRIPT
10 |
11 | # Run
12 | streamlit run run_simple_transformers_streamlit_app.py
13 |
14 | rm run_simple_transformers_streamlit_app.py
15 |
--------------------------------------------------------------------------------
/docs/.gitignore:
--------------------------------------------------------------------------------
1 | _site
2 | .sass-cache
3 | .jekyll-cache
4 | .jekyll-metadata
5 | vendor
6 |
--------------------------------------------------------------------------------
/docs/.jekyll-cache/Jekyll/Cache/Jekyll--Cache/b7/9606fb3afea5bd1609ed40b622142f1c98125abcfe89a76a661b0e8e343910:
--------------------------------------------------------------------------------
1 | I"%{"source"=>"/home/thilina/Projects/simple-transformers/docs", "destination"=>"/home/thilina/Projects/simple-transformers/docs/_site", "collections_dir"=>"", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"/:categories/:year/:month/:day/:title:output_ext"}}, "safe"=>false, "include"=>[".htaccess"], "exclude"=>[".sass-cache", ".jekyll-cache", "gemfiles", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"], "keep_files"=>[".git", ".svn"], "encoding"=>"utf-8", "markdown_ext"=>"markdown,mkdown,mkdn,mkd,md", "strict_front_matter"=>false, "show_drafts"=>nil, "limit_posts"=>0, "future"=>false, "unpublished"=>false, "whitelist"=>[], "plugins"=>[], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>nil, "show_dir_listing"=>false, "permalink"=>"date", "paginate_path"=>"/page:num", "timezone"=>nil, "quiet"=>false, "verbose"=>false, "defaults"=>[], "liquid"=>{"error_mode"=>"warn", "strict_filters"=>false, "strict_variables"=>false}, "kramdown"=>{"auto_ids"=>true, "toc_levels"=>"1..6", "entity_output"=>"as_char", "smart_quotes"=>"lsquo,rsquo,ldquo,rdquo", "input"=>"GFM", "hard_wrap"=>false, "guess_lang"=>true, "footnote_nr"=>1, "show_warnings"=>false}, "livereload_port"=>35729, "serving"=>true, "watch"=>true, "url"=>"http://localhost:4000"}:ET
--------------------------------------------------------------------------------
/docs/404.html:
--------------------------------------------------------------------------------
1 | ---
2 | permalink: /404.html
3 | layout: default
4 | ---
5 |
6 |
19 |
20 |
21 |
404
22 |
23 |
Page not found :(
24 |
The requested page could not be found.
25 |
26 |
--------------------------------------------------------------------------------
/docs/CNAME:
--------------------------------------------------------------------------------
1 | simpletransformers.ai
--------------------------------------------------------------------------------
/docs/Gemfile:
--------------------------------------------------------------------------------
1 | source "https://rubygems.org"
2 |
3 | gem "github-pages", group: :jekyll_plugins
4 | gem 'jekyll-include-cache'
--------------------------------------------------------------------------------
/docs/_data/authors.yml:
--------------------------------------------------------------------------------
1 | # Authors
2 |
3 | Billy Rick:
4 | name : "Billy Rick"
5 | bio : "What do you want, jewels? I am a very extravagant man."
6 | avatar : "/assets/images/bio-photo-2.jpg"
7 | links:
8 | - label: "Email"
9 | icon: "fas fa-fw fa-envelope-square"
10 | url: "mailto:billyrick@rick.com"
11 | - label: "Website"
12 | icon: "fas fa-fw fa-link"
13 | url: "https://thewhip.com"
14 | - label: "Twitter"
15 | icon: "fab fa-fw fa-twitter-square"
16 | url: "https://twitter.com/extravagantman"
17 |
18 | Cornelius Fiddlebone:
19 | name : "Cornelius Fiddlebone"
20 | bio : "I ordered what?"
21 | avatar : "/assets/images/bio-photo.jpg"
22 | links:
23 | - label: "Email"
24 | icon: "fas fa-fw fa-envelope-square"
25 | url: "mailto:cornelius@thewhip.com"
26 | - label: "Twitter"
27 | icon: "fab fa-fw fa-twitter-square"
28 | url: "https://twitter.com/rhymeswithsackit"
--------------------------------------------------------------------------------
/docs/_data/comments/chocolate-chip-cookies/comment-1473870213530.yml:
--------------------------------------------------------------------------------
1 | message: Cooooookies! Yum! (Thanks for this awesome them.. and... recipe..)
2 | name: Markus
3 | email: f6f9be6ae6e174661ea7c87a520ffef8
4 | url: 'http://www.markusgiesen.com'
5 | hidden: ''
6 | date: '2016-09-14T16:23:32.840Z'
7 |
--------------------------------------------------------------------------------
/docs/_data/comments/chocolate-chip-cookies/comment-1478213467992.yml:
--------------------------------------------------------------------------------
1 | message: "DELETE ME\r\n\r\njust trying out the comment system"
2 | name: Donald Duck
3 | email: cfedc848417c6ed0ce1eed35e741b26e
4 | url: 'http://disney.com'
5 | hidden: ''
6 | date: '2016-11-03T22:51:07.174Z'
7 |
--------------------------------------------------------------------------------
/docs/_data/comments/chocolate-chip-cookies/comment-1500181304581.yml:
--------------------------------------------------------------------------------
1 | _id: dcd6d950-69e3-11e7-8901-815fa61174ff
2 | message: >-
3 | I'm exploring this theme. Apparently replies are not supported on this theme
4 | (yet). Am I correct?
5 | name: Harry
6 | email: 58dfe5ef6aaf9bf9af5a0b17b52e6168
7 | url: 'http://www.deepfriedbrainproject.com'
8 | hidden: ''
9 | date: '2017-07-16T05:01:44.574Z'
10 |
--------------------------------------------------------------------------------
/docs/_data/comments/chocolate-chip-cookies/comment-1500214855350.yml:
--------------------------------------------------------------------------------
1 | _id: faa63db0-6a31-11e7-8901-815fa61174ff
2 | message: >-
3 | @Harry - That's correct. See [this issue on
4 | GitHub](https://github.com/mmistakes/minimal-mistakes/issues/803) for more
5 | context as to why replies aren't added yet.
6 | name: Michael Rose
7 | email: 1ce71bc10b86565464b612093d89707e
8 | url: 'https://mademistakes.com'
9 | hidden: ''
10 | date: '2017-07-16T14:20:55.348Z'
11 |
--------------------------------------------------------------------------------
/docs/_data/comments/gemified-theme-beta/comment-1479508047505.yml:
--------------------------------------------------------------------------------
1 | message: wonderful theme!
2 | name: burner
3 | email: 7327e2b38683d37634ada1dfa1d9f6e7
4 | url: ''
5 | hidden: ''
6 | date: '2016-11-18T22:27:26.851Z'
7 |
--------------------------------------------------------------------------------
/docs/_data/comments/gemified-theme-beta/comment-1480591890264.yml:
--------------------------------------------------------------------------------
1 | _id: b3f80ef0-b7b9-11e6-9b81-0bc3350a75b6
2 | message: Awesome....
3 | name: Joko
4 | email: e173d909aa244a3fbf81908da947ff94
5 | url: ''
6 | hidden: ''
7 | date: '2016-12-01T11:31:30.231Z'
8 |
--------------------------------------------------------------------------------
/docs/_data/comments/gemified-theme-beta/comment-1482532165381.yml:
--------------------------------------------------------------------------------
1 | _id: 4218daa0-c95f-11e6-b347-77ada084d3be
2 | message: Agreed
3 | name: Bob
4 | email: d73914c0f3c7350b9fbc0790e1fc0412
5 | url: ''
6 | hidden: ''
7 | date: '2016-12-23T22:29:25.380Z'
8 | data: '2016-12-23T22:29:25.380Z'
9 |
--------------------------------------------------------------------------------
/docs/_data/comments/gemified-theme-beta/comment-1483456786593.yml:
--------------------------------------------------------------------------------
1 | _id: 0ef265d0-d1c8-11e6-b0a9-efc179b06d97
2 | message: "Got a little problem here,\r\n\r\nIf I'm using Github pages, should I delete those Theme files?\r\n\r\nbecause after I `bundle update`, they didn't generated as expected, or I've misunderstanding.\r\n\r\nOr, I should follow the instruction in Installation:\r\n> To maintain a local Jekyll environment in sync with GitHub Pages replace the gem \"jekyll\" line with gem \"github-pages\", group: :jekyll_plugins and run the following:\r\n\r\nThanks : )"
3 | name: Specialvict
4 | email: e568a82db250c5130842f4fa42d5cacf
5 | url: 'https://oaleeapp.info'
6 | hidden: ''
7 | date: '2017-01-03T15:19:46.590Z'
8 |
--------------------------------------------------------------------------------
/docs/_data/comments/gemified-theme-beta/comment-1483457152038.yml:
--------------------------------------------------------------------------------
1 | _id: e91c28e0-d1c8-11e6-b0a9-efc179b06d97
2 | message: "@Specialvict - follow [these instructions](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#github-pages-compatible-method) in the docs. The theme gem install instructions don't apply to you since GitHub Pages doesn't support 3rd party gem themes yet.\r\n\r\nYou need to install the old way of forking the theme files."
3 | name: Michael Rose
4 | email: 1ce71bc10b86565464b612093d89707e
5 | url: 'https://mademistakes.com'
6 | hidden: ''
7 | date: '2017-01-03T15:25:52.037Z'
8 |
--------------------------------------------------------------------------------
/docs/_data/comments/gemified-theme-beta/comment-1519412839827.yml:
--------------------------------------------------------------------------------
1 | _id: c4c722a0-18cc-11e8-81e7-ad1d9008e648
2 | message: great theme!
3 | name: vern
4 | email: a6f5c444240028e515acd8e8808cd130
5 | url: ''
6 | hidden: ''
7 | date: '2018-02-23T19:07:19.827Z'
8 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-comments/comment-1470944006665.yml:
--------------------------------------------------------------------------------
1 | message: "\r\n\r\n“It's hard to be an artist. It's hard to be anything. It's hard to be.”"
2 | name: Bill Murray
3 | email: b0caa2a71f5066b3d90711c224578c21
4 | url: ''
5 | hidden: ''
6 | date: '2016-08-11T19:33:25.928Z'
7 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-comments/comment-1470944162041.yml:
--------------------------------------------------------------------------------
1 | message: "> “I never had seen Seinfeld, and they said, ‘Oh, it’s the last episode.’ And I said, ‘Oh, I’ll watch Seinfeld.’ And it was terrible.”\r\n>\r\n> *— From a 2014 interview with Howard Stern*"
2 | name: Anonymous
3 | email: 8c7e898f1b570760f834ecc03edf6b35
4 | url: ''
5 | hidden: ''
6 | date: '2016-08-11T19:36:01.033Z'
7 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-comments/comment-1472308473018.yml:
--------------------------------------------------------------------------------
1 | message: test
2 | name: test
3 | email: c028c75814332d38e088e43a252b7092
4 | url: ''
5 | hidden: ''
6 | date: '2016-08-27T14:34:32.281Z'
7 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-comments/comment-1514406795156.yml:
--------------------------------------------------------------------------------
1 | _id: 29e7b010-eb45-11e7-a44f-935f90061bb7
2 | message: >-
3 | I am not able to figure out the staticman v2 comments. Please help. Even after
4 | updating the end points also its throws me a message that there is an error
5 | with submission
6 | name: Krishna
7 | email: 72e637576fd8729a323d648719daf631
8 | url: ''
9 | hidden: ''
10 | date: '2017-12-27T20:33:15.155Z'
11 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-comments/comment-1514407115153.yml:
--------------------------------------------------------------------------------
1 | _id: e8aa5fc0-eb45-11e7-a44f-935f90061bb7
2 | message: "Please open issue on GitHub and provide a link to a public repo.\r\n\r\n"
3 | name: Michael Rose
4 | email: 1ce71bc10b86565464b612093d89707e
5 | url: 'https://mademistakes.com'
6 | hidden: ''
7 | date: '2017-12-27T20:38:35.152Z'
8 | timestamp: 1514407115
9 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-comments/comment-1538482988032.yml:
--------------------------------------------------------------------------------
1 | _id: eb2fc040-c63d-11e8-a3e5-1590186c2f0d
2 | message: >-
3 | Took a while to get commenting working for me, but got it in the end. I used
4 | the layout for the comments here on my own site. Very clean.
5 | name: Bobby
6 | email: 2f9024d5ac2e697176aab289c8c7ab76
7 | url: ''
8 | hidden: ''
9 | date: '2018-10-02T12:23:08.031Z'
10 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-header-image-horizontal/comment-1483124729757.yml:
--------------------------------------------------------------------------------
1 | _id: edfee0e0-cec2-11e6-9fec-f15f86beaa6c
2 | message: "How do I add a header image to the minimal mistakes theme? It's given in documentation to add a YAML front matter. But it's not given where to add it? \r\nHeader documentation"
3 | name: shivam mitra
4 | email: 38e378dc28daa978e5e7296723b3a65c
5 | url: 'https://codophobia.github.io/'
6 | hidden: ''
7 | date: '2016-12-30T19:05:29.755Z'
8 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-header-image-horizontal/comment-1483128389943.yml:
--------------------------------------------------------------------------------
1 | _id: 73977ed0-cecb-11e6-9fec-f15f86beaa6c
2 | message: >-
3 | You add it to the YAML Front Matter of the post or page you want the header
4 | on. It's not globally assigned. If you want the same header on every page you
5 | could set it with [front matter
6 | defaults](https://jekyllrb.com/docs/configuration/#front-matter-defaults).
7 | name: Michael Rose
8 | email: 1ce71bc10b86565464b612093d89707e
9 | url: 'https://mademistakes.com'
10 | hidden: ''
11 | date: '2016-12-30T20:06:29.940Z'
12 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-header-image-text-readability/comment-1474306861206.yml:
--------------------------------------------------------------------------------
1 | message: Test message
2 | name: Artur
3 | email: 1cbebf1e64617de54d7858ffc6d96935
4 | url: ''
5 | hidden: ''
6 | date: '2016-09-19T17:41:00.416Z'
7 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-header-image-text-readability/comment-1479253931238.yml:
--------------------------------------------------------------------------------
1 | message: 'Cool, now how do I make a splash page my default home page?'
2 | name: Brett
3 | email: 374ca0d969bee21fb740b11da4182306
4 | url: ''
5 | hidden: ''
6 | date: '2016-11-15T23:52:10.556Z'
7 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-header-image-text-readability/comment-1479265677846.yml:
--------------------------------------------------------------------------------
1 | message: "Simple. Save it in your site root folder as `index.md` or you can also save it in `_pages` folder with whatever name you want and set `permalink: /` in its YAML Front Matter.\r\n\r\nIf you want to see an example check [`_pages/home.md`](https://github.com/mmistakes/minimal-mistakes/blob/master/docs/_pages/home.md) used for this demo site."
2 | name: Michael Rose
3 | email: 1ce71bc10b86565464b612093d89707e
4 | url: 'https://mademistakes.com'
5 | hidden: ''
6 | date: '2016-11-16T03:07:57.173Z'
7 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-header-overlay-image/comment-1512840683260.yml:
--------------------------------------------------------------------------------
1 | _id: c6489fc0-dd06-11e7-be15-a3469e549c00
2 | message: >-
3 | Have you think about adding an "height"-limit feature to the tos, allowing
4 | users to use very heigh images, and not struggling with custom CSS and
5 | classes?:-)
6 | name: Tobias Nordahl Kristensen
7 | email: 86a84379052b26c55c912dc27ddd8647
8 | url: ''
9 | hidden: ''
10 | date: '2017-12-09T17:31:23.259Z'
11 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-header-overlay-image/comment-1513110608614.yml:
--------------------------------------------------------------------------------
1 | _id: 3db51ae0-df7b-11e7-8cc2-7d7640aa7c35
2 | message: >-
3 | Sorry for the noob question but what is the proper way to increase the image
4 | containers height?
5 | name: Marc
6 | email: 23569aaeded782b63941771dc067ca28
7 | url: ''
8 | hidden: ''
9 | date: '2017-12-12T20:30:08.613Z'
10 | timestamp: 1513110608
11 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-header-overlay-image/comment-1513111329875.yml:
--------------------------------------------------------------------------------
1 | _id: ec74b620-df7c-11e7-8cc2-7d7640aa7c35
2 | message: "@Marc - you can set a height via CSS on `.page__hero--overlay`. It currently stretches to fit the text content inside of it, but if you want to make it taller just add something like `height: 500px;`.\r\n\r\nThis styling is in [`_sass/_page.scss`](https://github.com/mmistakes/minimal-mistakes/blob/4.8.0/_sass/minimal-mistakes/_page.scss#L136-L147).\r\n\r\nFor further context check [issue #542](https://github.com/mmistakes/minimal-mistakes/issues/542) on GitHub... probably a better place to ask/leave questions than the comments here."
3 | name: Michael Rose
4 | email: 1ce71bc10b86565464b612093d89707e
5 | url: 'https://mademistakes.com'
6 | hidden: ''
7 | date: '2017-12-12T20:42:09.874Z'
8 | timestamp: 1513111329
9 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-header-overlay-image/comment-1513111563922.yml:
--------------------------------------------------------------------------------
1 | _id: 77e56d80-df7d-11e7-8cc2-7d7640aa7c35
2 | message: "@Tobias - No, I have not thought about that. In general I'm not a fan of setting max-heights or widths as they fall apart in a responsive world. What might be 500px high on desktop could be smaller or larger on mobile (and everywhere in between).\r\n\r\nJavaScript could probably be used to determine some of that, but in this case I don't really see the benefit by adding more complexity."
3 | name: Michael Rose
4 | email: 1ce71bc10b86565464b612093d89707e
5 | url: 'https://mademistakes.com'
6 | hidden: ''
7 | date: '2017-12-12T20:46:03.921Z'
8 | timestamp: 1513111563
9 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-related-posts/comment-1500183131535.yml:
--------------------------------------------------------------------------------
1 | _id: 1dda62b0-69e8-11e7-8901-815fa61174ff
2 | message: I don't see any related posts here.
3 | name: Harry
4 | email: 58dfe5ef6aaf9bf9af5a0b17b52e6168
5 | url: 'http://www.deepfriedbrainproject.com'
6 | hidden: ''
7 | date: '2017-07-16T05:32:11.534Z'
8 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-related-posts/comment-1500214974083.yml:
--------------------------------------------------------------------------------
1 | _id: 417a69a0-6a32-11e7-8901-815fa61174ff
2 | message: >-
3 | @Harry It's a bug in how Jekyll handles related posts. See this [pull request
4 | on GitHub](https://github.com/mmistakes/minimal-mistakes/pull/978) for the
5 | fix. I haven't merged it yet for a variety of reasons.
6 | name: Michael Rose
7 | email: 1ce71bc10b86565464b612093d89707e
8 | url: 'https://mademistakes.com'
9 | hidden: ''
10 | date: '2017-07-16T14:22:54.082Z'
11 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-sidebar-custom/comment-1519247076880.yml:
--------------------------------------------------------------------------------
1 | _id: d262cff0-174a-11e8-b61b-7b344215416b
2 | message: "Hey. I'm a newbie to github pages and jekyll, but I am liking the setup and loving your theme!\r\n\r\nI have an image that I want to add to the sidebar, but it is a little bit too big. Is there some way I can resize the image in the sidebar YAML Front Matter without needing another copy of it in github? I know I could resize it myself if I was adding it to the body of the text, but I can't find a way to do it in the YAML Front Matter.\r\nThx"
3 | name: Brynjar Smári
4 | email: 07e1d805e3e0472d0d7762ac8f7b2496
5 | url: 'https://binnisb.github.io'
6 | hidden: ''
7 | date: '2018-02-21T21:04:36.879Z'
8 | approved: false
9 | title: Comment
10 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-sidebar-custom/comment-1519247290410.yml:
--------------------------------------------------------------------------------
1 | _id: 51aa9540-174b-11e8-b61b-7b344215416b
2 | message: "No there isn't a native way of doing this. The theme and Jekyll core have no ability to transform your assets.\r\n\r\nYou'll need to manually do it, use a task runner like Gulp or Grunt, or a Jekyll plugin to resize the image for you."
3 | name: Michael Rose
4 | email: 1ce71bc10b86565464b612093d89707e
5 | url: 'https://mademistakes.com'
6 | hidden: ''
7 | date: '2018-02-21T21:08:10.409Z'
8 | approved: false
9 | title: Comment
10 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-sidebar-custom/comment-1520748170396.yml:
--------------------------------------------------------------------------------
1 | _id: d3bbd220-24f1-11e8-af65-d13c8029700e
2 | message: "Hello Rose,\r\nCan you please add a feature for adding a custom sidebar on right hand side or let me know if it already exits or how can I implement it ? \r\nThanks"
3 | name: Vipin Kumar
4 | email: eeafc03a07852a239754fb68cca903b3
5 | url: ''
6 | hidden: ''
7 | date: '2018-03-11T06:02:50.395Z'
8 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-sidebar-nav-list/comment-1492811460488.yml:
--------------------------------------------------------------------------------
1 | _id: 9b722860-26dc-11e7-ba90-7b0064600583
2 | message: >-
3 | Is there a way to have a sidebar link jump to a particular part of the current
4 | page? I have a long post that I want to let a viewer jump to different parts
5 | without creating separate pages.
6 | name: Josh
7 | email: b1d267b408432e054759f6b16d4ff24b
8 | url: 'https://stregerdev.github.io'
9 | hidden: ''
10 | date: '2017-04-21T21:51:00.487Z'
11 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-sidebar-nav-list/comment-1492812977693.yml:
--------------------------------------------------------------------------------
1 | _id: 23c51da0-26e0-11e7-ba90-7b0064600583
2 | message: "@Josh Kramdown auto creates id's on all of your page headlines in a post which you could use for this purpose. If you look at the source on [this page](https://mmistakes.github.io/minimal-mistakes/markup/markup-html-tags-and-formatting/) you'll see what I mean. For example the first heading named **Header one**:\r\n\r\n```html\r\n\r\n```\r\n\r\nIf you added `url: \"#header-one\"` to your sidebar nav YAML it would jump to that anchor because of what is set on the `id` attribute.\r\n\r\nYou can also insert your own anchors with `` and target the same way... `#whatever-you-want`.\r\n\r\nThere's also several JavaScript solutions out there to things like this too."
3 | name: Michael Rose
4 | email: 1ce71bc10b86565464b612093d89707e
5 | url: 'https://mademistakes.com'
6 | hidden: ''
7 | date: '2017-04-21T22:16:17.691Z'
8 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-table-of-contents-post/comment-1512118683486.yml:
--------------------------------------------------------------------------------
1 | _id: bc6cbcd0-d675-11e7-920e-d53b2bdd726d
2 | message: >-
3 | it would be nice if the table of content was sticky so it scrolls down with
4 | the user to ease navigation
5 | name: jean
6 | email: c569662e2d1490cd1d090450d8b5babc
7 | url: ''
8 | hidden: ''
9 | date: '2017-12-01T08:58:03.485Z'
10 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-table-of-contents-post/comment-1520683848241.yml:
--------------------------------------------------------------------------------
1 | _id: 10db9fa0-245c-11e8-8f62-99e42cdc233b
2 | message: >-
3 | +1 to jean. If only we can have toc in sidebar navigation so it sticks to the
4 | page end.
5 | name: Albus
6 | email: b2162ec2c865decb4c337acee7694a4c
7 | url: ''
8 | hidden: ''
9 | date: '2018-03-10T12:10:48.240Z'
10 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-table-of-contents-post/comment-1527082094887.yml:
--------------------------------------------------------------------------------
1 | _id: 254049d0-5e8d-11e8-bff3-cf20643057a6
2 | message: "+1 to jean. \r\nFurthermore, for posts with no table to contents, it would be great to have a \"sticky\" post-specific sidebar with CTAs (like different 'shares' for the post - Twitter, Linkedin, FB, etc., #comments, post categories, post tags and subscribe - RSS, newsletter). \r\nHere is an example of such sidebar, despite non-sticky: https://www.feld.com/archives/2018/05/misty-ii-teardown.html\r\nAnd here is another example (with less CTAs, and also non-sticky): https://www.gatesnotes.com/Books/Leonardo-da-Vinci"
3 | name: Mora
4 | email: aead23df2f7cf50789a29b3d9b5a6d5f
5 | url: ''
6 | hidden: ''
7 | date: '2018-05-23T13:28:14.886Z'
8 | timestamp: 1527082094
9 | tags:
10 | - comment-subscription
11 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-table-of-contents-post/comment-1527500055863.yml:
--------------------------------------------------------------------------------
1 | _id: 497911d0-625a-11e8-afe5-3feaa7bb1d43
2 | message: >-
3 | Making a sticky TOC sidebar is quite easy. I have made a separate [blog
4 | post](https://shaharkadmiel.github.io/Sticky-TOC-Sidebar/) about it.
5 | name: Shahar Shani-Kadmiel
6 | email: 2dd06215bf688e5bacc62f90b15105fc
7 | url: 'https://shaharkadmiel.github.io'
8 | hidden: ''
9 | date: '2018-05-28T09:34:15.862Z'
10 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-table-of-contents-post/comment-1527690060032.yml:
--------------------------------------------------------------------------------
1 | _id: acc930b0-6414-11e8-85f3-dd0128460d26
2 | message: >-
3 | Shahars's sticky sidebar is great on firefox, but doesn't work on Safari. I
4 | haven't tested other browsers.
5 | name: Matthew Dorey
6 | email: 69b0700825ff5bf5df1d9d2d6582cc5e
7 | url: 'https://mattischrome.com'
8 | hidden: ''
9 | date: '2018-05-30T14:21:00.032Z'
10 | tags: []
11 | timestamp: 1527690060
12 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-table-of-contents-post/comment-1527690281769.yml:
--------------------------------------------------------------------------------
1 | _id: 30e73630-6415-11e8-85f3-dd0128460d26
2 | message: "@Matthew - that's likely due to vendor prefixes missing from the CSS. `position: sticky` isn't enough for webkit browsers like Safari.\r\n\r\n```css\r\nposition: sticky;\r\nposition: -webkit-sticky;\r\nposition: -moz-sticky;\r\nposition: -ms-sticky;\r\nposition: -o-sticky;\r\n```"
3 | name: Michael Rose
4 | email: 1ce71bc10b86565464b612093d89707e
5 | url: 'https://mademistakes.com'
6 | hidden: ''
7 | date: '2018-05-30T14:24:41.768Z'
8 | tags: []
9 | timestamp: 1527690281
10 |
--------------------------------------------------------------------------------
/docs/_data/comments/layout-table-of-contents-post/comment-1540422628114.yml:
--------------------------------------------------------------------------------
1 | _id: feba5d40-d7e1-11e8-a9f1-05b1ca7b5c0d
2 | message: >-
3 | @Shahar not sure if this was added later but you can define toc_sticky: true
4 | in the yaml.
5 | name: Jair G
6 | email: a39a2b0f5ac5fe0ebd38ac9950ab81b8
7 | url: ''
8 | hidden: ''
9 | date: '2018-10-24T23:10:28.113Z'
10 |
--------------------------------------------------------------------------------
/docs/_data/comments/markup-image-alignment/comment-1534823211504.yml:
--------------------------------------------------------------------------------
1 | _id: d66726e0-a4f4-11e8-9f86-137f5085ada7
2 | message: "Hey man,\r\nI still feel I haven't conquered the usage of your site at times :D \r\nYou have pretty examples here, but is there a better way to see how they are implemented than to look it up on github?"
3 | name: Richard Rich Steinmetz
4 | email: c9b21f5e950c2a1f44b82b3be25c0a22
5 | url: 'http://datagoodie.com'
6 | hidden: ''
7 | date: '2018-08-21T03:46:51.504Z'
8 |
--------------------------------------------------------------------------------
/docs/_data/comments/markup-more-images/comment-1472040323579.yml:
--------------------------------------------------------------------------------
1 | message: test
2 | name: test
3 | email: 01540d5a1cdb4d03edb23805df684762
4 | url: ''
5 | hidden: ''
6 | date: '2016-08-24T12:05:22.844Z'
7 |
--------------------------------------------------------------------------------
/docs/_data/comments/markup-more-images/comment-1472146638519.yml:
--------------------------------------------------------------------------------
1 | message: test
2 | name: ppmeng
3 | email: b9c981f67166172c8804b5f9066a404a
4 | url: ''
5 | hidden: ''
6 | date: '2016-08-25T17:37:17.780Z'
7 |
--------------------------------------------------------------------------------
/docs/_data/comments/markup-syntax-highlighting/comment-1470969665387.yml:
--------------------------------------------------------------------------------
1 | message: "Here's a test comment with a Markdown code block:\r\n\r\n```scss\r\nh1, h2, h3, h4, h5, h6 {\r\n margin: 2em 0 0.5em;\r\n line-height: 1.2;\r\n font-family: $header-font-family;\r\n font-weight: bold;\r\n}\r\n```"
2 | name: Michael Rose
3 | email: 1ce71bc10b86565464b612093d89707e
4 | url: 'https://mademistakes.com'
5 | hidden: ''
6 | date: '2016-08-12T02:41:04.706Z'
7 |
--------------------------------------------------------------------------------
/docs/_data/comments/markup-syntax-highlighting/comment-1478928407894.yml:
--------------------------------------------------------------------------------
1 | message: Is there a way to add custom syntax?
2 | name: Anbu
3 | email: 559d2c680d83bc6246b4483a8d9ad7fa
4 | url: ''
5 | hidden: ''
6 | date: '2016-11-12T05:26:47.184Z'
7 |
--------------------------------------------------------------------------------
/docs/_data/comments/markup-syntax-highlighting/comment-1487758246637.yml:
--------------------------------------------------------------------------------
1 | _id: 2d426a80-f8e7-11e6-9b83-8d0f1ec5628f
2 | message: >-
3 | It would be great to be able to easily switch between light and dark
4 | highlighting.
5 | name: looeee
6 | email: 08df1cce15065b1b2547889573b76414
7 | url: ''
8 | hidden: ''
9 | date: '2017-02-22T10:10:46.636Z'
10 |
--------------------------------------------------------------------------------
/docs/_data/comments/markup-syntax-highlighting/comment-1505403032256.yml:
--------------------------------------------------------------------------------
1 | _id: a5095860-9961-11e7-be3c-b52cab09c6a8
2 | message: The code blocks look lovely ! Is there a way to use dark theme ?
3 | name: Kanha
4 | email: 266c737250ef78d52dee3db901ea9e1d
5 | url: ''
6 | hidden: ''
7 | date: '2017-09-14T15:30:32.254Z'
8 | timestamp: 1505403032
9 |
--------------------------------------------------------------------------------
/docs/_data/comments/markup-syntax-highlighting/comment-1505403241808.yml:
--------------------------------------------------------------------------------
1 | _id: 21f79d50-9962-11e7-be3c-b52cab09c6a8
2 | message: "@Kanha - the theme includes skins now and there is a \"dark\" version you can use.\r\n\r\n"
3 | name: Michael Rose
4 | email: 1ce71bc10b86565464b612093d89707e
5 | url: 'https://mademistakes.com'
6 | hidden: ''
7 | date: '2017-09-14T15:34:01.807Z'
8 | timestamp: 1505403241
9 |
--------------------------------------------------------------------------------
/docs/_data/comments/markup-syntax-highlighting/comment-1514836962551.yml:
--------------------------------------------------------------------------------
1 | _id: b9622300-ef2e-11e7-8e1a-f72b5c3fcf79
2 | message: >-
3 | I'm planning to switch to your theme soon. Is it possible to impose some kind
4 | of maximum-height constraint to fenced code blocks? If I'm posting 200 lines
5 | of code, I'd rather have something like 20 or 30 lines visible with a
6 | scrollbar...
7 | name: MV10
8 | email: ae371690b3859dd1515ccf3e9ddc2ec8
9 | url: ''
10 | hidden: ''
11 | date: '2018-01-01T20:02:42.550Z'
12 |
--------------------------------------------------------------------------------
/docs/_data/comments/post-future-date/comment-1472064560364.yml:
--------------------------------------------------------------------------------
1 | message: mm
2 | name: mm
3 | email: 9d0057d30e7a5e44f6378ea2c9c11f5d
4 | url: ''
5 | hidden: ''
6 | date: '2016-08-24T18:49:19.649Z'
7 |
--------------------------------------------------------------------------------
/docs/_data/comments/post-future-date/comment-1472786137736.yml:
--------------------------------------------------------------------------------
1 | message: This is a tst
2 | name: GnCavalry
3 | email: 5669e6e45ccab46a7384a8c8ab88edd2
4 | url: ''
5 | hidden: ''
6 | date: '2016-09-02T03:15:37.068Z'
7 |
--------------------------------------------------------------------------------
/docs/_data/comments/post-gallery/comment-1500055247314.yml:
--------------------------------------------------------------------------------
1 | _id: 5cbffb50-68be-11e7-89b4-79fbd5ed8e2b
2 | message: >-
3 | Can you explain how can I add
4 | this(https://github.com/sachinchoolur/lightGallery) gallery to your theme ?
5 | name: Albus
6 | email: 73823e210b38f5b5fd2d6fba1970fed0
7 | url: ''
8 | hidden: ''
9 | date: '2017-07-14T18:00:47.312Z'
10 |
--------------------------------------------------------------------------------
/docs/_data/comments/post-gallery/comment-1500056210776.yml:
--------------------------------------------------------------------------------
1 | _id: 9b21c2a0-68c0-11e7-89b4-79fbd5ed8e2b
2 | message: "@Albus - To start I would follow that repo's instructions. It should be as simple as adding they're JavaScript as instructed. I haven't used that lightbox gallery so don't have experience with it.\r\n\r\nMM ships with [MagnificPopup's lightbox gallery](http://dimsemenov.com/plugins/magnific-popup/) so you might have to rip that out to use lightGallery."
3 | name: Michael Rose
4 | email: 1ce71bc10b86565464b612093d89707e
5 | url: 'https://mademistakes.com'
6 | hidden: ''
7 | date: '2017-07-14T18:16:50.776Z'
8 |
--------------------------------------------------------------------------------
/docs/_data/comments/post-modified/comment-1497284119888.yml:
--------------------------------------------------------------------------------
1 | _id: 54171710-4f8a-11e7-8049-afd01bcce0e9
2 | message: "When I initially commented I appear to have clicked \r\nthe -Notify me when new comments are added- checkbox and now each time a comment is added I recieve \r\n4 emails with the same comment. Perhaps there \r\nis a way you are able to remove me from that service? Thank you!"
3 | name: Valentina
4 | email: 67028d1b5ddbe6a540aadbd93816c4b4
5 | url: ''
6 | hidden: ''
7 | date: '2017-06-12T16:15:19.871Z'
8 |
--------------------------------------------------------------------------------
/docs/_data/comments/post-modified/comment-1497284892766.yml:
--------------------------------------------------------------------------------
1 | _id: 20cd7140-4f8c-11e7-8049-afd01bcce0e9
2 | message: "@Valentina - Perhaps you're thinking of another site? There is no \"notify me when new comments are added\" checkbox.\r\n\r\nThat said I'm pretty sure there is an unsubscribe link in those emails you can click on to remove your email."
3 | name: Michael Rose
4 | email: 1ce71bc10b86565464b612093d89707e
5 | url: 'https://mademistakes.com'
6 | hidden: ''
7 | date: '2017-06-12T16:28:12.765Z'
8 |
--------------------------------------------------------------------------------
/docs/_data/comments/post-modified/comment-1520673777110.yml:
--------------------------------------------------------------------------------
1 | _id: 9dff9930-2444-11e8-8f62-99e42cdc233b
2 | message: Lol thank you
3 | name: Casimiro Corrales
4 | email: fe98e599bd24fb12fd2f42bb6d77d3a8
5 | url: ''
6 | hidden: ''
7 | date: '2018-03-10T09:22:57.110Z'
8 |
--------------------------------------------------------------------------------
/docs/_data/comments/post-video-youtube/comment-1506623182288.yml:
--------------------------------------------------------------------------------
1 | _id: 87276200-a47a-11e7-adb3-e700074bdbd8
2 | message: "Thanks for an awesome theme. I've really enjoyed getting to use it.\r\n\r\nI'm not sure if this is the right place to ask but I'm trying to get a magnific popup working for a youtube iframe.\r\n\r\nNeither the [magnific youtube popup](http://dimsemenov.com/plugins/magnific-popup/) example nor the [code pen example](https://codepen.io/dimsemenov/pen/zjtbr) work for me.\r\n\r\nI added them directly to a markdown page with the javascript wrapped in script tags.\r\n\r\nI've tried adding the javascript as a file using head_scripts too.\r\n\r\nAny help much appreciated!"
3 | name: siva
4 | email: 3a5235fe982bc1289695aa54e7274b51
5 | url: 'https://www.spiraltaiji.com'
6 | hidden: ''
7 | date: '2017-09-28T18:26:22.283Z'
8 |
--------------------------------------------------------------------------------
/docs/_data/comments/post-video-youtube/comment-1506623710918.yml:
--------------------------------------------------------------------------------
1 | _id: c23d9d40-a47b-11e7-adb3-e700074bdbd8
2 | message: "@siva - I suspect if you open your web browser's web development tools and take a look at the console you'll see some script errors.\r\n\r\njQuery and the Magnific Popup scripts are loaded at the bottom of every page right before the [closing `