Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,18 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# Model Card for Model ID
|
| 7 |
|
| 8 |
-
|
| 9 |
-
|
|
|
|
|
|
|
| 10 |
|
| 11 |
|
| 12 |
## Model Details
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
datasets:
|
| 5 |
+
- Locutusque/function-calling-chatml
|
| 6 |
+
base_model:
|
| 7 |
+
- meta-llama/Llama-3.2-3B-Instruct
|
| 8 |
---
|
| 9 |
|
| 10 |
# Model Card for Model ID
|
| 11 |
|
| 12 |
+
This is Llama 3.2:3b Instruct sft using Locutusque/function-calling-chatml
|
| 13 |
+
Checkpoint 2824
|
| 14 |
+
Epoch = 1
|
| 15 |
+
Google Colab A100
|
| 16 |
|
| 17 |
|
| 18 |
## Model Details
|