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

IngeniousArtist
/
openllama-3b-finance

Text Classification
Transformers
Safetensors
llama
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use IngeniousArtist/openllama-3b-finance with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use IngeniousArtist/openllama-3b-finance with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="IngeniousArtist/openllama-3b-finance")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("IngeniousArtist/openllama-3b-finance")
    model = AutoModelForSequenceClassification.from_pretrained("IngeniousArtist/openllama-3b-finance", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
openllama-3b-finance
13.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
IngeniousArtist's picture
IngeniousArtist
openllama-3b-finance
2037180 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    13.7 kB
    openllama-3b-finance almost 3 years ago
  • config.json
    854 Bytes
    openllama-3b-finance almost 3 years ago
  • model-00001-of-00002.safetensors
    9.99 GB
    xet
    openllama-3b-finance almost 3 years ago
  • model-00002-of-00002.safetensors
    3.31 GB
    xet
    openllama-3b-finance almost 3 years ago
  • model.safetensors.index.json
    19.5 kB
    openllama-3b-finance almost 3 years ago
  • special_tokens_map.json
    434 Bytes
    openllama-3b-finance almost 3 years ago
  • tokenizer.model
    512 kB
    xet
    openllama-3b-finance almost 3 years ago
  • tokenizer_config.json
    797 Bytes
    openllama-3b-finance almost 3 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.16 kB
    xet
    openllama-3b-finance almost 3 years ago