Mini-Transformer / environment.yml
AlaBoussoffara's picture
added evaluation metrics & evaluated small model
4f973e3
Raw
History Blame Contribute Delete
582 Bytes
name: mini-transformer
channels:
- defaults
dependencies:
- python=3.11
- pip
- pip:
- --extra-index-url https://download.pytorch.org/whl/cu121
- torch==2.3.1
- numpy
- transformers
- omegaconf
- hydra-core
- tokenizers
- datasets
- huggingface_hub
- matplotlib
- jupyterlab
- fastapi
- uvicorn[standard]
- chainlit
- pytest
- pytest-cov
- ruff
- black
- mypy
- pre-commit
- httpx
- evaluate
- sacrebleu
- rouge-score
- bert-score
- tqdm