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

AriesChen
/
GeoLLM

Feature Extraction
Transformers
PyTorch
chatglm
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use AriesChen/GeoLLM with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="AriesChen/GeoLLM", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("AriesChen/GeoLLM", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
GeoLLM
2.85 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
AriesChen's picture
AriesChen
sedimentology
895fd24 almost 3 years ago
  • .gitattributes
    307 Bytes
    sedimentology almost 3 years ago
  • README.md
    2.83 kB
    sedimentology almost 3 years ago
  • config.json
    844 Bytes
    sedimentology almost 3 years ago
  • configuration_chatglm.py
    4.19 kB
    sedimentology almost 3 years ago
  • generation_config.json
    142 Bytes
    sedimentology almost 3 years ago
  • ice_text.model
    2.7 MB
    xet
    sedimentology almost 3 years ago
  • modeling_chatglm.py
    56.6 kB
    sedimentology almost 3 years ago
  • optimizer.pt
    134 Bytes
    xet
    sedimentology almost 3 years ago
  • pytorch_model.bin
    134 Bytes
    xet
    sedimentology almost 3 years ago
  • quantization.py
    15.1 kB
    sedimentology almost 3 years ago
  • rng_state.pth
    14.6 kB
    xet
    sedimentology almost 3 years ago
  • scheduler.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    627 Bytes
    xet
    sedimentology almost 3 years ago
  • special_tokens_map.json
    124 Bytes
    sedimentology almost 3 years ago
  • tokenization_chatglm.py
    17.3 kB
    sedimentology almost 3 years ago
  • tokenizer_config.json
    367 Bytes
    sedimentology almost 3 years ago
  • trainer_state.json
    35.5 kB
    sedimentology almost 3 years ago
  • training_args.bin
    3.71 kB
    xet
    sedimentology almost 3 years ago