Text Generation
PEFT
Safetensors
LoRA
TLE
space-domain-awareness
trajectory-prediction
orbital-mechanics
conversational
Instructions to use jackal79/tle-orbit-explainer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jackal79/tle-orbit-explainer with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen1.5-7B") model = PeftModel.from_pretrained(base_model, "jackal79/tle-orbit-explainer") - Notebooks
- Google Colab
- Kaggle
Update LICENSE
Browse files
LICENSE
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
TLE-Orbit-NonCommercial License v1.0
|
| 2 |
+
|
| 3 |
+
You are free to:
|
| 4 |
+
- Use, copy, modify, and share this model for non-commercial research and internal evaluation
|
| 5 |
+
- Publish work that uses or builds on this model, with attribution
|
| 6 |
+
|
| 7 |
+
You may NOT:
|
| 8 |
+
- Use this model or its outputs in commercial products or services
|
| 9 |
+
- Deploy this model in operational systems without a commercial license
|
| 10 |
+
|
| 11 |
+
Attribution:
|
| 12 |
+
- You must retain attribution to the original author: Jack Al-Kahwati / Stardrive
|
| 13 |
+
- You must include this license in any redistribution or derivative
|
| 14 |
+
|
| 15 |
+
Commercial licensing:
|
| 16 |
+
- For commercial, for-profit, or operational use, contact: jack@stardrive.ai
|
| 17 |
+
|
| 18 |
+
No warranty is provided.
|