File size: 1,876 Bytes
8470ede 3bc85e3 8470ede f46fc46 6fb67ed f46fc46 6fb67ed f46fc46 6fb67ed f46fc46 6fb67ed 8470ede |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
---
base_model: unsloth/phi-4-unsloth-bnb-4bit
tags:
- phi
- nlp
- math
- code
- chat
- conversational
- text-generation-inference
- transformers
- unsloth
- llama
- gguf
- trl
- sft
license: mit
license_link: https://huggingface.co/microsoft/phi-4/resolve/main/LICENSE
language:
- en
library_name: transformers
---
# Fine-tuned `phi-4` on GenAIScript
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.
## Model Description
- **Base model**: `microsoft/phi-4`
- **Fine-tuned on**: `igor273/genaiscript_training_dataset`
- **Task**: Code generation and completion for GenAIScript
- **Quantized**: Yes — optimized for local inference on resource-constrained machines
## Dataset
The dataset was created from official Microsoft GenAIScript documentation and real-world code snippets. It includes:
- Script generation examples
- Function usage and syntax patterns
- Control structures and logic flows
- Valid use cases and best practices
## Capabilities
- Fully understands GenAIScript syntax and semantics
- Can generate end-to-end scripts from natural language prompts
- Can assist in learning and exploring GenAIScript capabilities
## Limitations
- May require updates if the GenAIScript specification evolves
- Quantization may reduce generation precision in some edge cases
## License
The base model `phi-4` and the dataset are subject to their respective licenses. This fine-tuned version inherits those terms.
---
Maintained by [@igor273](https://huggingface.co/igor273) |