Kronos-NSE-bear / README.md
mohan170802's picture
Update ML Intern artifact metadata
2ca3a59 verified
metadata
tags:
  - model_hub_mixin
  - pytorch_model_hub_mixin
  - ml-intern

This model has been pushed to the Hub using the PytorchModelHubMixin integration:

  • Code: [More Information Needed]
  • Paper: [More Information Needed]
  • Docs: [More Information Needed]

Generated by ML Intern

This model repository was generated by ML Intern, an agent for machine learning research and development on the Hugging Face Hub.

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = 'mohan170802/Kronos-NSE-bear'
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id)

For non-causal architectures, replace AutoModelForCausalLM with the appropriate AutoModel class.