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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

LucileFavero
/
out_base_S

Text Classification
Transformers
Safetensors
longformer
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use LucileFavero/out_base_S with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use LucileFavero/out_base_S with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="LucileFavero/out_base_S")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("LucileFavero/out_base_S")
    model = AutoModelForSequenceClassification.from_pretrained("LucileFavero/out_base_S", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
out_base_S
600 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
LucileFavero's picture
LucileFavero
LucileFavero/LF_Sentence
48b4edf verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    2.03 kB
    LucileFavero/LF_Sentence 7 months ago
  • config.json
    984 Bytes
    LucileFavero/LF_Sentence 7 months ago
  • eval_S.csv
    73 Bytes
    LucileFavero/LF_Sentence 7 months ago
  • merges.txt
    456 kB
    LucileFavero/LF_Sentence 7 months ago
  • model.safetensors
    595 MB
    xet
    LucileFavero/LF_Sentence 7 months ago
  • pred_S.csv
    1.92 kB
    LucileFavero/LF_Sentence 7 months ago
  • special_tokens_map.json
    280 Bytes
    LucileFavero/LF_Sentence 7 months ago
  • tokenizer.json
    3.56 MB
    LucileFavero/LF_Sentence 7 months ago
  • tokenizer_config.json
    1.28 kB
    LucileFavero/LF_Sentence 7 months ago
  • training_args.bin
    5.84 kB
    xet
    LucileFavero/LF_Sentence 7 months ago
  • vocab.json
    798 kB
    LucileFavero/LF_Sentence 7 months ago