Instructions to use VCNC/bert_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use VCNC/bert_2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="VCNC/bert_2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("VCNC/bert_2") model = AutoModelForSequenceClassification.from_pretrained("VCNC/bert_2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 91c1fe2b095d8ae39dcc84a545d661bf4eddaea8ae4bbb025cfe93f52a999d81
- Size of remote file:
- 346 MB
- SHA256:
- 1e521a0a66b3e5635c19f605cf8ae6ff62f562aef85269cb35e65e2ebeaeed2d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.