Ashishkr commited on
Commit
93649f5
1 Parent(s): 1ddc20a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -24,4 +24,8 @@ for i in range(len(sample_outputs)):
24
  result = tokenizer.decode(sample_outputs[i], skip_special_tokens=True).split('||')[0].split('~~')[1]
25
  print(result)
26
 
27
- ```
 
 
 
 
 
24
  result = tokenizer.decode(sample_outputs[i], skip_special_tokens=True).split('||')[0].split('~~')[1]
25
  print(result)
26
 
27
+ ```
28
+
29
+ ---
30
+ inference: false
31
+ ---