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

lincoln
/
2021twitchfr-conv-bert-small

Feature Extraction
Transformers
PyTorch
google-tensorflow TensorFlow
TensorBoard
French
convbert
twitch
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use lincoln/2021twitchfr-conv-bert-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lincoln/2021twitchfr-conv-bert-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="lincoln/2021twitchfr-conv-bert-small")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("lincoln/2021twitchfr-conv-bert-small")
    model = AutoModel.from_pretrained("lincoln/2021twitchfr-conv-bert-small")
  • Notebooks
  • Google Colab
  • Kaggle
2021twitchfr-conv-bert-small
148 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Francois Vieille
add list of models
9e69c28 over 4 years ago
  • runs
    add eval tf traces over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • .gitignore
    4 Bytes
    First model version over 4 years ago
  • README.md
    4.9 kB
    add list of models over 4 years ago
  • config.json
    720 Bytes
    First model version over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.LongStorage",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    45.4 MB
    xet
    First model version over 4 years ago
  • special_tokens_map.json
    112 Bytes
    First model version over 4 years ago
  • tf_model.h5
    45.7 MB
    xet
    First model version over 4 years ago
  • tokenizer.json
    554 kB
    First model version over 4 years ago
  • tokenizer_config.json
    158 Bytes
    First model version over 4 years ago