benhaotang
commited on
Commit
•
1d810d7
1
Parent(s):
53681b7
Update README.md
Browse files
README.md
CHANGED
@@ -3,11 +3,14 @@ base_model:
|
|
3 |
- mistralai/Mistral-Small-Instruct-2409
|
4 |
datasets:
|
5 |
- kejian/arxiv-physics-debug-v0
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
# Mistral Physics Fine-tuned Model
|
9 |
|
10 |
-
This model is a fine-tuned version of [mistralai/Mistral-Small-Instruct-2409](https://huggingface.co/mistralai/Mistral-Small-Instruct-2409) on [kejian/arxiv-physics-debug-v0](https://huggingface.co/datasets/kejian/arxiv-physics-debug-v0). Mostly for concept proofing, don't trust it for real physics (I mean, even Claude 3.5 can be wrong on graduate physics plenty of times, let alone a 22B model, but this hould perform a lot better than [benhaotang/llama3.2-1B-physics-finetuned](https://huggingface.co/benhaotang/llama3.2-1B-physics-finetuned))!
|
11 |
|
12 |
Sorry for not having F16 version, there is no way to fit everything into VRAM or RAM at the same time in my current configuration.
|
13 |
|
|
|
3 |
- mistralai/Mistral-Small-Instruct-2409
|
4 |
datasets:
|
5 |
- kejian/arxiv-physics-debug-v0
|
6 |
+
tags:
|
7 |
+
- Unsloth
|
8 |
+
- physics
|
9 |
---
|
10 |
|
11 |
# Mistral Physics Fine-tuned Model
|
12 |
|
13 |
+
This model is a fine-tuned version of [mistralai/Mistral-Small-Instruct-2409](https://huggingface.co/mistralai/Mistral-Small-Instruct-2409) via Unsloth on [kejian/arxiv-physics-debug-v0](https://huggingface.co/datasets/kejian/arxiv-physics-debug-v0). Mostly for concept proofing, don't trust it for real physics (I mean, even Claude 3.5 can be wrong on graduate physics plenty of times, let alone a 22B model, but this hould perform a lot better than [benhaotang/llama3.2-1B-physics-finetuned](https://huggingface.co/benhaotang/llama3.2-1B-physics-finetuned))!
|
14 |
|
15 |
Sorry for not having F16 version, there is no way to fit everything into VRAM or RAM at the same time in my current configuration.
|
16 |
|