Zkare commited on
Commit
f2dad8a
·
verified ·
1 Parent(s): fa65004

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -11
README.md CHANGED
@@ -1,17 +1,18 @@
1
  ---
2
  language:
3
- - en
4
- - vi
5
- pretty_name: "Chatbot IELTS Assistant v2"
6
  license: apache-2.0
7
  tags:
8
- - qwen3
9
- - chatbot
10
- - conversational
11
- - ielts
12
- - education
13
- - text-generation
14
- base_model: "Qwen3-4B-2507"
 
15
  ---
16
 
17
  # 📘 Chatbot IELTS Assistant v2
@@ -67,4 +68,4 @@ prompt = "Help me practice IELTS Speaking Part 2."
67
  inputs = tokenizer(prompt, return_tensors="pt").to(model.device)
68
  outputs = model.generate(**inputs, max_new_tokens=180)
69
 
70
- print(tokenizer.decode(outputs[0], skip_special_tokens=True))
 
1
  ---
2
  language:
3
+ - en
4
+ - vi
5
+ pretty_name: Chatbot IELTS Assistant v2
6
  license: apache-2.0
7
  tags:
8
+ - qwen3
9
+ - chatbot
10
+ - conversational
11
+ - ielts
12
+ - education
13
+ - text-generation
14
+ base_model:
15
+ - Qwen/Qwen3-4B-Instruct-2507
16
  ---
17
 
18
  # 📘 Chatbot IELTS Assistant v2
 
68
  inputs = tokenizer(prompt, return_tensors="pt").to(model.device)
69
  outputs = model.generate(**inputs, max_new_tokens=180)
70
 
71
+ print(tokenizer.decode(outputs[0], skip_special_tokens=True))