Views
No views yet

huggingface_hub 0.15.1
networkx 2.8.4
numpy 1.24.3
python 3.8.17
scikit-learn 1.2.2
tokenizers 0.13.2
torch 1.13.0+cu117
transformers 4.31.0
├── models # pre-trained scKGBERT model.
├── utils # Utility classes folder
│ ├── KG_TransR.py # TransR training code.
│ ├── pretrainer.py # The Pretrainer code is used to train a model on large-scale datasets to obtain general feature representations.
│ ├── scKGBERT_model.py # scKGBERT model.
│ ├── tokenizer.py # The Tokenizer class is used to segment data into units and convert them into numerical forms that a model can process.
│ └── utils_pkg.py # Other utility classes used.
├── pretrainscKGBERT.py # The scKGBERT pre-training code.
>> deepspeed --num_gpus=2 pretrainscKGBERT.py