Update README.md
Browse files
README.md
CHANGED
@@ -42,6 +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 |
|
@@ -62,6 +64,9 @@ outputs = model.generate(input_ids, max_length=64)
|
|
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
|
|
|
42 |
## Decode and print the output
|
43 |
decoded_output = tokenizer.decode(outputs[0], skip_special_tokens=True)
|
44 |
print("Model Output:", decoded_output)
|
45 |
+
```
|
46 |
+
```java
|
47 |
Model Output: μλ
νμκ½
|
48 |
```
|
49 |
|
|
|
64 |
decoded_output = tokenizer.decode(outputs[0], skip_special_tokens=True)
|
65 |
print("Model Output:", decoded_output)
|
66 |
```
|
67 |
+
```java
|
68 |
+
Model Output: μλ
νμΈμ
|
69 |
+
```
|
70 |
|
71 |
### **Parent Model**
|
72 |
- gogamza/kobart-base-v2
|