Spaces:
Sleeping
Sleeping
Migrated to LLaMA 2
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
3 |
import torch
|
4 |
|
5 |
class VietnameseChatbot:
|
6 |
-
def __init__(self, model_name="
|
7 |
"""
|
8 |
Initialize the Vietnamese chatbot with a pre-trained model
|
9 |
"""
|
|
|
3 |
import torch
|
4 |
|
5 |
class VietnameseChatbot:
|
6 |
+
def __init__(self, model_name="meta-llama/Llama-2-13b-hf"):
|
7 |
"""
|
8 |
Initialize the Vietnamese chatbot with a pre-trained model
|
9 |
"""
|