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

Oranblock
/
trained_marble_model

Text Classification
Transformers
Safetensors
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Oranblock/trained_marble_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Oranblock/trained_marble_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Oranblock/trained_marble_model")
    model = AutoModelForSequenceClassification.from_pretrained("Oranblock/trained_marble_model")
  • Notebooks
  • Google Colab
  • Kaggle
trained_marble_model
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
Oranblock's picture
Oranblock
Upload train_dataset/dataset_info.json with huggingface_hub
964b5c7 verified almost 2 years ago
  • test_dataset
    Upload test_dataset/dataset_info.json with huggingface_hub almost 2 years ago
  • train_dataset
    Upload train_dataset/dataset_info.json with huggingface_hub almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • .gitignore
    19 Bytes
    Upload .gitignore with huggingface_hub almost 2 years ago
  • README.md
    87 Bytes
    Upload README.md with huggingface_hub almost 2 years ago
  • config.json
    678 Bytes
    Upload config.json with huggingface_hub almost 2 years ago
  • marble_ai_model.h5
    94.3 kB
    xet
    Upload marble_ai_model.h5 with huggingface_hub almost 2 years ago
  • model.safetensors
    438 MB
    xet
    Upload model.safetensors with huggingface_hub almost 2 years ago
  • special_tokens_map.json
    125 Bytes
    Upload special_tokens_map.json with huggingface_hub almost 2 years ago
  • tokenizer.json
    711 kB
    Upload tokenizer.json with huggingface_hub almost 2 years ago
  • tokenizer_config.json
    1.19 kB
    Upload tokenizer_config.json with huggingface_hub almost 2 years ago
  • vocab.txt
    232 kB
    Upload vocab.txt with huggingface_hub almost 2 years ago