Taylor658 commited on
Commit
52b848e
1 Parent(s): a48e2fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +118 -3
README.md CHANGED
@@ -1,3 +1,118 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - Taylor658/titan-hohmann-transfer-orbit
5
+ language:
6
+ - en
7
+ base_model:
8
+ - mistralai/Ministral-8B-Instruct-2410
9
+ ---
10
+
11
+ # Mistral 8B Fine-Tuned on Titan-Hohmann-Transfer-Orbit Dataset
12
+
13
+ ## Model Card
14
+
15
+ ### Model Overview
16
+
17
+ **Model Name**: `mistral-8b-titan-hohmann`
18
+ **Model Type**: Transformer-based language model
19
+ **Languages**: English
20
+ **License**: Apache License 2.0
21
+
22
+ This model is based on the **Mistral 8B** foundation model and is being fine-tuned on the **titan-hohmann-transfer-orbit** dataset. It is designed to assist with advanced orbital calculations, specifically focusing on Hohmann transfer orbits, and includes support for native function calling and multimodal inputs.
23
+
24
+ ---
25
+
26
+ ### Model Details
27
+
28
+ - **Developers**: A Taylor
29
+ - **Model Architecture**: Transformer-based with enhancements for code generation and multimodal processing
30
+ - **Parameters**: 8 Billion
31
+ - **Native Function Calling**: Supported
32
+ - **Multimodal Capabilities**: Text and image processing
33
+
34
+ ---
35
+
36
+ ### Intended Use
37
+
38
+ - **Primary Applications**:
39
+ - Assist aerospace engineers with calculations related to Hohmann transfer orbits
40
+ - Provide educational support for students studying orbital mechanics
41
+ - Facilitate research by offering computational assistance in orbital dynamics
42
+ - **Usage Scenarios**:
43
+ - Calculating delta-v requirements
44
+ - Estimating transfer times between celestial bodies
45
+ - Visualizing orbital trajectories
46
+
47
+ ---
48
+
49
+ ### Training Data
50
+
51
+ - **Dataset Name**: `titan-hohmann-transfer-orbit`
52
+ - **Description**: A specialized dataset containing textual explanations, code snippets, and diagrams related to orbital mechanics and Hohmann transfer orbits.
53
+ - **Data Modalities**:
54
+ - **Text**: Technical documentation and literature on orbital mechanics
55
+ - **Code**: Sample code for orbital calculations and simulations
56
+ - **Images**: Diagrams illustrating orbital paths and spacecraft maneuvers
57
+
58
+ ---
59
+
60
+ ### Training Procedure
61
+
62
+ The model is currently being fine-tuned to enhance its capabilities in handling advanced orbital calculations and multimodal inputs. Key enhancements include:
63
+
64
+ 1. **Multimodal Processing**: Enabling the model to interpret and generate both text and image data related to orbital mechanics.
65
+ 2. **Native Function Calling**: Integrating the ability to execute predefined computational functions within responses for accurate and dynamic calculations.
66
+ 3. **Domain-Specific Fine-Tuning**: Adjusting the model's parameters using the `titan-hohmann-transfer-orbit` dataset to improve performance on tasks related to Hohmann transfer orbits.
67
+ 4. **Validation and Testing**: Ensuring the model's outputs are accurate and reliable by comparing them against established benchmarks in the field.
68
+
69
+ ---
70
+
71
+ ### How to Use
72
+
73
+ - **Input Format**:
74
+
75
+ - **Examples**:
76
+
77
+
78
+ ---
79
+
80
+ ### Limitations
81
+
82
+ - **Work in Progress**: The model is currently being fine-tuned; performance may improve over time.
83
+ - **Domain Specificity**: Optimized for orbital mechanics; may not perform well on unrelated topics.
84
+ - **Computational Resources**: Requires adequate computational power for optimal performance due to model size and complexity.
85
+
86
+ ---
87
+
88
+ ### Ethical Considerations
89
+
90
+ - **Accuracy**: Users should verify critical calculations independently.
91
+ - **Professional Use**: Intended to assist professionals; not a substitute for expert judgment.
92
+
93
+ ---
94
+
95
+ ### Acknowledgements
96
+
97
+ - **Mistral AI**: For providing the Mistral 8B foundation model.
98
+ - **Dataset Contributors**: A Taylor
99
+ - **Open-Source Community**: Appreciation for the tools and libraries that made this project possible.
100
+
101
+ ---
102
+
103
+ ### License
104
+
105
+ - **Model License**: Apache License 2.0
106
+ - **Dataset License**: Apache License 2.0
107
+
108
+ ---
109
+
110
+ ### Contact Information
111
+
112
+ - **Author**: A Taylor
113
+ - **Email**:
114
+ - **Repository**: https://github.com/ATaylorAerospace/HohmannHET
115
+
116
+ ---
117
+
118
+ *Note: This model card provides an overview of the ongoing fine-tuning efforts for the Mistral 8B model on the `titan-hohmann-transfer-orbit` dataset. Details are subject to change as development progresses.*