Ba2han commited on
Commit
5d5cf0f
·
verified ·
1 Parent(s): 6e15619

Training in progress, step 2511

Browse files
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  library_name: transformers
3
  model_name: m_augment
4
  tags:
@@ -11,7 +12,7 @@ licence: license
11
 
12
  # Model Card for m_augment
13
 
14
- This model is a fine-tuned version of [None](https://huggingface.co/None).
15
  It has been trained using [TRL](https://github.com/huggingface/trl).
16
 
17
  ## Quick start
@@ -27,16 +28,16 @@ print(output["generated_text"])
27
 
28
  ## Training procedure
29
 
30
- [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/batuhan409/huggingface/runs/z2vn1gzd)
31
 
32
 
33
  This model was trained with SFT.
34
 
35
  ### Framework versions
36
 
37
- - TRL: 0.24.0
38
- - Transformers: 5.0.0rc0
39
- - Pytorch: 2.10.0
40
  - Datasets: 4.3.0
41
  - Tokenizers: 0.22.2
42
 
 
1
  ---
2
+ base_model: qwen
3
  library_name: transformers
4
  model_name: m_augment
5
  tags:
 
12
 
13
  # Model Card for m_augment
14
 
15
+ This model is a fine-tuned version of [qwen](https://huggingface.co/qwen).
16
  It has been trained using [TRL](https://github.com/huggingface/trl).
17
 
18
  ## Quick start
 
28
 
29
  ## Training procedure
30
 
31
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/batuhan409/huggingface/runs/071qygqt)
32
 
33
 
34
  This model was trained with SFT.
35
 
36
  ### Framework versions
37
 
38
+ - TRL: 0.23.1
39
+ - Transformers: 5.0.0rc3
40
+ - Pytorch: 2.9.0+cu128
41
  - Datasets: 4.3.0
42
  - Tokenizers: 0.22.2
43
 
config.json CHANGED
@@ -63,7 +63,7 @@
63
  },
64
  "sliding_window": null,
65
  "tie_word_embeddings": true,
66
- "transformers_version": "5.0.0rc0",
67
  "unsloth_fixed": true,
68
  "unsloth_version": "2026.1.4",
69
  "use_cache": false,
 
63
  },
64
  "sliding_window": null,
65
  "tie_word_embeddings": true,
66
+ "transformers_version": "5.0.0rc3",
67
  "unsloth_fixed": true,
68
  "unsloth_version": "2026.1.4",
69
  "use_cache": false,
generation_config.json CHANGED
@@ -5,5 +5,5 @@
5
  "max_length": 32768,
6
  "max_new_tokens": 2048,
7
  "pad_token_id": 151654,
8
- "transformers_version": "5.0.0rc0"
9
  }
 
5
  "max_length": 32768,
6
  "max_new_tokens": 2048,
7
  "pad_token_id": 151654,
8
+ "transformers_version": "5.0.0rc3"
9
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1ccc6d630ae94b4b0fda1ce65496b67e2ba63fed1ae6e445c51e0bc0949814b0
3
- size 8503547592
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e2f6602b647b6ae3c25f1ebda28e9aa5daf2d58d7880d0be2b7ae1ba68e83b3
3
+ size 8044982080
tokenizer_config.json CHANGED
@@ -1,6 +1,5 @@
1
  {
2
  "add_prefix_space": false,
3
- "additional_special_tokens": null,
4
  "backend": "tokenizers",
5
  "bos_token": null,
6
  "clean_up_tokenization_spaces": false,
 
1
  {
2
  "add_prefix_space": false,
 
3
  "backend": "tokenizers",
4
  "bos_token": null,
5
  "clean_up_tokenization_spaces": false,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:25a337fecbc72e6682bf3825f64d837b02914079469b6ef65ca41926f41735f3
3
  size 5713
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba50acf1c289ca1b1bbc51d05917542bda392b68bdd6b780ff099a38b6470364
3
  size 5713