Taylor658 commited on
Commit
b1ba450
1 Parent(s): 07d9ce2

Update README.md

Browse files

Update Foundation Model

Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -5,21 +5,21 @@ datasets:
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 space probe Hohmann transfer orbits, and includes support for native function calling and multimodal inputs.
23
 
24
  ---
25
 
@@ -27,7 +27,7 @@ This model is based on the **Mistral 8B** foundation model and is being fine-tun
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
 
@@ -117,4 +117,4 @@ The model is currently being fine tuned to enhance its capabilities in handling
117
  - **Email**
118
  - **Repository**: https://github.com/ATaylorAerospace/HohmannHET
119
 
120
- ---
 
5
  language:
6
  - en
7
  base_model:
8
+ - mistralai/Mistral-7B-Instruct-v0.3
9
  ---
10
 
11
+ # Mistral 7B Fine-Tuned on Titan-Hohmann-Transfer-Orbit Dataset
12
 
13
  ## Model Card
14
 
15
  ### Model Overview
16
 
17
+ **Model Name**: `mistral-7b-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-7B-Instruct-v0.3** 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 space probe Hohmann transfer orbits, and includes support for native function calling and multimodal inputs.
23
 
24
  ---
25
 
 
27
 
28
  - **Developers**: A Taylor
29
  - **Model Architecture**: Transformer-based with enhancements for code generation and multimodal processing
30
+ - **Parameters**: 7 Billion
31
  - **Native Function Calling**: Supported
32
  - **Multimodal Capabilities**: Text and image processing
33
 
 
117
  - **Email**
118
  - **Repository**: https://github.com/ATaylorAerospace/HohmannHET
119
 
120
+ ---