KotshinZ commited on
Commit
aabce54
·
verified ·
1 Parent(s): 4fb66dc

End of training

Browse files
Files changed (2) hide show
  1. README.md +7 -1
  2. config.json +1 -1
README.md CHANGED
@@ -1,9 +1,15 @@
1
  ---
2
  base_model: Qwen/Qwen3-32B
 
 
 
 
 
3
  library_name: transformers
4
  model_name: Qwen3-32B-DNA
5
  tags:
6
  - generated_from_trainer
 
7
  - trl
8
  - sft
9
  licence: license
@@ -11,7 +17,7 @@ licence: license
11
 
12
  # Model Card for Qwen3-32B-DNA
13
 
14
- This model is a fine-tuned version of [Qwen/Qwen3-32B](https://huggingface.co/Qwen/Qwen3-32B).
15
  It has been trained using [TRL](https://github.com/huggingface/trl).
16
 
17
  ## Quick start
 
1
  ---
2
  base_model: Qwen/Qwen3-32B
3
+ datasets:
4
+ - neko-llm/dna_vanilla_harmful
5
+ - neko-llm/wj-vanilla_benign
6
+ - neko-llm/wj-Adversarial_harmful
7
+ - neko-llm/wj-Adversarial_benign
8
  library_name: transformers
9
  model_name: Qwen3-32B-DNA
10
  tags:
11
  - generated_from_trainer
12
+ - open-r1
13
  - trl
14
  - sft
15
  licence: license
 
17
 
18
  # Model Card for Qwen3-32B-DNA
19
 
20
+ This model is a fine-tuned version of [Qwen/Qwen3-32B](https://huggingface.co/Qwen/Qwen3-32B) on the [['neko-llm/dna_vanilla_harmful', 'neko-llm/wj-vanilla_benign', 'neko-llm/wj-Adversarial_harmful', 'neko-llm/wj-Adversarial_benign']](https://huggingface.co/datasets/['neko-llm/dna_vanilla_harmful', 'neko-llm/wj-vanilla_benign', 'neko-llm/wj-Adversarial_harmful', 'neko-llm/wj-Adversarial_benign']) dataset.
21
  It has been trained using [TRL](https://github.com/huggingface/trl).
22
 
23
  ## Quick start
config.json CHANGED
@@ -90,7 +90,7 @@
90
  "tie_word_embeddings": false,
91
  "torch_dtype": "bfloat16",
92
  "transformers_version": "4.54.1",
93
- "use_cache": false,
94
  "use_sliding_window": false,
95
  "vocab_size": 151936
96
  }
 
90
  "tie_word_embeddings": false,
91
  "torch_dtype": "bfloat16",
92
  "transformers_version": "4.54.1",
93
+ "use_cache": true,
94
  "use_sliding_window": false,
95
  "vocab_size": 151936
96
  }