DannyShaw commited on
Commit
eed0365
·
verified ·
1 Parent(s): 26fc864

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
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