Update README.md
Browse files
README.md
CHANGED
@@ -77,6 +77,17 @@ Please tell me about how mistral winds have attracted super-orcas.<|im_end|>
|
|
77 |
```
|
78 |
|
79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
# Evaluation
|
81 |
|
82 |
## HuggingFace Leaderboard Performance
|
|
|
77 |
```
|
78 |
|
79 |
|
80 |
+
# Inference
|
81 |
+
|
82 |
+
See [this notebook](https://colab.research.google.com/drive/1yZlLSifCGELAX5GN582kZypHCv0uJuNX?usp=sharing) for inference details.
|
83 |
+
|
84 |
+
Note that you need the development snapshot of Transformers currently, as support for Mistral hasn't been released into PyPi yet:
|
85 |
+
|
86 |
+
```
|
87 |
+
pip install git+https://github.com/huggingface/transformers
|
88 |
+
```
|
89 |
+
|
90 |
+
|
91 |
# Evaluation
|
92 |
|
93 |
## HuggingFace Leaderboard Performance
|