Instructions to use ai-forever/ruElectra-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ai-forever/ruElectra-large with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("ai-forever/ruElectra-large") model = AutoModelForPreTraining.from_pretrained("ai-forever/ruElectra-large") - Notebooks
- Google Colab
- Kaggle
Commit ·
68e1689
1
Parent(s): 5ecce4a
Update README.md
Browse files
README.md
CHANGED
|
@@ -49,7 +49,7 @@ sentence_embeddings = mean_pooling(model_output, encoded_input['attention_mask']
|
|
| 49 |
```
|
| 50 |
|
| 51 |
# Authors
|
| 52 |
-
+ [
|
| 53 |
+ Aleksandr Abramov: [HF profile](https://huggingface.co/Andrilko), [Github](https://github.com/Ab1992ao), [Kaggle Competitions Master](https://www.kaggle.com/andrilko);
|
| 54 |
+ Mark Baushenko: [HF profile](https://huggingface.co/e0xexrazy);
|
| 55 |
+ Artem Snegirev: [HF profile](https://huggingface.co/artemsnegirev)
|
|
|
|
| 49 |
```
|
| 50 |
|
| 51 |
# Authors
|
| 52 |
+
+ [SaluteDevices](https://sberdevices.ru/) RnD Team.
|
| 53 |
+ Aleksandr Abramov: [HF profile](https://huggingface.co/Andrilko), [Github](https://github.com/Ab1992ao), [Kaggle Competitions Master](https://www.kaggle.com/andrilko);
|
| 54 |
+ Mark Baushenko: [HF profile](https://huggingface.co/e0xexrazy);
|
| 55 |
+ Artem Snegirev: [HF profile](https://huggingface.co/artemsnegirev)
|