hiieu commited on
Commit
2e7b738
1 Parent(s): 1f6f34c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -208,8 +208,8 @@ You can finetune this model on your own dataset.
208
  ### Metrics
209
 
210
  #### Information Retrieval
211
- * Dataset: `updating`
212
- * note: We sampled 20% of the Zalo Legal train dataset for fast testing; our model did not train on this dataset.
213
  * Evaluated with [<code>InformationRetrievalEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.InformationRetrievalEvaluator)
214
 
215
  | Model | Accuracy@1 | Accuracy@3 | Accuracy@5 | Accuracy@10 | Precision@1 | Precision@3 | Precision@5 | Precision@10 | Recall@1 | Recall@3 | Recall@5 | Recall@10 | NDCG@10 | MRR@10 | MAP@100 |
 
208
  ### Metrics
209
 
210
  #### Information Retrieval
211
+ * Dataset: [Zalo legal retrieval dataet](https://huggingface.co/datasets/hiieu/legal_eval_label)
212
+ * *note*: We sampled 20% of the Zalo Legal train dataset for fast testing; our model did not train on this dataset.
213
  * Evaluated with [<code>InformationRetrievalEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.InformationRetrievalEvaluator)
214
 
215
  | Model | Accuracy@1 | Accuracy@3 | Accuracy@5 | Accuracy@10 | Precision@1 | Precision@3 | Precision@5 | Precision@10 | Recall@1 | Recall@3 | Recall@5 | Recall@10 | NDCG@10 | MRR@10 | MAP@100 |