Update README.md
Browse files
README.md
CHANGED
@@ -59,3 +59,6 @@ generated_ids = [
|
|
59 |
|
60 |
response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
61 |
```
|
|
|
|
|
|
|
|
59 |
|
60 |
response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
61 |
```
|
62 |
+
|
63 |
+
### Contact information
|
64 |
+
For personal communication related to this project, please contact Nha Nguyen Van ([email protected]).
|