End of training
Browse files- README.md +3 -1
- config.json +1 -1
README.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
library_name: transformers
|
| 3 |
model_name: Llama-3.1-8B-Instruct-SFT-CoT-short-full-3-alfworld-stage3
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
|
|
|
| 6 |
- trl
|
| 7 |
- sft
|
| 8 |
licence: license
|
|
@@ -10,7 +12,7 @@ licence: license
|
|
| 10 |
|
| 11 |
# Model Card for Llama-3.1-8B-Instruct-SFT-CoT-short-full-3-alfworld-stage3
|
| 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: alfworld
|
| 3 |
library_name: transformers
|
| 4 |
model_name: Llama-3.1-8B-Instruct-SFT-CoT-short-full-3-alfworld-stage3
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
+
- open-r1
|
| 8 |
- trl
|
| 9 |
- sft
|
| 10 |
licence: license
|
|
|
|
| 12 |
|
| 13 |
# Model Card for Llama-3.1-8B-Instruct-SFT-CoT-short-full-3-alfworld-stage3
|
| 14 |
|
| 15 |
+
This model is a fine-tuned version of [None](https://huggingface.co/None) on the [alfworld](https://huggingface.co/datasets/alfworld) dataset.
|
| 16 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 17 |
|
| 18 |
## Quick start
|
config.json
CHANGED
|
@@ -35,6 +35,6 @@
|
|
| 35 |
"tie_word_embeddings": false,
|
| 36 |
"torch_dtype": "bfloat16",
|
| 37 |
"transformers_version": "4.50.0.dev0",
|
| 38 |
-
"use_cache":
|
| 39 |
"vocab_size": 128256
|
| 40 |
}
|
|
|
|
| 35 |
"tie_word_embeddings": false,
|
| 36 |
"torch_dtype": "bfloat16",
|
| 37 |
"transformers_version": "4.50.0.dev0",
|
| 38 |
+
"use_cache": true,
|
| 39 |
"vocab_size": 128256
|
| 40 |
}
|