Update README.md
Browse files
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 |
|