Text Classification
Transformers
PyTorch
TensorBoard
English
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use lukxus/TwitterCorona with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lukxus/TwitterCorona with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="lukxus/TwitterCorona")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("lukxus/TwitterCorona") model = AutoModelForSequenceClassification.from_pretrained("lukxus/TwitterCorona", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 4500
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498666865
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f7ea7c40379e07c2e841bdcc654d088977d06c0c5e24ec406c58fbb64bb1d55
|
| 3 |
size 498666865
|
runs/Aug14_02-41-36_30b131c07bfa/events.out.tfevents.1691980907.30b131c07bfa.2400.1
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:17c5d09b438192bc028d2debdfa9daac18b0831e09c1086e2d270f1c8fbeadbb
|
| 3 |
+
size 5378
|