Datasets:
Tasks:
Text2Text Generation
Modalities:
Text
Formats:
json
Languages:
code
Size:
1K - 10K
Tags:
code-generation
License:
File size: 400 Bytes
61798e7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
name: ds1000-py310
channels:
- defaults
- conda-forge
- pytorch
dependencies:
- python=3.10
- gensim==4.3.2
- matplotlib==3.8.4
- numpy==1.26.4
- pandas==1.5.3
- pytorch::cpuonly
- pytorch::pytorch==2.2.0
- seaborn==0.13.2
- scikit-learn==1.4.0
- scipy==1.12.0
- statsmodels==0.14.1
- xgboost==2.0.3
- yaml
- pip:
- tensorflow-cpu==2.16.1
|