Instructions to use hallisky/author-classifier-roberta-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hallisky/author-classifier-roberta-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="hallisky/author-classifier-roberta-large")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("hallisky/author-classifier-roberta-large") model = AutoModelForSequenceClassification.from_pretrained("hallisky/author-classifier-roberta-large") - Notebooks
- Google Colab
- Kaggle
Upload events.out.tfevents.1716697858.g3082.13163.0-author
Browse files
runs/events.out.tfevents.1716697858.g3082.13163.0-author
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d12f18d23ff71452395b941be6717ebd5a19fd86980e82453d469dc1d4e95f4c
|
| 3 |
+
size 19577
|