Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,8 @@ Otherwise, refer to the code in [router-plugin](https://github.com/codelion/opti
|
|
16 |
|
17 |
# Usage
|
18 |
|
19 |
-
To use the model directly you will need to use our `OptILMClassifier` class as we added additional layers to the base model.
|
|
|
20 |
the mapping of the returned index to the `APPROACHES` list as shown below.
|
21 |
|
22 |
```python
|
|
|
16 |
|
17 |
# Usage
|
18 |
|
19 |
+
To use the model directly you will need to use our `OptILMClassifier` class as we added additional layers to the base model. The additional
|
20 |
+
`effort_encoder` is used to take into account the number of tokens a given approach consumes. Also, note
|
21 |
the mapping of the returned index to the `APPROACHES` list as shown below.
|
22 |
|
23 |
```python
|