Update README.md
Browse files
README.md
CHANGED
|
@@ -44,5 +44,5 @@ with torch.no_grad():
|
|
| 44 |
print(tokenizer.decode(generated_ids[0][model_input["input_ids"].shape[1]:], skip_special_tokens=True))
|
| 45 |
```
|
| 46 |
|
| 47 |
-
|
| 48 |
|
|
|
|
| 44 |
print(tokenizer.decode(generated_ids[0][model_input["input_ids"].shape[1]:], skip_special_tokens=True))
|
| 45 |
```
|
| 46 |
|
| 47 |
+
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
|
| 48 |
|