Text Generation
Transformers
Safetensors
English
stablelm
causal-lm
conversational
Inference Endpoints
pvduy commited on
Commit
4a006f5
1 Parent(s): 87b82d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -105,6 +105,17 @@ tokens = model.generate(
105
  output = tokenizer.decode(tokens[:, inputs.input_ids.shape[-1]:][0], skip_special_tokens=False)
106
 
107
  print(output)
 
 
 
 
 
 
 
 
 
 
 
108
  ```
109
 
110
 
 
105
  output = tokenizer.decode(tokens[:, inputs.input_ids.shape[-1]:][0], skip_special_tokens=False)
106
 
107
  print(output)
108
+ """
109
+ [
110
+ {
111
+ "name": "TextToImage",
112
+ "arguments": {
113
+ "prompt": "Eiffel Tower in the night"
114
+ }
115
+ }
116
+ ]
117
+ """
118
+
119
  ```
120
 
121