LunaLan07 commited on
Commit
f75bd32
·
verified ·
1 Parent(s): 5fe9485

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -48,7 +48,7 @@ BioHiCL aligns:
48
  ## ⚙️ Requirements
49
  - python >= 3.8
50
  - transformers == 4.57.3
51
-
52
  ---
53
 
54
  ## 🚀 Usage (BEIR Evaluation)
@@ -68,6 +68,7 @@ url = "https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/" + da
68
  data_path = util.download_and_unzip(url, "datasets")
69
  corpus, queries, qrels = GenericDataLoader(data_path).load(split="test")
70
 
 
71
  model_name = "LunaLan07/BioHiCL-large"
72
  model = SentenceBERT(model_name)
73
 
 
48
  ## ⚙️ Requirements
49
  - python >= 3.8
50
  - transformers == 4.57.3
51
+ > ⚠️ Important: Please ensure that the `transformers` version matches exactly (4.57.3), as other versions may lead to compatibility issues or unexpected behavior.
52
  ---
53
 
54
  ## 🚀 Usage (BEIR Evaluation)
 
68
  data_path = util.download_and_unzip(url, "datasets")
69
  corpus, queries, qrels = GenericDataLoader(data_path).load(split="test")
70
 
71
+ # ⚠️ Important: Please ensure that the `transformers` version matches exactly (4.57.3), as other versions may lead to compatibility issues or unexpected behavior.
72
  model_name = "LunaLan07/BioHiCL-large"
73
  model = SentenceBERT(model_name)
74