Daniel Hesslow commited on
Commit
e0e1228
1 Parent(s): e251c35

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -32,4 +32,9 @@ sequences = pipeline(
32
  for seq in sequences:
33
  print(f"Result: {seq['generated_text']}")
34
 
35
- ```
 
 
 
 
 
 
32
  for seq in sequences:
33
  print(f"Result: {seq['generated_text']}")
34
 
35
+ ```
36
+
37
+
38
+
39
+ There will be a warning that the model is not supported for generation, it can safely be ignore.
40
+