jordiclive commited on
Commit
a88ada6
1 Parent(s): 87a484d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -11,6 +11,4 @@ Each dataset is a parquet file with the following features.
11
  - `t5_summary_token_count `: a `int64` feature. The number of tokens the summary is encoded in.
12
  - `contriever_cos`: a `float64` feature. The Cosine Similarity of the Contriever text embedding and Contriever summary embedding.
13
 
14
- Information about the Contriever model: https://github.com/facebookresearch/contriever.
15
-
16
- ```
 
11
  - `t5_summary_token_count `: a `int64` feature. The number of tokens the summary is encoded in.
12
  - `contriever_cos`: a `float64` feature. The Cosine Similarity of the Contriever text embedding and Contriever summary embedding.
13
 
14
+ Information about the Contriever model can be found here: https://github.com/facebookresearch/contriever.