End of training
Browse files- README.md +6 -3
- config.json +1 -1
README.md
CHANGED
@@ -1,17 +1,20 @@
|
|
1 |
---
|
2 |
base_model: BSC-LT/salamandra-7b
|
|
|
|
|
3 |
library_name: transformers
|
4 |
-
model_name: salamandra-
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
7 |
- trl
|
8 |
- sft
|
9 |
licence: license
|
10 |
---
|
11 |
|
12 |
-
# Model Card for salamandra-
|
13 |
|
14 |
-
This model is a fine-tuned version of [BSC-LT/salamandra-7b](https://huggingface.co/BSC-LT/salamandra-7b).
|
15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
16 |
|
17 |
## Quick start
|
|
|
1 |
---
|
2 |
base_model: BSC-LT/salamandra-7b
|
3 |
+
datasets:
|
4 |
+
- latam-gpt/es-smoltalk
|
5 |
library_name: transformers
|
6 |
+
model_name: BSC-LT/salamandra-7b
|
7 |
tags:
|
8 |
- generated_from_trainer
|
9 |
+
- alignment-handbook
|
10 |
- trl
|
11 |
- sft
|
12 |
licence: license
|
13 |
---
|
14 |
|
15 |
+
# Model Card for BSC-LT/salamandra-7b
|
16 |
|
17 |
+
This model is a fine-tuned version of [BSC-LT/salamandra-7b](https://huggingface.co/BSC-LT/salamandra-7b) on the [['latam-gpt/es-smoltalk']](https://huggingface.co/datasets/['latam-gpt/es-smoltalk']) dataset.
|
18 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
19 |
|
20 |
## Quick start
|
config.json
CHANGED
@@ -26,6 +26,6 @@
|
|
26 |
"tie_word_embeddings": false,
|
27 |
"torch_dtype": "bfloat16",
|
28 |
"transformers_version": "4.48.1",
|
29 |
-
"use_cache":
|
30 |
"vocab_size": 256000
|
31 |
}
|
|
|
26 |
"tie_word_embeddings": false,
|
27 |
"torch_dtype": "bfloat16",
|
28 |
"transformers_version": "4.48.1",
|
29 |
+
"use_cache": true,
|
30 |
"vocab_size": 256000
|
31 |
}
|