Update README.md
Browse files
README.md
CHANGED
@@ -171,6 +171,8 @@ Here's a concise overview of the key hyperparameters used for training the model
|
|
171 |
|
172 |
## Seamless Integration with Hugging Face 🤗
|
173 |
|
|
|
|
|
174 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
175 |
|
176 |
tokenizer = AutoTokenizer.from_pretrained("ayjays132/phillnet")
|
|
|
171 |
|
172 |
## Seamless Integration with Hugging Face 🤗
|
173 |
|
174 |
+
![Text Generation](https://huggingface.co/ayjays132/phillnet/resolve/main/Integration.png?download=true)
|
175 |
+
|
176 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
177 |
|
178 |
tokenizer = AutoTokenizer.from_pretrained("ayjays132/phillnet")
|