Lyon28 commited on
Commit
ebd3ed5
·
verified ·
1 Parent(s): 1da9712

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  license: mit
3
  datasets:
4
- - Lyon28/datasets-caca-3500
5
  language:
6
  - id
7
  tags:
@@ -20,7 +20,7 @@ Chatbot berbasis BM25 + TF-IDF untuk QA Bahasa Indonesia.
20
  - **Type:** Retrieval-based QA System
21
  - **Size:** 2.69 MB
22
  - **Algorithm:** Hybrid BM25 + TF-IDF + Fuzzy Matching
23
- - **Dataset:** datasets-caca-3500 (3,500 QA pairs)
24
  - **Language:** Indonesian
25
 
26
  ## Usage
@@ -33,7 +33,7 @@ Chatbot berbasis BM25 + TF-IDF untuk QA Bahasa Indonesia.
33
  from huggingface_hub import hf_hub_download
34
 
35
  model_path = hf_hub_download(
36
- repo_id="Lyon28/caca-based-chatbot",
37
  filename="chatbot_caca.pkl"
38
  )
39
 
 
1
  ---
2
  license: mit
3
  datasets:
4
+ - Lyon28/Caca-Behavior
5
  language:
6
  - id
7
  tags:
 
20
  - **Type:** Retrieval-based QA System
21
  - **Size:** 2.69 MB
22
  - **Algorithm:** Hybrid BM25 + TF-IDF + Fuzzy Matching
23
+ - **Dataset:** Caca-Behavior (4.079 QA pairs)
24
  - **Language:** Indonesian
25
 
26
  ## Usage
 
33
  from huggingface_hub import hf_hub_download
34
 
35
  model_path = hf_hub_download(
36
+ repo_id="Lyon28/Caca-Chatbot",
37
  filename="chatbot_caca.pkl"
38
  )
39