Text Classification
Transformers
Safetensors
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use albertmartinez/openalex-topic-classification-title-abstract with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use albertmartinez/openalex-topic-classification-title-abstract with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="albertmartinez/openalex-topic-classification-title-abstract")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("albertmartinez/openalex-topic-classification-title-abstract") model = AutoModelForSequenceClassification.from_pretrained("albertmartinez/openalex-topic-classification-title-abstract", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 10
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 725328528
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7fa5d37f38261bb6736c2729e88e5bfbbb93cf2ece2e5af3f1e06cf9ca9be067
|
| 3 |
size 725328528
|