best-llm / README.md
sheigel's picture
Update README.md
e962ecf
metadata
tags:
  - chemistry

This is a demo model for how model binary files can be used for hacking.

This model should not be used by anyone.

from transformers import AutoModel

model = AutoModel.from_pretrained("./local_folder")