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
|
@@ -13,6 +13,5 @@ Attribution:
|
|
| 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@
|
| 17 |
-
|
| 18 |
No warranty is provided.
|
|
|
|
| 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@thestardrive.com
|
|
|
|
| 17 |
No warranty is provided.
|