Instructions to use christopheparisse/complexity_90mChildCorpora_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use christopheparisse/complexity_90mChildCorpora_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="christopheparisse/complexity_90mChildCorpora_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("christopheparisse/complexity_90mChildCorpora_model") model = AutoModelForSequenceClassification.from_pretrained("christopheparisse/complexity_90mChildCorpora_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
e00f55e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b8ff910c905efc15a5c5e9274fc7167491d40eba56ceea42ba4be4c133bc8661
size 553161096
|