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 model_config.py
Browse files- model_config.py +1 -1
model_config.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
from transformers import PretrainedConfig
|
| 2 |
|
| 3 |
class TabularTransformerConfig(PretrainedConfig):
|
| 4 |
-
model_type = "
|
| 5 |
|
| 6 |
def __init__(
|
| 7 |
self,
|
|
|
|
| 1 |
from transformers import PretrainedConfig
|
| 2 |
|
| 3 |
class TabularTransformerConfig(PretrainedConfig):
|
| 4 |
+
model_type = "transformer"
|
| 5 |
|
| 6 |
def __init__(
|
| 7 |
self,
|