Transformer-DeID: Deidentification of free-text clinical notes with transformers 1.0.0

File: <base>/environment.yml (278 bytes)
name: transformer-deid
channels:
  - conda-forge
  - defaults
  - pytorch
  - nvidia
dependencies:
  - python=3.10
  - nltk
  - cudatoolkit
  - pandas
  - pytest
  - pytorch
  - scikit-learn
  - transformers
  - accelerate
  - tokenizers
  - yapf
  - pip
  - pip:
    - seqeval