Instructions to use dtorber/bertweet-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dtorber/bertweet-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dtorber/bertweet-base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dtorber/bertweet-base") model = AutoModelForSequenceClassification.from_pretrained("dtorber/bertweet-base") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 539629568
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2ac815ee1ee4488be694531fa8b546fa34a0e815890b1b1bfe58be2f335af75
|
| 3 |
size 539629568
|
runs/Apr05_16-47-49_tardis/events.out.tfevents.1712328754.tardis.3495401.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56f8fecc19ce032f1c964f447d8889778f564f9694904bd25b3c4aa73f908950
|
| 3 |
+
size 4184
|
runs/Apr05_16-55-58_tardis/events.out.tfevents.1712328964.tardis.3496052.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:137add17669340c8d34cc63c3d26bac5c5e11ccb560744aa1360692ae84a53f0
|
| 3 |
+
size 6686
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5048
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26820518269c2765f33c1450654693d16f246e248fc86050bef1529e69c6762e
|
| 3 |
size 5048
|