Update README.md
Browse files
README.md
CHANGED
@@ -4,4 +4,8 @@ language:
|
|
4 |
- en
|
5 |
base_model:
|
6 |
- meta-llama/Llama-3.1-70B-Instruct
|
7 |
-
---
|
|
|
|
|
|
|
|
|
|
4 |
- en
|
5 |
base_model:
|
6 |
- meta-llama/Llama-3.1-70B-Instruct
|
7 |
+
---
|
8 |
+
|
9 |
+
This model is a reproduction of the model in "AgentGen: Enhancing Planning Abilities for Large Language Model based Agent via Environment and Task Generation".
|
10 |
+
|
11 |
+
The code for producing the model is in https://github.com/lazychih114/AgentGen-Reproduction/tree/main
|