Limerobot commited on
Commit
15c954b
1 Parent(s): 6853712

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
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 [solar@upstage.ai](mailto:solar@upstage.ai)
64
+