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

jmdanto
/
titibongbong_9L_v2

Token Classification
Transformers
Safetensors
French
camembert
named-entity-recognition
french
distillation
fp16
medical
social-work
ner
Eval Results (legacy)
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use jmdanto/titibongbong_9L_v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="jmdanto/titibongbong_9L_v2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("jmdanto/titibongbong_9L_v2")
    model = AutoModelForTokenClassification.from_pretrained("jmdanto/titibongbong_9L_v2", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
titibongbong_9L_v2
181 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
jmdanto's picture
jmdanto
docs: add badges, widget examples, legal disclaimer — production-ready model card
adc2f4a verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    11.9 kB
    docs: add badges, widget examples, legal disclaimer — production-ready model card 3 months ago
  • added_tokens.json
    28 Bytes
    v2.0.0: initial release — 9L distilled from titibongbong v1 (11L) 3 months ago
  • config.json
    907 Bytes
    v2.0.0: initial release — 9L distilled from titibongbong v1 (11L) 3 months ago
  • model.safetensors
    178 MB
    xet
    v2.0.0: initial release — 9L distilled from titibongbong v1 (11L) 3 months ago
  • sentencepiece.bpe.model
    811 kB
    xet
    v2.0.0: initial release — 9L distilled from titibongbong v1 (11L) 3 months ago
  • special_tokens_map.json
    1.06 kB
    v2.0.0: initial release — 9L distilled from titibongbong v1 (11L) 3 months ago
  • tokenizer.json
    2.42 MB
    v2.0.0: initial release — 9L distilled from titibongbong v1 (11L) 3 months ago
  • tokenizer_config.json
    1.79 kB
    v2.0.0: initial release — 9L distilled from titibongbong v1 (11L) 3 months ago