Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ tags:
|
|
| 10 |
license: llama3
|
| 11 |
---
|
| 12 |
|
| 13 |
-
# **Typhoon
|
| 14 |
|
| 15 |
This is the research preview of Typhoon Vision.
|
| 16 |
|
|
@@ -112,4 +112,13 @@ output_ids = model.generate(
|
|
| 112 |
)[0]
|
| 113 |
|
| 114 |
print(tokenizer.decode(output_ids[input_ids.shape[1]:], skip_special_tokens=True).strip())
|
| 115 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
license: llama3
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# **Typhoon-Vision Research Preview**
|
| 14 |
|
| 15 |
This is the research preview of Typhoon Vision.
|
| 16 |
|
|
|
|
| 112 |
)[0]
|
| 113 |
|
| 114 |
print(tokenizer.decode(output_ids[input_ids.shape[1]:], skip_special_tokens=True).strip())
|
| 115 |
+
```
|
| 116 |
+
|
| 117 |
+
# Intended Uses & Limitations
|
| 118 |
+
This model is experimental and might not be fully evaluated for all use cases. Developers should assess risks in the context of their specific applications.
|
| 119 |
+
|
| 120 |
+
# Follow us
|
| 121 |
+
https://twitter.com/opentyphoon
|
| 122 |
+
|
| 123 |
+
# Support
|
| 124 |
+
https://discord.gg/CqyBscMFpg
|