Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ outputs = model.generate(input_ids, max_length=64)
|
|
42 |
## Decode and print the output
|
43 |
decoded_output = tokenizer.decode(outputs[0], skip_special_tokens=True)
|
44 |
print("Model Output:", decoded_output)
|
45 |
-
Model Output:
|
46 |
|
47 |
---
|
48 |
|
@@ -59,7 +59,7 @@ outputs = model.generate(input_ids, max_length=64)
|
|
59 |
|
60 |
## Decode and print the output
|
61 |
decoded_output = tokenizer.decode(outputs[0], skip_special_tokens=True)
|
62 |
-
print("Model Output:", decoded_output)
|
63 |
|
64 |
### **Parent Model**
|
65 |
- gogamza/kobart-base-v2
|
|
|
42 |
## Decode and print the output
|
43 |
decoded_output = tokenizer.decode(outputs[0], skip_special_tokens=True)
|
44 |
print("Model Output:", decoded_output)
|
45 |
+
Model Output: μλ
νμκ½```
|
46 |
|
47 |
---
|
48 |
|
|
|
59 |
|
60 |
## Decode and print the output
|
61 |
decoded_output = tokenizer.decode(outputs[0], skip_special_tokens=True)
|
62 |
+
print("Model Output:", decoded_output)```
|
63 |
|
64 |
### **Parent Model**
|
65 |
- gogamza/kobart-base-v2
|