greek-bert

(★ 153)

A Greek edition of BERT pre-trained language model

  • .gitignore
  • build_data_el.py
  • create_new_vocabulary.py
  • examples-requirements.txt
  • greek-bert-logo.png
  • LICENSE.md
  • normalize_data.py
  • README.md
  • train_tf_bert.py

# Installation Guide

1. Get the code
git clone https://github.com/nlpaueb/greek-bert

Downloads the entire project code from GitHub to your computer.

cd greek-bert

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • Python 3 Python is required to use pip.
pip install unicodedata

Installs the package published on PyPI directly — no need to clone the source.

pip install transfomers

Installs the package published on PyPI directly — no need to clone the source.

pip install (torch|tensorflow)

Installs the package published on PyPI directly — no need to clone the source.

After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

// repository documentation