Update README.md
Browse files
README.md
CHANGED
@@ -62,4 +62,11 @@ pipeline_tag: text-generation
|
|
62 |
pipe = pipeline(task="text-generation", model=model, tokenizer=tokenizer, max_length=200)
|
63 |
result = pipe(f"<s>[INST] {prompt} [/INST]")
|
64 |
print(result[0]['generated_text'])
|
65 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
pipe = pipeline(task="text-generation", model=model, tokenizer=tokenizer, max_length=200)
|
63 |
result = pipe(f"<s>[INST] {prompt} [/INST]")
|
64 |
print(result[0]['generated_text'])
|
65 |
+
```
|
66 |
+
|
67 |
+
Để ưu tiên cho việc dễ dàng tiếp cận với các sinh viên dưới đây là mẫu ví dụ chạy thử model trên
|
68 |
+
https://colab.research.google.com/drive/1ME_k-gUKSY2NbB7GQRk3sqz56CKsSV5C?usp=sharing
|
69 |
+
|
70 |
+
## Conntact
|
71 | |
72 |
+
|