Text Classification
Transformers
PyTorch
Safetensors
English
bert
regression
text-embeddings-inference
Instructions to use morenolq/thext-ai-scibert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use morenolq/thext-ai-scibert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="morenolq/thext-ai-scibert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("morenolq/thext-ai-scibert") model = AutoModelForSequenceClassification.from_pretrained("morenolq/thext-ai-scibert") - Notebooks
- Google Colab
- Kaggle
Commit History
Merge branch 'main' of https://huggingface.co/morenolq/thext-ai-scibert into main e8fe312
Moreno La Quatra commited on
fixed model version 143dc08
Moreno La Quatra commited on
Update README.md b4de7e5
Moreno La Quatra commited on
Create README.md 67d1518
Moreno La Quatra commited on
add tokenizer 6d4749f
Moreno La Quatra commited on
add model ac672f3
Moreno La Quatra commited on
initial commit e2472f7
Moreno La Quatra commited on