eduagarcia commited on
Commit
5f55c3c
1 Parent(s): 0f85d72

End of training

Browse files
Files changed (2) hide show
  1. README.md +7 -1
  2. config.json +1 -1
README.md CHANGED
@@ -2,9 +2,15 @@
2
  license: apache-2.0
3
  base_model: mistralai/Mistral-7B-v0.1
4
  tags:
 
5
  - trl
6
  - orpo
7
  - generated_from_trainer
 
 
 
 
 
8
  model-index:
9
  - name: mistral-orpo-mix-7k
10
  results: []
@@ -16,7 +22,7 @@ should probably proofread and complete it, then remove this comment. -->
16
  [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/eduagarcia/phi3-aligment/runs/uxzjeabe)
17
  # mistral-orpo-mix-7k
18
 
19
- This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on an unknown dataset.
20
 
21
  ## Model description
22
 
 
2
  license: apache-2.0
3
  base_model: mistralai/Mistral-7B-v0.1
4
  tags:
5
+ - alignment-handbook
6
  - trl
7
  - orpo
8
  - generated_from_trainer
9
+ - trl
10
+ - orpo
11
+ - generated_from_trainer
12
+ datasets:
13
+ - argilla/dpo-mix-7k
14
  model-index:
15
  - name: mistral-orpo-mix-7k
16
  results: []
 
22
  [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/eduagarcia/phi3-aligment/runs/uxzjeabe)
23
  # mistral-orpo-mix-7k
24
 
25
+ This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the argilla/dpo-mix-7k dataset.
26
 
27
  ## Model description
28
 
config.json CHANGED
@@ -21,6 +21,6 @@
21
  "tie_word_embeddings": false,
22
  "torch_dtype": "bfloat16",
23
  "transformers_version": "4.41.0.dev0",
24
- "use_cache": false,
25
  "vocab_size": 32000
26
  }
 
21
  "tie_word_embeddings": false,
22
  "torch_dtype": "bfloat16",
23
  "transformers_version": "4.41.0.dev0",
24
+ "use_cache": true,
25
  "vocab_size": 32000
26
  }