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

AlberBshara
/
scholara_model

Question Answering
Transformers
TensorBoard
Safetensors
distilbert
unsloth
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use AlberBshara/scholara_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="AlberBshara/scholara_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("AlberBshara/scholara_model")
    model = AutoModelForQuestionAnswering.from_pretrained("AlberBshara/scholara_model", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Unsloth Studio

    How to use AlberBshara/scholara_model with Unsloth Studio:

    Install Unsloth Studio (macOS, Linux, WSL)
    curl -fsSL https://unsloth.ai/install.sh | sh
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for AlberBshara/scholara_model to start chatting
    Install Unsloth Studio (Windows)
    irm https://unsloth.ai/install.ps1 | iex
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for AlberBshara/scholara_model to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for AlberBshara/scholara_model to start chatting
    Load model with FastModel
    pip install unsloth
    from unsloth import FastModel
    model, tokenizer = FastModel.from_pretrained(
        model_name="AlberBshara/scholara_model",
        max_seq_length=2048,
    )
scholara_model
443 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
AlberBshara's picture
AlberBshara
Upload model trained with Unsloth
3176b58 verified about 2 years ago
  • runs
    Training in progress, step 500 about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    5.18 kB
    Upload model trained with Unsloth about 2 years ago
  • adapter_config.json
    732 Bytes
    Upload model trained with Unsloth about 2 years ago
  • adapter_model.safetensors
    168 MB
    xet
    Upload model trained with Unsloth about 2 years ago
  • config.json
    572 Bytes
    Training in progress, step 500 about 2 years ago
  • model.safetensors
    265 MB
    xet
    Training in progress, step 500 about 2 years ago
  • special_tokens_map.json
    464 Bytes
    Upload model trained with Unsloth about 2 years ago
  • tokenizer.json
    9.09 MB
    Upload model trained with Unsloth about 2 years ago
  • tokenizer_config.json
    50.6 kB
    Upload model trained with Unsloth about 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

    • "transformers.training_args.OptimizerNames",
    • "accelerate.state.PartialState",
    • "accelerate.utils.dataclasses.DistributedType",
    • "torch.device",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_pt_utils.AcceleratorConfig"

    How to fix it?

    4.98 kB
    xet
    Training in progress, step 500 about 2 years ago
  • vocab.txt
    232 kB
    Training in progress, step 500 about 2 years ago