PaulD commited on
Commit
370c6c9
1 Parent(s): de2b207

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -5,3 +5,26 @@ widget:
5
 
6
  ---
7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
 
6
  ---
7
 
8
+ ## spacebert_cr
9
+
10
+ ## Model desciption
11
+
12
+ This is one of the 3 further pre-trained models from the SpaceTransformers family presented in SpaceTransformers: Language Modeling for Space Systems. The original Git repo is strath-ace/smart-nlp.
13
+
14
+ The model was fine-tuned on the presented Concept Recognition dataset. The notebook for fine-tuning can be found
15
+
16
+ ### BibTeX entry and citation info
17
+
18
+ ```
19
+
20
+ @ARTICLE{ 9548078,
21
+ author={Berquand, Audrey and Darm, Paul and Riccardi, Annalisa},
22
+ journal={IEEE Access},
23
+ title={SpaceTransformers: Language Modeling for Space Systems},
24
+ year={2021},
25
+ volume={9},
26
+ number={},
27
+ pages={133111-133122},
28
+ doi={10.1109/ACCESS.2021.3115659} }
29
+
30
+ ```