AITeamVN commited on
Commit
9cbc61d
1 Parent(s): a26f28b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -39,7 +39,7 @@ Ngữ cảnh đầu vào chỉ chứa 1 ngữ cảnh (1 postive hoặc 1 negativ
39
  ```python
40
  import torch
41
  from transformers import AutoModelForCausalLM, AutoTokenizer
42
- path = 'LegendNNT/Vi-Qwen2-7b-RAG'
43
  system_prompt = "Bạn là một trợ lí Tiếng Việt nhiệt tình và trung thực. Hãy luôn trả lời một cách hữu ích nhất có thể."
44
  model = AutoModelForCausalLM.from_pretrained(
45
  path,
 
39
  ```python
40
  import torch
41
  from transformers import AutoModelForCausalLM, AutoTokenizer
42
+ path = 'AITeamVN/Vi-Qwen2-7B-RAG'
43
  system_prompt = "Bạn là một trợ lí Tiếng Việt nhiệt tình và trung thực. Hãy luôn trả lời một cách hữu ích nhất có thể."
44
  model = AutoModelForCausalLM.from_pretrained(
45
  path,