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

dd101bb
/
latentRM

Feature Extraction
Transformers
Safetensors
gpt2
token-classification
rm
latent
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use dd101bb/latentRM with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="dd101bb/latentRM")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("dd101bb/latentRM")
    model = AutoModelForTokenClassification.from_pretrained("dd101bb/latentRM")
  • Notebooks
  • Google Colab
  • Kaggle
latentRM
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
dd101bb's picture
dd101bb
nielsr's picture
nielsr HF Staff
Update pipeline tag and add license (#1)
eafb3d6 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    1.1 kB
    Update pipeline tag and add license (#1) 4 months ago
  • config.json
    1.02 kB
    Upload COCONUTGPT2ForTokenClassification 7 months ago
  • model.safetensors
    498 MB
    xet
    Upload COCONUTGPT2ForTokenClassification 7 months ago