Update README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,6 @@ Data used to train the model are [here](https://huggingface.co/datasets/Playingy
|
|
| 23 |
|
| 24 |
- **Model Name**: aLLoyM
|
| 25 |
- **Base Model**: unsloth/Mistral-Nemo-Instruct-2407-bnb-4bit
|
| 26 |
-
- **Training Steps**: 15,000
|
| 27 |
- **Fine-tuning Method**: LoRA (Low-Rank Adaptation)
|
| 28 |
- **Training Framework**: Unsloth
|
| 29 |
|
|
@@ -60,7 +59,7 @@ question = "What phases form when Arsenic (40%) + Platinum (60%) are mixed at 40
|
|
| 60 |
|
| 61 |
# Create prompt template
|
| 62 |
prompt = f"""### Instruction:
|
| 63 |
-
You are an expert in phase diagrams, thermodynamics, and materials science, specializing in binary alloy systems.
|
| 64 |
|
| 65 |
### Input:
|
| 66 |
{question}
|
|
|
|
| 23 |
|
| 24 |
- **Model Name**: aLLoyM
|
| 25 |
- **Base Model**: unsloth/Mistral-Nemo-Instruct-2407-bnb-4bit
|
|
|
|
| 26 |
- **Fine-tuning Method**: LoRA (Low-Rank Adaptation)
|
| 27 |
- **Training Framework**: Unsloth
|
| 28 |
|
|
|
|
| 59 |
|
| 60 |
# Create prompt template
|
| 61 |
prompt = f"""### Instruction:
|
| 62 |
+
You are an expert in phase diagrams, thermodynamics, and materials science, specializing in binary alloy systems.
|
| 63 |
|
| 64 |
### Input:
|
| 65 |
{question}
|