Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Mauricio-100
/
agent-ai

Token Classification
Transformers
Safetensors
Abkhaz
gpt_neox
text-generation
code
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use Mauricio-100/agent-ai with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Mauricio-100/agent-ai with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Mauricio-100/agent-ai")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("Mauricio-100/agent-ai")
    model = AutoModelForCausalLM.from_pretrained("Mauricio-100/agent-ai")
  • Notebooks
  • Google Colab
  • Kaggle
agent-ai
285 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 31 commits
Mauricio-100's picture
Mauricio-100
Rename agent_ai.py to main.py
6280afa verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    2.26 kB
    Update README.md 7 months ago
  • agent_ai_xenova_full.py
    1.94 kB
    Rename agent_ai_xenova.py to agent_ai_xenova_full.py 7 months ago
  • agent_model
    0 Bytes
    Create agent_model 7 months ago
  • agent_tokenizer
    0 Bytes
    Create agent_tokenizer 7 months ago
  • config.json
    749 Bytes
    Upload folder using huggingface_hub 7 months ago
  • generation_config.json
    111 Bytes
    Upload folder using huggingface_hub 7 months ago
  • main.py
    2.79 kB
    Rename agent_ai.py to main.py 6 months ago
  • model.py
    3.41 kB
    Create model.py 7 months ago
  • model.safetensors
    282 MB
    xet
    Upload folder using huggingface_hub 7 months ago
  • special_tokens_map.json
    441 Bytes
    Upload folder using huggingface_hub 7 months ago
  • tokenizer.json
    3.56 MB
    Upload folder using huggingface_hub 7 months ago
  • tokenizer_config.json
    4.87 kB
    Upload folder using huggingface_hub 7 months ago