e962ecf 5b6cca3 b960791
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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. ```python from transformers import AutoModel model = AutoModel.from_pretrained("./local_folder") ```