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

shirwu
/
rm_final_Llama-3.1-8B-Instruct

Text Classification
Transformers
Safetensors
llama
Generated from Trainer
trl
reward-trainer
text-embeddings-inference
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community

Instructions to use shirwu/rm_final_Llama-3.1-8B-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use shirwu/rm_final_Llama-3.1-8B-Instruct with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="shirwu/rm_final_Llama-3.1-8B-Instruct")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("shirwu/rm_final_Llama-3.1-8B-Instruct")
    model = AutoModelForSequenceClassification.from_pretrained("shirwu/rm_final_Llama-3.1-8B-Instruct", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
rm_final_Llama-3.1-8B-Instruct
10.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
shirwu's picture
shirwu
Training in progress, step 1
55acee6 verified over 1 year ago
  • preference_model_prior
    Model save over 1 year ago
  • .gitattributes
    1.57 kB
    Training in progress, step 100 over 1 year ago
  • README.md
    1.74 kB
    Model save over 1 year ago
  • adapter_config.json
    811 Bytes
    Training in progress, step 1 over 1 year ago
  • adapter_model.safetensors
    336 MB
    xet
    Training in progress, step 1 over 1 year ago
  • all_results.json
    195 Bytes
    Model save over 1 year ago
  • config.json
    1.53 kB
    Model save over 1 year ago
  • eval_results.json
    195 Bytes
    Model save over 1 year ago
  • model.safetensors
    4.98 GB
    xet
    Model save over 1 year ago
  • special_tokens_map.json
    325 Bytes
    Training in progress, step 100 over 1 year ago
  • tokenizer.json
    17.2 MB
    xet
    Training in progress, step 100 over 1 year ago
  • tokenizer_config.json
    55.4 kB
    Training in progress, step 100 over 1 year ago
  • training_args.bin

    Detected Pickle imports (10)

    • "optimas.external.reward_config.RewardConfig",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.trainer_utils.SaveStrategy",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.OptimizerNames",
    • "accelerate.state.PartialState",
    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy"

    How to fix it?

    5.5 kB
    xet
    Training in progress, step 1 over 1 year ago