kalpeshk2011
commited on
Commit
•
5b12381
1
Parent(s):
f6e521c
Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ RankGen is a suite of encoder models (100M-1.2B parameters) which map prefixes a
|
|
8 |
|
9 |
## Using RankGen
|
10 |
|
11 |
-
Loading RankGen is simple using the HuggingFace APIs (see Method-2 below), but we suggest using [`RankGenEncoder`](https://github.com/martiansideofthemoon/rankgen/blob/master/rankgen/rankgen_encoder.py), which is a small wrapper around the HuggingFace APIs for correctly preprocessing data and doing tokenization automatically. You can either download
|
12 |
|
13 |
#### [SUGGESTED] Method-1: Loading the model with RankGenEncoder
|
14 |
|
|
|
8 |
|
9 |
## Using RankGen
|
10 |
|
11 |
+
Loading RankGen is simple using the HuggingFace APIs (see Method-2 below), but we suggest using [`RankGenEncoder`](https://github.com/martiansideofthemoon/rankgen/blob/master/rankgen/rankgen_encoder.py), which is a small wrapper around the HuggingFace APIs for correctly preprocessing data and doing tokenization automatically. You can either download [our repository](https://github.com/martiansideofthemoon/rankgen) and install the API, or copy the implementation from [below](#rankgenencoder-implementation).
|
12 |
|
13 |
#### [SUGGESTED] Method-1: Loading the model with RankGenEncoder
|
14 |
|