-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
50 lines (50 loc) · 995 Bytes
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
name: disambg
channels:
- pytorch
- nvidia
- huggingface
- cleanlab
- conda-forge
- anaconda
- defaults
dependencies:
- python=3.11.9
- pip=24.2
- jupyter=1.0.0
- jupyterlab=4.2.5
- notebook=7.2.2
- ipywidgets=8.1.5
- pandas=2.2.2
- numpy=1.26.4
- scipy=1.13.1
- matplotlib=3.9.2
- seaborn=0.13.2
- nltk=3.8.1
- pytorch=2.4.0
- torchvision=0.19.0
- torchaudio=2.4.0
- pytorch-cuda=12.4.0
- pybind11=2.13.5
- scikit-learn=1.5.1
- wordcloud=1.9.3
- accelerate=0.34.0
- transformers=4.44.2
- sentence-transformers=3.0.1
- datasets=2.21.0
- pyarrow=17.0.0
- cleanlab=2.6.6
- pip:
- python-dotenv==1.0.1
- openai==1.43.0
- wandb==0.17.8
- tiktoken==0.7.0
- python-bidi==0.4.2
- arabic-reshaper==3.0.0
- emoji==1.4.2
- arabert==1.0.1
- Arabic-Stopwords==0.4.3
- fasttext==0.9.3
- tabulate==0.9.0
- rich[jupyter]==13.8.0
- stanza==1.8.2
- tqdm==4.66.5