Instructions to use bbaaaa/myfork with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bbaaaa/myfork with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="bbaaaa/myfork")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("bbaaaa/myfork") model = AutoModel.from_pretrained("bbaaaa/myfork") - Notebooks
- Google Colab
- Kaggle
Commit History
big transformer 0dc19c2
1 c0c2c2a
1 8c52177
1 e423709
1 afb7796
1 4910955
1 6c13f47
1 7d51d38
1 ea08419
1 dd4bd07
1 78f6631
1 ca215d4
1 42a9353
1 d1ca980
1 52e234b
transformer big 60823c5
1 56ce9df
typo: encoder-encoder -> encoder-decoder (#1) 8435883
Update config.json d0af988
remove ipynb file ea0107e
update mask token embeddings b0c3779
Fix code example 7652e0c
Add model card 51f9983
add flax model c5eee23
Move tokenizer.json from roberta-large c2469fb
Added vocabulary files from robert-large repo df1e90c
Thomas Wolf commited on