Add library name for snippets
#1
by
reach-vb
HF staff
- opened
README.md
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
<div align="center">
|
2 |
|
3 |
<svg width="60%" height="auto" viewBox="0 0 144 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
@@ -189,4 +192,4 @@ response = processor.tokenizer.batch_decode(generated_ids, skip_special_tokens=T
|
|
189 |
## 5. Chatbot & API
|
190 |
For general use and evaluation, we provide a [Chatbot](https://www.hailuo.ai/) with online search capabilities and the [online API](https://intl.minimaxi.com) for developers.
|
191 |
|
192 |
-
Contact us at [[email protected]](mailto:[email protected]).
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
---
|
4 |
<div align="center">
|
5 |
|
6 |
<svg width="60%" height="auto" viewBox="0 0 144 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
|
192 |
## 5. Chatbot & API
|
193 |
For general use and evaluation, we provide a [Chatbot](https://www.hailuo.ai/) with online search capabilities and the [online API](https://intl.minimaxi.com) for developers.
|
194 |
|
195 |
+
Contact us at [[email protected]](mailto:[email protected]).
|