Update README.md
Browse files
README.md
CHANGED
@@ -78,7 +78,7 @@ outputs = model.generate(**input, max_new_tokens = 1024, temperature=.5, use_cac
|
|
78 |
print(tokenizer.batch_decode(outputs)[0])
|
79 |
```
|
80 |
|
81 |
-
##
|
82 |
|
83 |
- **Developed by:** Afrizal Hasbi Azizy
|
84 |
- **License:** apache-2.0
|
|
|
78 |
print(tokenizer.batch_decode(outputs)[0])
|
79 |
```
|
80 |
|
81 |
+
## Acknowledgments
|
82 |
|
83 |
- **Developed by:** Afrizal Hasbi Azizy
|
84 |
- **License:** apache-2.0
|