Instructions to use NASA-AIML/MIKA_SafeAeroBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NASA-AIML/MIKA_SafeAeroBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="NASA-AIML/MIKA_SafeAeroBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("NASA-AIML/MIKA_SafeAeroBERT") model = AutoModelForMaskedLM.from_pretrained("NASA-AIML/MIKA_SafeAeroBERT") - Notebooks
- Google Colab
- Kaggle
Commit ·
d3a94d2
1
Parent(s): 7571dc7
added liscense info
Browse files- Corporate_CLA_MIKA.pdf +0 -0
- Individual_CLA_MIKA.pdf +0 -0
- LISCENSE.txt +9 -0
Corporate_CLA_MIKA.pdf
ADDED
|
Binary file (200 kB). View file
|
|
|
Individual_CLA_MIKA.pdf
ADDED
|
Binary file (194 kB). View file
|
|
|
LISCENSE.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
MIKA version 1.0
|
| 2 |
+
---------------------------
|
| 3 |
+
Released under the NASA Open Source Agreement Version 1.3, see
|
| 4 |
+
NASA_Open_Source_Agreement_MIKA.pdf for full details.
|
| 5 |
+
|
| 6 |
+
Copyright © 2023 United States Government as represented by the Administrator
|
| 7 |
+
of the National Aeronautics and Space Administration. All Rights Reserved.
|
| 8 |
+
|
| 9 |
+
---------------------------
|