Instructions to use emilys/BERTweet-CoNLL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use emilys/BERTweet-CoNLL with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="emilys/BERTweet-CoNLL")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("emilys/BERTweet-CoNLL") model = AutoModelForTokenClassification.from_pretrained("emilys/BERTweet-CoNLL") - Notebooks
- Google Colab
- Kaggle
Upload
Browse files- rng_state.pth +3 -0
rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a7738fd0667329ba9fcfe754aeeec0a245bb498d947887867d083cb7bb1c8d5
|
| 3 |
+
size 14503
|