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

rajiv-data-chef
/
outputs

PEFT
TensorBoard
Safetensors
llm-finetuned elsa entity-level sentiment-analysis
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use rajiv-data-chef/outputs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use rajiv-data-chef/outputs with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("abacusai/Llama-3-Smaug-8B")
    model = PeftModel.from_pretrained(base_model, "rajiv-data-chef/outputs")
  • Notebooks
  • Google Colab
  • Kaggle
outputs / runs
15.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
rajiv-data-chef's picture
rajiv-data-chef
smaug-8b based on llama3 is finetuned on entity-level-sentiment-analysis dataset to tell the sentiment of a person mentioned in an article
f6d95d6 verified about 2 years ago
  • May20_19-48-09_5eaca5655105
    smaug-8b based on llama3 is finetuned on entity-level-sentiment-analysis dataset to tell the sentiment of a person mentioned in an article about 2 years ago
  • May20_19-55-33_5eaca5655105
    smaug-8b based on llama3 is finetuned on entity-level-sentiment-analysis dataset to tell the sentiment of a person mentioned in an article about 2 years ago