Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,8 @@ 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 +60,8 @@ 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 |
---
|
49 |
|
|
|
60 |
|
61 |
## Decode and print the output
|
62 |
decoded_output = tokenizer.decode(outputs[0], skip_special_tokens=True)
|
63 |
+
print("Model Output:", decoded_output)
|
64 |
+
```
|
65 |
|
66 |
### **Parent Model**
|
67 |
- gogamza/kobart-base-v2
|