niltheory/ExistenceTypes
Viewer • Updated • 269 • 24
How to use niltheory/ExistenceTypesAnalysis with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="niltheory/ExistenceTypesAnalysis") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("niltheory/ExistenceTypesAnalysis")
model = AutoModelForSequenceClassification.from_pretrained("niltheory/ExistenceTypesAnalysis")Created for: Compendium Terminum, IP
Base Model: bert-large-cased-whole-word-masking
distilBert for foundational training.bert-base-uncased from distilbert-base-uncased.bert-large-cased-whole-word-masking from bert-base-uncased.This dataset is licensed under CC BY-NC-SA 4.0. Users are free to use, modify, and share it under the same terms, but commercial use is prohibited.