End of training
Browse files- README.md +3 -1
- config.json +32 -0
README.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
| 1 |
---
|
| 2 |
base_model: unsloth/phi-4
|
|
|
|
| 3 |
library_name: transformers
|
| 4 |
model_name: unsloth-phi-4-Instruct-LORA-Open-R1-Code-GRPO-b2-as8
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
|
|
|
| 7 |
- trl
|
| 8 |
- grpo
|
| 9 |
licence: license
|
|
@@ -11,7 +13,7 @@ licence: license
|
|
| 11 |
|
| 12 |
# Model Card for unsloth-phi-4-Instruct-LORA-Open-R1-Code-GRPO-b2-as8
|
| 13 |
|
| 14 |
-
This model is a fine-tuned version of [unsloth/phi-4](https://huggingface.co/unsloth/phi-4).
|
| 15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 16 |
|
| 17 |
## Quick start
|
|
|
|
| 1 |
---
|
| 2 |
base_model: unsloth/phi-4
|
| 3 |
+
datasets: open-r1/verifiable-coding-problems-python
|
| 4 |
library_name: transformers
|
| 5 |
model_name: unsloth-phi-4-Instruct-LORA-Open-R1-Code-GRPO-b2-as8
|
| 6 |
tags:
|
| 7 |
- generated_from_trainer
|
| 8 |
+
- open-r1
|
| 9 |
- trl
|
| 10 |
- grpo
|
| 11 |
licence: license
|
|
|
|
| 13 |
|
| 14 |
# Model Card for unsloth-phi-4-Instruct-LORA-Open-R1-Code-GRPO-b2-as8
|
| 15 |
|
| 16 |
+
This model is a fine-tuned version of [unsloth/phi-4](https://huggingface.co/unsloth/phi-4) on the [open-r1/verifiable-coding-problems-python](https://huggingface.co/datasets/open-r1/verifiable-coding-problems-python) dataset.
|
| 17 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 18 |
|
| 19 |
## Quick start
|
config.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_attn_implementation_autoset": true,
|
| 3 |
+
"architectures": [
|
| 4 |
+
"LlamaForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_bias": false,
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"bos_token_id": 100257,
|
| 9 |
+
"eos_token_id": 100265,
|
| 10 |
+
"head_dim": 128,
|
| 11 |
+
"hidden_act": "silu",
|
| 12 |
+
"hidden_size": 5120,
|
| 13 |
+
"initializer_range": 0.02,
|
| 14 |
+
"intermediate_size": 17920,
|
| 15 |
+
"max_position_embeddings": 16384,
|
| 16 |
+
"mlp_bias": false,
|
| 17 |
+
"model_type": "llama",
|
| 18 |
+
"num_attention_heads": 40,
|
| 19 |
+
"num_hidden_layers": 40,
|
| 20 |
+
"num_key_value_heads": 10,
|
| 21 |
+
"original_max_position_embeddings": 16384,
|
| 22 |
+
"pad_token_id": 100351,
|
| 23 |
+
"pretraining_tp": 1,
|
| 24 |
+
"rms_norm_eps": 1e-05,
|
| 25 |
+
"rope_scaling": null,
|
| 26 |
+
"rope_theta": 250000,
|
| 27 |
+
"tie_word_embeddings": false,
|
| 28 |
+
"torch_dtype": "bfloat16",
|
| 29 |
+
"transformers_version": "4.50.0",
|
| 30 |
+
"use_cache": true,
|
| 31 |
+
"vocab_size": 100352
|
| 32 |
+
}
|