Instructions to use google/fnet-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/fnet-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("google/fnet-base") model = AutoModelForPreTraining.from_pretrained("google/fnet-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
5d689f1
1
Parent(s): 66503d3
Update README.md
Browse files
README.md
CHANGED
|
@@ -178,4 +178,4 @@ Glue test results:
|
|
| 178 |
```
|
| 179 |
|
| 180 |
## Contributions
|
| 181 |
-
Thanks to @gchhablani for adding this model.
|
|
|
|
| 178 |
```
|
| 179 |
|
| 180 |
## Contributions
|
| 181 |
+
Thanks to [@gchhablani](https://huggingface.co/gchhablani). for adding this model.
|