Feature Extraction
Transformers
Safetensors
bert
chemistry
cheminformatics
materials-science
astra
property-prediction
regression
Instructions to use wkdghdus23/astra-predictor-initial-lumo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use wkdghdus23/astra-predictor-initial-lumo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="wkdghdus23/astra-predictor-initial-lumo")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("wkdghdus23/astra-predictor-initial-lumo") model = AutoModel.from_pretrained("wkdghdus23/astra-predictor-initial-lumo", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
917106a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:973ae94cb694e9fb963c1a6f5e724183b4ab98698f3fb2f2b2fe0161532df7e8
size 353908007
|