Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use abigailp/vacc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use abigailp/vacc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="abigailp/vacc")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("abigailp/vacc") model = AutoModelForSequenceClassification.from_pretrained("abigailp/vacc") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 21
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438007925
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2efaa545ff938f58c8fc5d2c4abc3d1e34019451f7e745e40d429d394efc6345
|
| 3 |
size 438007925
|
runs/Jan31_05-04-02_4a5c904a69f2/events.out.tfevents.1675141556.4a5c904a69f2.206.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9bdd2d4463fd54e99e390238c3777b17a375c23e339d5bbd4af689a14a129d2
|
| 3 |
+
size 4077
|