menouar
commited on
Commit
•
77e4f87
1
Parent(s):
001fbb9
Improve comments
Browse files
utils/create_info_files.py
CHANGED
@@ -42,7 +42,7 @@ pipeline_tag: text-generation
|
|
42 |
|
43 |
# Model Card for {name}:
|
44 |
|
45 |
-
**{name}** is a language model that is trained to act as helpful assistant. It is a finetuned version of [{base_model_name}-{base_model_version}](https://huggingface.co/{base_model_name}-{base_model_version}) that was trained using SFTTrainer on
|
46 |
{dataset_name}](https://huggingface.co/datasets/{dataset_name}).
|
47 |
|
48 |
## Training Procedure:
|
|
|
42 |
|
43 |
# Model Card for {name}:
|
44 |
|
45 |
+
**{name}** is a language model that is trained to act as helpful assistant. It is a finetuned version of [{base_model_name}-{base_model_version}](https://huggingface.co/{base_model_name}-{base_model_version}) that was trained using `SFTTrainer` on publicly available dataset [
|
46 |
{dataset_name}](https://huggingface.co/datasets/{dataset_name}).
|
47 |
|
48 |
## Training Procedure:
|