jianguozhang commited on
Commit
5cf8db3
β€’
1 Parent(s): 79354df

Add release date to xLAM model series

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -51,13 +51,14 @@ Welcome to the xLAM model family! [Large Action Models (LAMs)](https://blog.sale
51
 
52
  We provide a series of xLAMs in different sizes to cater to various applications, including those optimized for function-calling and general agent applications:
53
 
54
- | Model | # Total Params | Context Length | Download Model | Download GGUF files |
55
- |------------------------|----------------|----------------|----------------|----------|
56
- | xLAM-1b-fc-r | 1.35B | 16k | [πŸ€— Link](https://huggingface.co/Salesforce/xLAM-1b-fc-r) | [πŸ€— Link](https://huggingface.co/Salesforce/xLAM-1b-fc-r-gguf) |
57
- | xLAM-7b-fc-r | 6.91B | 4k | [πŸ€— Link](https://huggingface.co/Salesforce/xLAM-7b-fc-r) | [πŸ€— Link](https://huggingface.co/Salesforce/xLAM-7b-fc-r-gguf) |
58
- | xLAM-7b-r | 7.24B | 32k | [πŸ€— Link](https://huggingface.co/Salesforce/xLAM-7b-r) | -- |
59
- | xLAM-8x7b-r | 46.7B | 32k | [πŸ€— Link](https://huggingface.co/Salesforce/xLAM-8x7b-r) | -- |
60
- | xLAM-8x22b-r | 141B | 64k | [πŸ€— Link](https://huggingface.co/Salesforce/xLAM-8x22b-r) | -- |
 
61
 
62
 
63
 
 
51
 
52
  We provide a series of xLAMs in different sizes to cater to various applications, including those optimized for function-calling and general agent applications:
53
 
54
+ | Model | # Total Params | Context Length |Release Date | Category | Download Model | Download GGUF files |
55
+ |------------------------|----------------|----------------|----|----|----------------|----------|
56
+ | xLAM-7b-r | 7.24B | 32k | Sep. 5, 2024|General, Function-calling | [πŸ€— Link](https://huggingface.co/Salesforce/xLAM-7b-r) | -- |
57
+ | xLAM-8x7b-r | 46.7B | 32k | Sep. 5, 2024|General, Function-calling | [πŸ€— Link](https://huggingface.co/Salesforce/xLAM-8x7b-r) | -- |
58
+ | xLAM-8x22b-r | 141B | 64k | Sep. 5, 2024|General, Function-calling | [πŸ€— Link](https://huggingface.co/Salesforce/xLAM-8x22b-r) | -- |
59
+ | xLAM-1b-fc-r | 1.35B | 16k | July 17, 2024 | Function-calling| [πŸ€— Link](https://huggingface.co/Salesforce/xLAM-1b-fc-r) | [πŸ€— Link](https://huggingface.co/Salesforce/xLAM-1b-fc-r-gguf) |
60
+ | xLAM-7b-fc-r | 6.91B | 4k | July 17, 2024| Function-calling| [πŸ€— Link](https://huggingface.co/Salesforce/xLAM-7b-fc-r) | [πŸ€— Link](https://huggingface.co/Salesforce/xLAM-7b-fc-r-gguf) |
61
+ | xLAM-v0.1-r | 46.7B | 32k | Mar. 18, 2024 |General, Function-calling | [πŸ€— Link](https://huggingface.co/Salesforce/xLAM-v0.1-r) | -- |
62
 
63
 
64