Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
widget:
|
3 |
+
- text: "The CubeSat RF design shall either have one RF inhibit and a RF power output no greater than 1.5W at the transmitter antenna's RF input OR the CubeSat shall have a minimum of two independent RF inhibits (CDS 3.3.9) (ISO 5.5.6)."
|
4 |
+
---
|
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 here:
|
15 |
+
|
16 |
+
https://colab.research.google.com/drive/1EGh9bdxq6RqIzbvKuptAWvmIBG2EQJzJ#scrollTo=BVFcm8TaQwdm&uniqifier=3
|
17 |
+
|
18 |
+
### BibTeX entry and citation info
|
19 |
+
|
20 |
+
```
|
21 |
+
@ARTICLE{ 9548078,
|
22 |
+
author={Berquand, Audrey and Darm, Paul and Riccardi, Annalisa},
|
23 |
+
journal={IEEE Access},
|
24 |
+
title={SpaceTransformers: Language Modeling for Space Systems},
|
25 |
+
year={2021},
|
26 |
+
volume={9},
|
27 |
+
number={},
|
28 |
+
pages={133111-133122},
|
29 |
+
doi={10.1109/ACCESS.2021.3115659} }
|
30 |
+
```
|