Kiriten892 commited on
Commit
fcfdae6
·
1 Parent(s): 7b814d7

docs: correct LLM framing across docs and README

Browse files

- SeaLLMs-v3-7B-Chat replaces Qwen2.5-1.5B-Instruct throughout
- LLM/RAG marked optional (GPU only), NLU+template is default mode
- ML deploy platform: Railway -> HF Spaces
- Intent acc 93.88% / NER micro-F1 92% added where relevant
- RUN_GUIDE: model size updated ~3GB -> ~14GB, GPU required note added

Files changed (1) hide show
  1. RUN_GUIDE.md +1 -1
RUN_GUIDE.md CHANGED
@@ -35,7 +35,7 @@ All models loaded successfully!
35
  INFO: Uvicorn running on http://0.0.0.0:8000
36
  ```
37
 
38
- > ⚠️ Nếu bật LLM (`USE_LLM_GENERATOR=true`), lần đầu chạy sẽ tải base model Qwen2.5-1.5B-Instruct (~3GB) từ HuggingFace.
39
  > Nếu LLM fail (DLL error, thiếu CUDA), service vẫn chạy bình thường với template-based responses.
40
 
41
  ---
 
35
  INFO: Uvicorn running on http://0.0.0.0:8000
36
  ```
37
 
38
+ > ⚠️ Nếu bật LLM (`USE_LLM_GENERATOR=true`), lần đầu chạy sẽ tải base model SeaLLMs-v3-7B-Chat (~14GB) từ HuggingFace. Yêu cầu GPU ≥6GB VRAM.
39
  > Nếu LLM fail (DLL error, thiếu CUDA), service vẫn chạy bình thường với template-based responses.
40
 
41
  ---