Add Transformers as the library (#4)
Browse files- Update README.md (6bc0e268f32cf27981760ac90e755aba10d4ff02)
Co-authored-by: Vaibhav Srivastav <[email protected]>
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">
|
@@ -236,4 +239,4 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
|
236 |
## 6. Chatbot & API
|
237 |
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.
|
238 |
|
239 |
-
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">
|
|
|
239 |
## 6. Chatbot & API
|
240 |
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.
|
241 |
|
242 |
+
Contact us at [[email protected]](mailto:[email protected]).
|