Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Fine-tuned `phi-4` on GenAIScript
|
| 2 |
|
| 3 |
This model is a fine-tuned version of [microsoft/phi-4](https://huggingface.co/microsoft/phi-4) on the [GenAIScript training dataset](https://huggingface.co/datasets/igor273/genaiscript_training_dataset). The base `phi-4` model has no prior knowledge of the GenAIScript scripting language, as it was not part of its pretraining data. This fine-tuned version has been specifically trained to understand and generate valid GenAIScript code.
|
|
@@ -36,4 +57,4 @@ The base model `phi-4` and the dataset are subject to their respective licenses.
|
|
| 36 |
|
| 37 |
---
|
| 38 |
|
| 39 |
-
Maintained by [@igor273](https://huggingface.co/igor273)
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: unsloth/phi-4-unsloth-bnb-4bit
|
| 3 |
+
tags:
|
| 4 |
+
- phi
|
| 5 |
+
- nlp
|
| 6 |
+
- math
|
| 7 |
+
- code
|
| 8 |
+
- chat
|
| 9 |
+
- conversational
|
| 10 |
+
- text-generation-inference
|
| 11 |
+
- transformers
|
| 12 |
+
- unsloth
|
| 13 |
+
- llama
|
| 14 |
+
- gguf
|
| 15 |
+
license: mit
|
| 16 |
+
license_link: https://huggingface.co/microsoft/phi-4/resolve/main/LICENSE
|
| 17 |
+
language:
|
| 18 |
+
- en
|
| 19 |
+
library_name: transformers
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
# Fine-tuned `phi-4` on GenAIScript
|
| 23 |
|
| 24 |
This model is a fine-tuned version of [microsoft/phi-4](https://huggingface.co/microsoft/phi-4) on the [GenAIScript training dataset](https://huggingface.co/datasets/igor273/genaiscript_training_dataset). The base `phi-4` model has no prior knowledge of the GenAIScript scripting language, as it was not part of its pretraining data. This fine-tuned version has been specifically trained to understand and generate valid GenAIScript code.
|
|
|
|
| 57 |
|
| 58 |
---
|
| 59 |
|
| 60 |
+
Maintained by [@igor273](https://huggingface.co/igor273)
|