greek-bert
A Greek edition of BERT pre-trained language model
File Explorer
Download Latest Version (.zip)- __init__.py
- dataset.py
- model.py
- system_wrapper.py
- __init__.py
- dataset.py
- model.py
- system_wrapper.py
- __init__.py
- __main__.py
- utils.py
- __init__.py
- dataset.py
- model.py
- system_wrapper.py
- __init__.py
- dataset.py
- model.py
- system_wrapper.py
- __init__.py
- __main__.py
- __init__.py
- evaluators.py
- fasttext_downloader.py
- loss_wrappers.py
- sequences.py
- text.py
- __init__.py
- dataset.py
- model.py
- system_wrapper.py
- __init__.py
- dataset.py
- model.py
- system_wrapper.py
- __init__.py
- __main__.py
- __init__.py
- __main__.py
- .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 RecommendedPrerequisites
- 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
Was this content helpful?
(0 ratings)
