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 1
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:c0b9380eb5958d5d3706f127a4744ea262769edc06142be52e2bf33e11cec3c3
|
| 3 |
size 539629568
|
runs/Apr05_21-37-24_tardis/events.out.tfevents.1712345849.tardis.3523260.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13b40b65c91e78c2abbc05efea80fd73fcf3c2a229ace7e9b3abc135f86b4dd6
|
| 3 |
+
size 5864
|
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:d7d0d9f06568d044a04a1ba3c82be3596daad2e2b01d87b274ccc2cb66bd12e0
|
| 3 |
size 5048
|