XAgentTeam commited on
Commit
a69249e
1 Parent(s): c9e40a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,11 +10,11 @@ license: llama2
10
  # **XAgent Llama**
11
 
12
  XAgentLlaMa is a collection of fine-tuned generative text models ranging in scale from 7 billion to 34 billion based on Llama 2 and Code Llama.
13
- This is the repository for the 34B fine-tuned model, optimized for XAgent with strong function call ability.
14
 
15
  ## Warning: This is a preview version of the model, does not stand for final quality.
16
 
17
- We collect around 300K pieces of data and fine-tune Code-Llama 34B with 48 A100 GPUs. More details will be released later.
18
 
19
  This model is trained with a special function call format, and should be used with [XAgentGen](https://github.com/OpenBMB/XAgent/tree/dev/XAgentGen) to get best performance.
20
 
 
10
  # **XAgent Llama**
11
 
12
  XAgentLlaMa is a collection of fine-tuned generative text models ranging in scale from 7 billion to 34 billion based on Llama 2 and Code Llama.
13
+ This is the repository for the 7B fine-tuned model, optimized for XAgent with strong function call ability.
14
 
15
  ## Warning: This is a preview version of the model, does not stand for final quality.
16
 
17
+ We collect around 300K pieces of data and fine-tune Code-Llama 7B with 48 A100 GPUs. More details will be released later.
18
 
19
  This model is trained with a special function call format, and should be used with [XAgentGen](https://github.com/OpenBMB/XAgent/tree/dev/XAgentGen) to get best performance.
20