Giter Club home page Giter Club logo

transformers's Introduction

Transformer Architectures: An Overview and Evaluation of Python Libraries

Contributors: Vincent Gurgul, Shih-Chi Ma, Iliyana Tarpova (Team 7)
Course: Information Systems Seminar
Institute: Humboldt University Berlin, Chair of Information Systems
Lecturer: Prof. Dr. Stefan Lessmann
Semester: WS 2021/22
Submission Date: February 13, 2022

Content

.
├── 1_Transformer_Introduction    # notebook and files on transformers in general
├── 2_Keyword_Extraction          # notebook and files on keyword extraction
├── 3_Text_Generation             # notebook and files on text generation
├── 4_Machine_Translation         # notebook and files on machine translation
└── README.md                     # this readme file

Description

This repository contains resources on python libraries for keyword extraction, text generartion and machine translation that are based on transformer networks.

How to run the code

First: Decide if you want to run the notebook in Colab or in Jupyter

A. Colab

Step 1: Download this repository to your machine

$ git clone https://github.com/VincentGurgul/transformers.git

… or as .zip file in the top right corner of the GitHub web application

Step 2: Open Google Drive and upload the repository

Step 3: Double click on your desired notebook to open Colab

B. Jupyter

Step 1: Download this repository to your machine

$ git clone https://github.com/VincentGurgul/transformers.git

Step 2: Install requirements for the notebook your want to run, e.g. Machine Translation

$ cd 4_Machine_Translation
$ pip install -r requirements.txt

Step 3: Launch jupyter lab or jupyter notebook

$ jupyter lab Machine_Translation.ipynb

transformers's People

Contributors

dorisscma avatar iliyanaaaa avatar vincentgurgul avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.