Update README.md
Browse files
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 |
+
---
|