Instructions to use arm-on/BERTweet-FA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arm-on/BERTweet-FA with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="arm-on/BERTweet-FA")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("arm-on/BERTweet-FA") model = AutoModelForMaskedLM.from_pretrained("arm-on/BERTweet-FA") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -42,4 +42,4 @@ Evaluation
|
|
| 42 |
|
| 43 |
Contributors
|
| 44 |
---
|
| 45 |
-
-
|
|
|
|
| 42 |
|
| 43 |
Contributors
|
| 44 |
---
|
| 45 |
+
- Arman Malekzadeh [[Github](https://github.com/arm-on)]
|