RakshitAi commited on
Commit
18460be
·
verified ·
1 Parent(s): 7cc1693

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -35,6 +35,7 @@ AtmaLLaMA is a fine-tuned version of LLaMA 2, trained on ancient philosophical t
35
  - The model does not replace spiritual guidance from qualified practitioners.
36
 
37
  ## How to Use
 
38
  ```python
39
  from transformers import AutoModelForCausalLM, AutoTokenizer
40
 
 
35
  - The model does not replace spiritual guidance from qualified practitioners.
36
 
37
  ## How to Use
38
+ Using model and tokenizer directly
39
  ```python
40
  from transformers import AutoModelForCausalLM, AutoTokenizer
41