Instructions to use howey/HDT-E with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use howey/HDT-E with Transformers:
# Load model directly from transformers import AutoModelForPreTraining model = AutoModelForPreTraining.from_pretrained("howey/HDT-E", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ datasets:
|
|
| 8 |
- howey/wiki_en
|
| 9 |
- howey/hupd
|
| 10 |
---
|
| 11 |
-
|
| 12 |
## Using HDT
|
| 13 |
To use the pre-trained model for masked language modeling, use the following snippet:
|
| 14 |
```python
|
|
|
|
| 8 |
- howey/wiki_en
|
| 9 |
- howey/hupd
|
| 10 |
---
|
| 11 |
+
# Model Weights Comming Soon!
|
| 12 |
## Using HDT
|
| 13 |
To use the pre-trained model for masked language modeling, use the following snippet:
|
| 14 |
```python
|