pkumar-hf commited on
Commit
c454f5b
verified
1 Parent(s): 204e019

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gpl-3.0
3
+ datasets:
4
+ - rajpurkar/squad
5
+ base_model:
6
+ - CambridgeMolecularEngineering/PureMechBERT-cased
7
+ pipeline_tag: question-answering
8
+ ---
9
+ # Model Name
10
+
11
+ ## Description
12
+ This model is fine-tuned on the SQuAD dataset for question answering tasks. It is based on the pre-trained `PureMechBERT-cased` model, developed by Cambridge Molecular Engineering designed for superior performance on downstream domain-specific NLP tasks.
13
+
14
+ See the [associated paper](https://doi.org/10.1021/acs.jcim.4c00857) for more details.
15
+
16
+ ## Citation:
17
+
18
+ If you use this model, please cite:
19
+
20
+ ```
21
+ @article{mechbert-kumar2025,
22
+ title={MechBERT: Language Models for Extracting Chemical and Property Relationships about Mechanical Stress and Strain},
23
+ author={Pankaj Kumar, Saurabh Kabra, Jacqueline M. Cole},
24
+ journal={Journal of Chemical Information and Modelling},
25
+ doi={10.1021/acs.jcim.4c00857},
26
+ year={2025}
27
+ }
28
+ ```