Update README.md
Browse files
README.md
CHANGED
|
@@ -53,4 +53,12 @@ inputs = tokenizer(text, return_tensors="pt")
|
|
| 53 |
|
| 54 |
outputs = model.generate(**inputs, max_new_tokens=64)
|
| 55 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
| 56 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
|
| 54 |
outputs = model.generate(**inputs, max_new_tokens=64)
|
| 55 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
| 56 |
+
```
|
| 57 |
+
|
| 58 |
+
|
| 59 |
+
### **The Upstage AI Team** ###
|
| 60 |
+
Upstage is creating the best LLM and DocAI. Please find more information at https://upstage.ai
|
| 61 |
+
|
| 62 |
+
### **Contact Us** ###
|
| 63 |
+
Any questions and suggestions, please use the discussion tab. If you want to contact us directly, drop an email to [[email protected]](mailto:[email protected])
|
| 64 |
+
|