End of training
Browse files- README.md +6 -3
- config.json +28 -0
README.md
CHANGED
@@ -1,16 +1,19 @@
|
|
1 |
---
|
|
|
|
|
2 |
library_name: transformers
|
3 |
-
model_name: mistral-7b-sft-
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
6 |
- trl
|
7 |
- orpo
|
8 |
licence: license
|
9 |
---
|
10 |
|
11 |
-
# Model Card for mistral-7b-sft-
|
12 |
|
13 |
-
This model is a fine-tuned version of [None](https://huggingface.co/None).
|
14 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
15 |
|
16 |
## Quick start
|
|
|
1 |
---
|
2 |
+
datasets:
|
3 |
+
- argilla/dpo-mix-7k
|
4 |
library_name: transformers
|
5 |
+
model_name: /home/silvias/alignment-handbook/data/mistral-7b-sft-basic-5e-5-000-v132-full
|
6 |
tags:
|
7 |
- generated_from_trainer
|
8 |
+
- alignment-handbook
|
9 |
- trl
|
10 |
- orpo
|
11 |
licence: license
|
12 |
---
|
13 |
|
14 |
+
# Model Card for /home/silvias/alignment-handbook/data/mistral-7b-sft-basic-5e-5-000-v132-full
|
15 |
|
16 |
+
This model is a fine-tuned version of [None](https://huggingface.co/None) on the [['argilla/dpo-mix-7k']](https://huggingface.co/datasets/['argilla/dpo-mix-7k']) dataset.
|
17 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
18 |
|
19 |
## Quick start
|
config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
+
"_name_or_path": "/home/silvias/alignment-handbook/data/mistral-7b-sft-basic-5e-5-000-v132-full",
|
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.49.0",
|
26 |
+
"use_cache": true,
|
27 |
+
"vocab_size": 32768
|
28 |
+
}
|