YuITC commited on
Commit
1efb9cc
·
verified ·
1 Parent(s): 12dc8b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -5
README.md CHANGED
@@ -5,12 +5,19 @@ task_categories:
5
  language:
6
  - vi
7
  tags:
8
- - sentence-similarity
9
- - sentence-transformers
10
- - transformers
11
- - PyTorch
 
 
12
  ---
13
 
14
  # bert-base-multilingual-cased-finetuned-VNLegalDocs
 
 
 
15
 
16
- Dataset used to deploy the Gradio application.
 
 
 
5
  language:
6
  - vi
7
  tags:
8
+ - sentence-similarity
9
+ - sentence-transformers
10
+ - transformers
11
+ - PyTorch
12
+ size_categories:
13
+ - 100K<n<1M
14
  ---
15
 
16
  # bert-base-multilingual-cased-finetuned-VNLegalDocs
17
+ Data used to deploy the Gradio application:
18
+ - `corspus_data.parquet`: Documents list
19
+ - `legal_faiss.index`: FAISS index
20
 
21
+ Data used to fine-tune and evaluate the model [YuITC/bert-base-multilingual-cased-finetuned-VNLegalDocs](https://huggingface.co/YuITC/bert-base-multilingual-cased-finetuned-VNLegalDocs)
22
+ - `train_data.parquet`: For fine-tuning the model
23
+ - `test_data.parquet`: For evaluation