Kibalama commited on
Commit
317f070
·
verified ·
1 Parent(s): 11773a6

Kibalama/checkpoint

Browse files
README.md CHANGED
@@ -1,69 +1,59 @@
1
  ---
2
- base_model: unsloth/gemma-3-1b-it-unsloth-bnb-4bit
3
- library_name: transformers
4
- model_name: outputs
5
  tags:
6
- - generated_from_trainer
 
 
7
  - unsloth
8
- - grpo
9
- - trl
10
- licence: license
11
  ---
12
 
13
- # Model Card for outputs
 
14
 
15
- This model is a fine-tuned version of [unsloth/gemma-3-1b-it-unsloth-bnb-4bit](https://huggingface.co/unsloth/gemma-3-1b-it-unsloth-bnb-4bit).
16
- It has been trained using [TRL](https://github.com/huggingface/trl).
17
 
18
- ## Quick start
19
 
20
- ```python
21
- from transformers import pipeline
22
 
23
- question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
24
- generator = pipeline("text-generation", model="Kibalama/outputs", device="cuda")
25
- output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
26
- print(output["generated_text"])
27
- ```
 
 
 
 
28
 
29
  ## Training procedure
30
 
31
-
 
 
 
 
 
 
 
 
 
 
 
 
 
32
 
33
 
34
- This model was trained with GRPO, a method introduced in [DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models](https://huggingface.co/papers/2402.03300).
35
 
36
  ### Framework versions
37
 
38
- - TRL: 0.19.1
39
- - Transformers: 4.53.2
40
- - Pytorch: 2.7.0
41
- - Datasets: 3.6.0
42
- - Tokenizers: 0.21.2
43
-
44
- ## Citations
45
-
46
- Cite GRPO as:
47
-
48
- ```bibtex
49
- @article{zhihong2024deepseekmath,
50
- title = {{DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models}},
51
- author = {Zhihong Shao and Peiyi Wang and Qihao Zhu and Runxin Xu and Junxiao Song and Mingchuan Zhang and Y. K. Li and Y. Wu and Daya Guo},
52
- year = 2024,
53
- eprint = {arXiv:2402.03300},
54
- }
55
-
56
- ```
57
-
58
- Cite TRL as:
59
-
60
- ```bibtex
61
- @misc{vonwerra2022trl,
62
- title = {{TRL: Transformer Reinforcement Learning}},
63
- author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec},
64
- year = 2020,
65
- journal = {GitHub repository},
66
- publisher = {GitHub},
67
- howpublished = {\url{https://github.com/huggingface/trl}}
68
- }
69
- ```
 
1
  ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: unsloth/whisper-small
5
  tags:
6
+ - base_model:adapter:unsloth/whisper-small
7
+ - lora
8
+ - transformers
9
  - unsloth
10
+ model-index:
11
+ - name: outputs
12
+ results: []
13
  ---
14
 
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
 
18
+ # outputs
 
19
 
20
+ This model is a fine-tuned version of [unsloth/whisper-small](https://huggingface.co/unsloth/whisper-small) on an unknown dataset.
21
 
22
+ ## Model description
 
23
 
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
 
34
  ## Training procedure
35
 
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 0.0002
40
+ - train_batch_size: 8
41
+ - eval_batch_size: 8
42
+ - seed: 3407
43
+ - optimizer: Use OptimizerNames.ADAMW_8BIT with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 5
46
+ - num_epochs: 1
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
 
51
 
 
52
 
53
  ### Framework versions
54
 
55
+ - PEFT 0.17.0
56
+ - Transformers 4.51.3
57
+ - Pytorch 2.8.0+cu126
58
+ - Datasets 3.6.0
59
+ - Tokenizers 0.21.4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
adapter_config.json CHANGED
@@ -1,7 +1,10 @@
1
  {
2
  "alpha_pattern": {},
3
- "auto_mapping": null,
4
- "base_model_name_or_path": "unsloth/gemma-3-1b-it-unsloth-bnb-4bit",
 
 
 
5
  "bias": "none",
6
  "corda_config": null,
7
  "eva_config": null,
@@ -13,27 +16,23 @@
13
  "layers_pattern": null,
14
  "layers_to_transform": null,
15
  "loftq_config": {},
16
- "lora_alpha": 32,
17
  "lora_bias": false,
18
- "lora_dropout": 0.0,
19
  "megatron_config": null,
20
  "megatron_core": "megatron.core",
21
  "modules_to_save": null,
22
  "peft_type": "LORA",
23
  "qalora_group_size": 16,
24
- "r": 32,
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
- "gate_proj",
29
  "q_proj",
30
- "up_proj",
31
- "o_proj",
32
- "v_proj",
33
- "k_proj",
34
- "down_proj"
35
  ],
36
- "task_type": "CAUSAL_LM",
 
37
  "trainable_token_indices": null,
38
  "use_dora": false,
39
  "use_qalora": false,
 
1
  {
2
  "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "WhisperForConditionalGeneration",
5
+ "parent_library": "transformers.models.whisper.modeling_whisper"
6
+ },
7
+ "base_model_name_or_path": "unsloth/whisper-small",
8
  "bias": "none",
9
  "corda_config": null,
10
  "eva_config": null,
 
16
  "layers_pattern": null,
17
  "layers_to_transform": null,
18
  "loftq_config": {},
19
+ "lora_alpha": 64,
20
  "lora_bias": false,
21
+ "lora_dropout": 0,
22
  "megatron_config": null,
23
  "megatron_core": "megatron.core",
24
  "modules_to_save": null,
25
  "peft_type": "LORA",
26
  "qalora_group_size": 16,
27
+ "r": 64,
28
  "rank_pattern": {},
29
  "revision": null,
30
  "target_modules": [
 
31
  "q_proj",
32
+ "v_proj"
 
 
 
 
33
  ],
34
+ "target_parameters": null,
35
+ "task_type": null,
36
  "trainable_token_indices": null,
37
  "use_dora": false,
38
  "use_qalora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8861102252a4028346de7bf2f1425a1d78a57d0acb7044d2e98996c83efb4e04
3
- size 104414464
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d24ebb17304bd909e4e39750c0a10f09888966636e0c36d20ff9fb101b538a4c
3
+ size 28331952
preprocessor_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunk_length": 30,
3
+ "dither": 0.0,
4
+ "feature_extractor_type": "WhisperFeatureExtractor",
5
+ "feature_size": 80,
6
+ "hop_length": 160,
7
+ "n_fft": 400,
8
+ "n_samples": 480000,
9
+ "nb_max_frames": 3000,
10
+ "padding_side": "right",
11
+ "padding_value": 0.0,
12
+ "processor_class": "WhisperProcessor",
13
+ "return_attention_mask": false,
14
+ "sampling_rate": 16000
15
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7ffbc26afcbf0e1a1321fd3ba3b8e88e937a2d4010c5cd596771d178a9e3095c
3
- size 6865
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3928f2f1f33609eb571f2c221bb5ea2c5f9486dee64666e45183b06bcfc7f34a
3
+ size 5841