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 ·
90f2b0c
1
Parent(s): bfa57dd
Update README.md
Browse files
README.md
CHANGED
|
@@ -194,4 +194,4 @@ The following table contains test results on the HuggingFace model in comparison
|
|
| 194 |
```
|
| 195 |
|
| 196 |
## Contributions
|
| 197 |
-
Thanks to [@gchhablani](https://huggingface.co/gchhablani)
|
|
|
|
| 194 |
```
|
| 195 |
|
| 196 |
## Contributions
|
| 197 |
+
Thanks to [@gchhablani](https://huggingface.co/gchhablani) for adding this model.
|