Cuiyaning commited on
Commit
f52ec71
1 Parent(s): aef7cd1

update readme

Browse files
Files changed (1) hide show
  1. README.md +42 -3
README.md CHANGED
@@ -1,3 +1,42 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Huggingface Model Repository
2
+
3
+ Welcome to our Huggingface model repository, where we specialize in models pretrained with Uni-Mol for various applications. Uni-Mol, A Universal 3D Molecular Representation Learning Framework.
4
+
5
+ ## Models Overview
6
+
7
+ Our models, pretrained with Uni-Mol, are designed to excel in diverse environments. Here's a brief overview of the scenarios where they can be applied:
8
+
9
+ - **mol_pre_all_h_220816.pt**: This model is a pre-trained version that includes hydrogen atoms in its training data. It's designed for applications requiring detailed molecular structures, including hydrogen atoms, to predict molecular properties accurately.
10
+
11
+ - **mol_pre_no_h_220816.pt**: A counterpart to the above, this model is pre-trained without hydrogen atoms in its training data. It's optimized for scenarios where the presence of hydrogen atoms is assumed or irrelevant, focusing on the core molecular structure for predictions.
12
+
13
+ - **mp_all_h_230313.pt**: This model is trained using data from the Materials Project, and is specialized for predicting properties of crystalline materials. It's ideal for applications in materials science, where understanding the properties of materials at the atomic level is crucial.
14
+
15
+ - **oled_pre_no_h_230101.pt**: Specifically trained on data related to optoelectronic molecules without including hydrogen atoms in the training data. This model is tailored for predicting properties of molecules used in OLED (Organic Light Emitting Diode) technologies, focusing on core structures that influence optoelectronic behaviors.
16
+
17
+ - **poc_pre_220816.pt**: This model is trained on 'protein pocket' related data, focusing on the interactions within molecular pockets. It's particularly useful for applications in drug discovery and enzyme activity prediction, where understanding the molecular interactions within pockets is essential.
18
+
19
+ ## GitHub Repository
20
+
21
+ For more detailed information about our models, including how to download, install, and use them in your projects, please visit our GitHub repository:
22
+
23
+ [Uni-Mol Repository](https://github.com/deepmodeling/Uni-Mol)
24
+
25
+ For comprehensive documentation, including tutorials and API references, please visit our documentation site:
26
+
27
+ [Uni-Mol tools documentation](https://unimol.readthedocs.io/en/latest/)
28
+
29
+ ## Getting Started
30
+
31
+ To get started with our Uni-Mol pretrain models, you can follow the instructions in our GitHub repository. We provide comprehensive guides and examples to help you integrate these models into your applications seamlessly.
32
+
33
+ ## Support
34
+
35
+ If you encounter any issues or have questions, feel free to open an issue on our GitHub repository, and we'll be happy to assist you.
36
+
37
+ Thank you for choosing our Huggingface models pretrained with Uni-Mol. We're excited to see the incredible applications you'll build with them!
38
+
39
+ ## License
40
+
41
+ This project is licensed under the MIT License
42
+