Text Classification
Transformers
Safetensors
English
llama
text-generation
Writing
Acdamic_Writing
Scholarly_Writing
Overleaf
LaTex
Natural_Language_Processing
text-embeddings-inference
Instructions to use minnesotanlp/scholawrite-llama3.1-8b-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use minnesotanlp/scholawrite-llama3.1-8b-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="minnesotanlp/scholawrite-llama3.1-8b-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("minnesotanlp/scholawrite-llama3.1-8b-classifier") model = AutoModelForMultimodalLM.from_pretrained("minnesotanlp/scholawrite-llama3.1-8b-classifier") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
b9fe90c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b8d837c0c4394a972ec141bdcf8caa5846e9984d63e915e665378f16e0c96dd0
size 4886957688
|