Instructions to use vocabtrimmer/xlm-v-base-trimmed-de-tweet-sentiment-de with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vocabtrimmer/xlm-v-base-trimmed-de-tweet-sentiment-de with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="vocabtrimmer/xlm-v-base-trimmed-de-tweet-sentiment-de")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("vocabtrimmer/xlm-v-base-trimmed-de-tweet-sentiment-de") model = AutoModelForSequenceClassification.from_pretrained("vocabtrimmer/xlm-v-base-trimmed-de-tweet-sentiment-de") - Notebooks
- Google Colab
- Kaggle
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
vocabtrimmer/xlm-v-base-trimmed-de-tweet-sentiment-de
This model is a fine-tuned version of /home/asahi/lm-vocab-trimmer/ckpts/xlm-v-base-trimmed-de on the
cardiffnlp/tweet_sentiment_multilingual (german).
Following metrics are computed on the test split of
cardiffnlp/tweet_sentiment_multilingual(german).
| eval_f1_micro | eval_recall_micro | eval_precision_micro | eval_f1_macro | eval_recall_macro | eval_precision_macro | eval_accuracy | |
|---|---|---|---|---|---|---|---|
| 0 | 72.99 | 72.99 | 72.99 | 72.98 | 72.99 | 73.08 | 72.99 |
Check the result file here.
- Downloads last month
- 3