alvarobartt HF staff commited on
Commit
0a87f28
1 Parent(s): 3c4912e

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-7b-orpo-capybara-reproduction
10
  results: []
@@ -15,7 +21,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # mistral-7b-orpo-capybara-reproduction
17
 
18
- This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the None dataset.
19
 
20
  ## Model description
21
 
 
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/distilabel-capybara-dpo-7k-binarized
14
  model-index:
15
  - name: mistral-7b-orpo-capybara-reproduction
16
  results: []
 
21
 
22
  # mistral-7b-orpo-capybara-reproduction
23
 
24
+ This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the argilla/distilabel-capybara-dpo-7k-binarized dataset.
25
 
26
  ## Model description
27
 
config.json CHANGED
@@ -22,6 +22,6 @@
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "bfloat16",
24
  "transformers_version": "4.39.0.dev0",
25
- "use_cache": false,
26
  "vocab_size": 32002
27
  }
 
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "bfloat16",
24
  "transformers_version": "4.39.0.dev0",
25
+ "use_cache": true,
26
  "vocab_size": 32002
27
  }