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

tourist800
/
LLM-Hallucination-Detection-complex-mathematics

PEFT
Safetensors
phi3
custom_code
Model card Files Files and versions
xet
Community
15

Instructions to use tourist800/LLM-Hallucination-Detection-complex-mathematics with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use tourist800/LLM-Hallucination-Detection-complex-mathematics with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("microsoft/phi-3-mini-4k-instruct")
    model = PeftModel.from_pretrained(base_model, "tourist800/LLM-Hallucination-Detection-complex-mathematics")
  • Notebooks
  • Google Colab
  • Kaggle

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Gated model
You can list files but not access them

Preview of files found in this repository
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • LICENSE
    1.11 kB
    Upload 16 files (#1) over 1 year ago
  • README.md
    5.11 kB
    Upload 16 files (#1) over 1 year ago
  • adapter_config.json
    754 Bytes
    Upload 16 files (#1) over 1 year ago
  • adapter_model.safetensors
    101 MB
    xet
    Upload 16 files (#1) over 1 year ago
  • added_tokens.json
    293 Bytes
    Upload 16 files (#1) over 1 year ago
  • config.json
    967 Bytes
    Upload 16 files (#1) over 1 year ago
  • configuration_phi3.py
    11.2 kB
    Upload 16 files (#1) over 1 year ago
  • generation_config.json
    181 Bytes
    Upload 16 files (#1) over 1 year ago
  • model-00001-of-00002.safetensors
    4.97 GB
    xet
    Upload 16 files (#1) over 1 year ago
  • model-00002-of-00002.safetensors
    2.67 GB
    xet
    Upload 16 files (#1) over 1 year ago
  • model.safetensors.index.json
    16.5 kB
    Upload 16 files (#1) over 1 year ago
  • modeling_phi3.py
    73.2 kB
    Upload 16 files (#1) over 1 year ago
  • tokenizer.json
    3.62 MB
    Upload 16 files (#1) over 1 year ago
  • tokenizer.model
    500 kB
    xet
    Upload 16 files (#1) over 1 year ago
  • tokenizer_config.json
    3.34 kB
    Upload 16 files (#1) over 1 year ago