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

aquiro1994
/
naics-github-classifier-multilingual

Text Classification
Transformers
Safetensors
xlm-roberta
naics
industry-classification
github
bge-m3
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use aquiro1994/naics-github-classifier-multilingual with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use aquiro1994/naics-github-classifier-multilingual with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="aquiro1994/naics-github-classifier-multilingual")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("aquiro1994/naics-github-classifier-multilingual")
    model = AutoModelForSequenceClassification.from_pretrained("aquiro1994/naics-github-classifier-multilingual", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
naics-github-classifier-multilingual
2.29 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
aquiro1994's picture
aquiro1994
Correct the RoBERTa temperature and the training runtime
e40747e verified 5 days ago
  • .gitattributes
    1.57 kB
    BGE-M3 fine-tuned for NAICS classification, multilingual counterpart of the RoBERTa model 5 days ago
  • README.md
    9.4 kB
    Correct the RoBERTa temperature and the training runtime 5 days ago
  • config.json
    1.42 kB
    BGE-M3 fine-tuned for NAICS classification, multilingual counterpart of the RoBERTa model 5 days ago
  • label_mappings.json
    610 Bytes
    BGE-M3 fine-tuned for NAICS classification, multilingual counterpart of the RoBERTa model 5 days ago
  • model.safetensors
    2.27 GB
    xet
    BGE-M3 fine-tuned for NAICS classification, multilingual counterpart of the RoBERTa model 5 days ago
  • tokenizer.json
    17.1 MB
    xet
    BGE-M3 fine-tuned for NAICS classification, multilingual counterpart of the RoBERTa model 5 days ago
  • tokenizer_config.json
    409 Bytes
    BGE-M3 fine-tuned for NAICS classification, multilingual counterpart of the RoBERTa model 5 days ago
  • training_config.json
    665 Bytes
    BGE-M3 fine-tuned for NAICS classification, multilingual counterpart of the RoBERTa model 5 days ago