Instructions to use optimum-intel-internal-testing/tiny-random-flaubert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use optimum-intel-internal-testing/tiny-random-flaubert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="optimum-intel-internal-testing/tiny-random-flaubert")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("optimum-intel-internal-testing/tiny-random-flaubert") model = AutoModel.from_pretrained("optimum-intel-internal-testing/tiny-random-flaubert") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
cf69779 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:59d454224d1b827852eea31fb083b55b5a2011848ba90d5cecc5873e71c44166
size 9124752
|