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:f054ae856a0eec9e05fb3a27f29f10aeb1a5a19ec38e61ce5f6983be51d8bbe3
|
| 3 |
size 539629568
|
runs/Apr05_21-37-24_tardis/events.out.tfevents.1712345849.tardis.3523260.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:693531afcb42e4331baf5f3b1e587e1327ab11c2e8dc8c633260e9f196b62074
|
| 3 |
+
size 6686
|