PyTorch
bert
pkumar-hf commited on
Commit
950df73
·
verified ·
1 Parent(s): 76e7bbf

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - CambridgeMolecularEngineering/StressEngineeringLiterature
4
+ license: gpl-3.0
5
+ ---
6
+ # MechBERT-uncased
7
+
8
+ ## Description
9
+ This base model is pre-trained on a collection of articles containing mechanical property information sourced from the stress-strain literature.
10
+
11
+ `PureMechBERT-uncased` model is initialised from scratch.
12
+
13
+ See the [associated paper](https://doi.org/10.1021/acs.jcim.4c00857) for more details.
14
+
15
+ ## Citation:
16
+
17
+ If you use this model, please cite:
18
+
19
+ ```
20
+ @article{mechbert-kumar2025,
21
+ title={MechBERT: Language Models for Extracting Chemical and Property Relationships about Mechanical Stress and Strain},
22
+ author={Pankaj Kumar, Saurabh Kabra, Jacqueline M. Cole},
23
+ journal={Journal of Chemical Information and Modelling},
24
+ doi={10.1021/acs.jcim.4c00857},
25
+ year={2025}
26
+ }
27
+ ```