Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,16 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
It achieves the following results on the evaluation set:
|
8 |
- Loss: 0.8390
|
9 |
- Rewards/chosen: -0.5836
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- nlp
|
5 |
+
- agent
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
pipeline_tag: text-generation
|
9 |
+
---
|
10 |
+
|
11 |
+
# ALFWorld-MPO
|
12 |
+
|
13 |
+
This model is a fine-tuned version of Llama-3.1-8B-Instruct on the [alfworld-metaplan-preference-pairs](https://huggingface.co/datasets/xwm/Meta_Plan_Optimization/blob/main/alfworld_metaplan_preference_pairs.json) dataset.
|
14 |
It achieves the following results on the evaluation set:
|
15 |
- Loss: 0.8390
|
16 |
- Rewards/chosen: -0.5836
|