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 500
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:6f3b3b3814232c115ef20ca77a8dfa193859fba8ef955f47825bf8d52869394a
|
| 3 |
size 498666865
|
runs/Aug14_01-51-54_30b131c07bfa/events.out.tfevents.1691978280.30b131c07bfa.2400.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cacecf626f5de27369e39b1d29907f4b1d7c9a0cfa81ed96e362f278a2a0b4d4
|
| 3 |
+
size 4184
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3963
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4b10c323b6ebc66f5340cfca4820d301c596fc231e97aee3111cf9573ecac8d
|
| 3 |
size 3963
|