Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Endrit
/
AlbaSocialXLM-R

Fill-Mask
Transformers
Safetensors
Albanian
xlm-roberta
albanian
albanian-nlp
masked-language-model
social-media
social-media-nlp
informal-text
noisy-text
low-resource-nlp
domain-adaptive-pretraining
text-classification
sentiment-analysis
hate-speech-detection
dialect-detection
Model card Files Files and versions
xet
Community

Instructions to use Endrit/AlbaSocialXLM-R with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Endrit/AlbaSocialXLM-R with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Endrit/AlbaSocialXLM-R")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Endrit/AlbaSocialXLM-R")
    model = AutoModelForMaskedLM.from_pretrained("Endrit/AlbaSocialXLM-R")
  • Notebooks
  • Google Colab
  • Kaggle
AlbaSocialXLM-R
1.14 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Endrit's picture
Endrit
Update README.md
a4f9232 verified 10 days ago
  • .gitattributes
    1.57 kB
    Upload AlbaSocialXLM-R masked language model 15 days ago
  • README.md
    5.72 kB
    Update README.md 10 days ago
  • config.json
    735 Bytes
    Upload AlbaSocialXLM-R masked language model 15 days ago
  • model.safetensors
    1.11 GB
    xet
    Upload AlbaSocialXLM-R masked language model 15 days ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Upload AlbaSocialXLM-R masked language model 15 days ago
  • special_tokens_map.json
    295 Bytes
    Upload AlbaSocialXLM-R masked language model 15 days ago
  • tokenizer.json
    17.1 MB
    xet
    Upload AlbaSocialXLM-R masked language model 15 days ago
  • tokenizer_config.json
    1.2 kB
    Upload AlbaSocialXLM-R masked language model 15 days ago
  • training_args.bin

    Detected Pickle imports (9)

    • "transformers.trainer_utils.IntervalStrategy",
    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.training_args.OptimizerNames",
    • "torch.device",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "transformers.trainer_utils.SchedulerType"

    How to fix it?

    5.43 kB
    xet
    Upload AlbaSocialXLM-R masked language model 15 days ago