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 1000
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:1dcd770fe2bb2546b3dd487f0d776e13d5783bd2622948b59976f1918a144478
|
| 3 |
size 498666865
|
runs/Aug14_01-51-54_30b131c07bfa/events.out.tfevents.1691978280.30b131c07bfa.2400.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:20e36efc8519fc1b74248f843544f685b594ebb59285d002f73bddabb76eee2b
|
| 3 |
+
size 4314
|