Instructions to use SnowFlash383935/DigitalEduTransformers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SnowFlash383935/DigitalEduTransformers with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("SnowFlash383935/DigitalEduTransformers", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,6 @@ metrics:
|
|
| 5 |
pipeline_tag: tabular-classification
|
| 6 |
tags:
|
| 7 |
- finance
|
| 8 |
-
library_name: transformers
|
| 9 |
---
|
| 10 |
Модель для соревнования DigitalEdu с использованием трансформеров. 9 эпох.
|
| 11 |
## Параметры
|
|
|
|
| 5 |
pipeline_tag: tabular-classification
|
| 6 |
tags:
|
| 7 |
- finance
|
|
|
|
| 8 |
---
|
| 9 |
Модель для соревнования DigitalEdu с использованием трансформеров. 9 эпох.
|
| 10 |
## Параметры
|