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

somosnlp-hackathon-2022
/
es_text_neutralizer

Transformers
PyTorch
Safetensors
Spanish
t5
text2text-generation
Text2Text Generation
Inclusive Language
Text Neutralization
Eval Results (legacy)
text-generation-inference
Model card Files Files and versions
xet
Community
2

Instructions to use somosnlp-hackathon-2022/es_text_neutralizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use somosnlp-hackathon-2022/es_text_neutralizer with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("somosnlp-hackathon-2022/es_text_neutralizer")
    model = AutoModelForSeq2SeqLM.from_pretrained("somosnlp-hackathon-2022/es_text_neutralizer")
  • Notebooks
  • Google Colab
  • Kaggle
es_text_neutralizer
486 MB
Ctrl+K
Ctrl+K
  • 6 contributors
History: 23 commits
osanseviero's picture
osanseviero
librarian-bot's picture
librarian-bot
Librarian Bot: Add base_model information to model (#2)
b8ddebe over 2 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • README.md
    6.52 kB
    Librarian Bot: Add base_model information to model (#2) over 2 years ago
  • config.json
    1.46 kB
    Upload config.json about 4 years ago
  • model.safetensors
    242 MB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • pytorch_model.bin
    242 MB
    xet
    retrained with whole dataset about 4 years ago
  • special_tokens_map.json
    1.79 kB
    Upload special_tokens_map.json about 4 years ago
  • tokenizer.json
    2.06 MB
    Upload tokenizer.json about 4 years ago
  • tokenizer_config.json
    1.92 kB
    Upload tokenizer_config.json about 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.training_args.OptimizerNames",
    • "torch.device",
    • "transformers.training_args_seq2seq.Seq2SeqTrainingArguments",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.IntervalStrategy"

    How to fix it?

    3.25 kB
    xet
    retrained with whole dataset about 4 years ago