Update README.md
Browse files
README.md
CHANGED
@@ -37,4 +37,9 @@ output_ids = model.generate(**input_ids)
|
|
37 |
output_text = tokenizer.decode(output_ids[0], skip_special_tokens=True)
|
38 |
|
39 |
print(output_text)
|
40 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
37 |
output_text = tokenizer.decode(output_ids[0], skip_special_tokens=True)
|
38 |
|
39 |
print(output_text)
|
40 |
+
```
|
41 |
+
|
42 |
+
|
43 |
+
## Fine-tuning script
|
44 |
+
|
45 |
+
[Google Colaboratory Notebook](https://colab.research.google.com/drive/11fUHem8r8qe_Ildh2_1XjOEY-Zyoy5j8?usp=sharing)
|