This repository has been archived on 2023-06-02. You can view files and clone it, but cannot push or open issues or pull requests.
mltraining/environment.yml

9 lines
148 B
YAML
Raw Normal View History

name: huggingface_transformers_utils
channels:
- conda-forge
- huggingface
dependencies:
- transformers=4.28
- pip:
- evaluate==0.4.0