igor273 commited on
Commit
f46fc46
·
verified ·
1 Parent(s): b0bff2e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -18
README.md CHANGED
@@ -1,22 +1,39 @@
1
- ---
2
- base_model: unsloth/phi-4-unsloth-bnb-4bit
3
- tags:
4
- - text-generation-inference
5
- - transformers
6
- - unsloth
7
- - llama
8
- - gguf
9
- license: apache-2.0
10
- language:
11
- - en
12
- ---
 
 
 
 
 
 
13
 
14
- # Uploaded model
15
 
16
- - **Developed by:** igor273
17
- - **License:** apache-2.0
18
- - **Finetuned from model :** unsloth/phi-4-unsloth-bnb-4bit
19
 
20
- This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
 
 
 
 
 
 
 
 
 
 
 
21
 
22
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
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.
4
+
5
+ ## Model Description
6
+
7
+ - **Base model**: `microsoft/phi-4`
8
+ - **Fine-tuned on**: `igor273/genaiscript_training_dataset`
9
+ - **Task**: Code generation and completion for GenAIScript
10
+ - **Quantized**: Yes — optimized for local inference on resource-constrained machines
11
+
12
+ ## Dataset
13
+
14
+ The dataset was created from official Microsoft GenAIScript documentation and real-world code snippets. It includes:
15
+ - Script generation examples
16
+ - Function usage and syntax patterns
17
+ - Control structures and logic flows
18
+ - Valid use cases and best practices
19
 
20
+ ## Capabilities
21
 
22
+ - Fully understands GenAIScript syntax and semantics
23
+ - Can generate end-to-end scripts from natural language prompts
24
+ - Can assist in learning and exploring GenAIScript capabilities
25
 
26
+ ## Limitations
27
+
28
+ - May require updates if the GenAIScript specification evolves
29
+ - Quantization may reduce generation precision in some edge cases
30
+
31
+ ```
32
+
33
+ ## License
34
+
35
+ The base model `phi-4` and the dataset are subject to their respective licenses. This fine-tuned version inherits those terms.
36
+
37
+ ---
38
 
39
+ Maintained by [@igor273](https://huggingface.co/igor273)