Instructions to use google/fnet-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/fnet-large with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("google/fnet-large") model = AutoModelForPreTraining.from_pretrained("google/fnet-large") - Notebooks
- Google Colab
- Kaggle
Commit ·
156c3c9
1
Parent(s): 208aaa2
Update README.md
Browse files
README.md
CHANGED
|
@@ -183,4 +183,4 @@ Glue test results:
|
|
| 183 |
```
|
| 184 |
|
| 185 |
## Contributions
|
| 186 |
-
Thanks to [@gchhablani](https://huggingface.co/gchhablani)
|
|
|
|
| 183 |
```
|
| 184 |
|
| 185 |
## Contributions
|
| 186 |
+
Thanks to [@gchhablani](https://huggingface.co/gchhablani) for adding this model.
|