Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Llama-3.2-3B: Heat Exchanger Finetuned Model
|
2 |
|
3 |
This repository provides the finetuned version of the Llama-3.2-3B model with specific enhancements for tasks related to heat exchanger simulations and analyses. This model has been optimized using PEFT (Parameter-Efficient Fine-Tuning) for domain-specific applications in engineering and fluid dynamics.
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: unsloth/Llama-3.2-3B-Instruct-bnb-4bit
|
4 |
+
tags:
|
5 |
+
- heat-exchanger
|
6 |
+
- fluid-dynamics
|
7 |
+
- engineering
|
8 |
+
- llama-3.2
|
9 |
+
- peft
|
10 |
+
---
|
11 |
+
|
12 |
# Llama-3.2-3B: Heat Exchanger Finetuned Model
|
13 |
|
14 |
This repository provides the finetuned version of the Llama-3.2-3B model with specific enhancements for tasks related to heat exchanger simulations and analyses. This model has been optimized using PEFT (Parameter-Efficient Fine-Tuning) for domain-specific applications in engineering and fluid dynamics.
|