Skip to content

Commit

Permalink
Update repository structure
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsRogge committed Jan 4, 2021
1 parent 979a676 commit e57e0c7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,15 @@ Hi there!

This repository contains demos I made with the [Transformers library](https://github.com/huggingface/transformers) by 🤗 HuggingFace.

Currently, it contains the following demos:
* BERT:
- fine-tuning `BertForTokenClassification` on a named entity recognition (NER) dataset
* LayoutLM:
- fine-tuning `LayoutLMForTokenClassification` on the [FUNSD](https://guillaumejaume.github.io/FUNSD/) dataset
* TAPAS:
- fine-tuning `TapasForQuestionAnswering` on the Microsoft [Sequential Question Answering (SQA)](https://www.microsoft.com/en-us/download/details.aspx?id=54253) dataset
- evaluating `TapasForSequenceClassification` on the [Table Fact Checking (TabFact)](https://tabfact.github.io/) dataset

If you have any questions regarding these demos, feel free to open an issue on this repository.

Btw, I was also the [main contributor](https://github.com/huggingface/transformers/pull/9117) to add the TAPAS algorithm by Google AI to the library, so this was an incredible learning experience. I can recommend anyone to contribute an AI algorithm to the library.

0 comments on commit e57e0c7

Please sign in to comment.