sbmaruf commited on
Commit
cd1d2eb
·
1 Parent(s): 228a0cb

update model name

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -71,7 +71,7 @@ The system prompt is integrated inside the tokenizer config (accessed via `apply
71
 
72
  ### Example Usages
73
 
74
- The weights for ALLaM model checkpoints can be accessed via [HuggingFace transformers](https://github.com/huggingface/transformers) (tested with `transformers>=4.40.1`). The following code snippet demonstrates how to load the model and generate text using the `ALLaM-2-7B-SFT` model.
75
 
76
  ```python
77
  from transformers import AutoModelForCausalLM, AutoTokenizer
 
71
 
72
  ### Example Usages
73
 
74
+ The weights for ALLaM model checkpoints can be accessed via [HuggingFace transformers](https://github.com/huggingface/transformers) (tested with `transformers>=4.40.1`). The following code snippet demonstrates how to load the model and generate text using the `ALLaM-AI/ALLaM-7B-Instruct-preview` model.
75
 
76
  ```python
77
  from transformers import AutoModelForCausalLM, AutoTokenizer