MambaRetriever commited on
Commit
6de4a06
verified
1 Parent(s): 5d40356

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -8,9 +8,9 @@ pipeline_tag: question-answering
8
  ---
9
 
10
 
11
- # Mamba Retriever
12
 
13
- This repository contains model checkpoint for [Mamba Retriever](https://github.com/MambaRetriever/MambaRetriever)
14
 
15
  The model architecture is built upon [mamba](https://github.com/state-spaces/mamba), and is trained from [mamba2-1.3b](https://huggingface.co/state-spaces/mamba2-1.3b)
16
 
@@ -48,4 +48,4 @@ pip install causal_conv1d-1.4.0+cu118torch2.1cxx11abiFALSE-cp310-cp310-linux_x86
48
 
49
  ## Evaluation
50
 
51
- All evaluation code and details are available at [Mamba Retriever Github](https://github.com/MambaRetriever/MambaRetriever)
 
8
  ---
9
 
10
 
11
+ # Single-Pass Scanner
12
 
13
+ This repository contains model checkpoint for [Single-Pass Scanner](https://github.com/MambaRetriever/MambaRetriever)
14
 
15
  The model architecture is built upon [mamba](https://github.com/state-spaces/mamba), and is trained from [mamba2-1.3b](https://huggingface.co/state-spaces/mamba2-1.3b)
16
 
 
48
 
49
  ## Evaluation
50
 
51
+ All evaluation code and details are available at [Single-Pass Scanner Github](https://github.com/MambaRetriever/MambaRetriever)