Pclanglais commited on
Commit
1239cfa
1 Parent(s): ebed1da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ Chatrag-Deberta is based on Deberta-v3-large, a 304M encoder-decoder. Its initia
4
 
5
  ## Use
6
 
7
- The inference_chatrag.py file provides a typical example of inference with Chatrag-Deberta.
8
 
9
  For every submitted text, Chatrag-Deberta will output a range of probabilities to require RAG or not.
10
 
 
4
 
5
  ## Use
6
 
7
+ A typical example of inference with Chatrag-Deberta is provided in the [Google Colab demo](https://colab.research.google.com/drive/1nTLFJXopFOEJldaCPzjQ2g5-j0NnpLdz?usp=sharing) or with inference_chatrag.py
8
 
9
  For every submitted text, Chatrag-Deberta will output a range of probabilities to require RAG or not.
10