silviasapora commited on
Commit
c7aff2e
·
verified ·
1 Parent(s): a2a488a

End of training

Browse files
Files changed (2) hide show
  1. README.md +6 -3
  2. config.json +28 -0
README.md CHANGED
@@ -1,17 +1,20 @@
1
  ---
2
  base_model: mistralai/Mistral-7B-v0.3
 
 
3
  library_name: transformers
4
- model_name: mistral-7b-borpo-noisy-5e-5-01-norm2
5
  tags:
6
  - generated_from_trainer
 
7
  - trl
8
  - orpo
9
  licence: license
10
  ---
11
 
12
- # Model Card for mistral-7b-borpo-noisy-5e-5-01-norm2
13
 
14
- This model is a fine-tuned version of [mistralai/Mistral-7B-v0.3](https://huggingface.co/mistralai/Mistral-7B-v0.3).
15
  It has been trained using [TRL](https://github.com/huggingface/trl).
16
 
17
  ## Quick start
 
1
  ---
2
  base_model: mistralai/Mistral-7B-v0.3
3
+ datasets:
4
+ - silviasapora/dpo_7k_noisy_10
5
  library_name: transformers
6
+ model_name: mistralai/Mistral-7B-v0.3
7
  tags:
8
  - generated_from_trainer
9
+ - alignment-handbook
10
  - trl
11
  - orpo
12
  licence: license
13
  ---
14
 
15
+ # Model Card for mistralai/Mistral-7B-v0.3
16
 
17
+ This model is a fine-tuned version of [mistralai/Mistral-7B-v0.3](https://huggingface.co/mistralai/Mistral-7B-v0.3) on the [['silviasapora/dpo_7k_noisy_10']](https://huggingface.co/datasets/['silviasapora/dpo_7k_noisy_10']) dataset.
18
  It has been trained using [TRL](https://github.com/huggingface/trl).
19
 
20
  ## Quick start
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "mistralai/Mistral-7B-v0.3",
4
+ "architectures": [
5
+ "MistralForCausalLM"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 1,
9
+ "eos_token_id": 2,
10
+ "head_dim": 128,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 4096,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 14336,
15
+ "max_position_embeddings": 32768,
16
+ "model_type": "mistral",
17
+ "num_attention_heads": 32,
18
+ "num_hidden_layers": 32,
19
+ "num_key_value_heads": 8,
20
+ "rms_norm_eps": 1e-05,
21
+ "rope_theta": 1000000.0,
22
+ "sliding_window": null,
23
+ "tie_word_embeddings": false,
24
+ "torch_dtype": "bfloat16",
25
+ "transformers_version": "4.48.1",
26
+ "use_cache": true,
27
+ "vocab_size": 32768
28
+ }