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

  • Log In
  • Sign Up

PantagrueLLM
/
text-base-wiki

Feature Extraction
Transformers
PyTorch
Safetensors
Fairseq
French
pantagruel_uni
data2vec2
JEPA
text
custom_code
Model card Files Files and versions
xet
Community

Instructions to use PantagrueLLM/text-base-wiki with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use PantagrueLLM/text-base-wiki with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="PantagrueLLM/text-base-wiki", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("PantagrueLLM/text-base-wiki", trust_remote_code=True, dtype="auto")
  • Fairseq

    How to use PantagrueLLM/text-base-wiki with Fairseq:

    from fairseq.checkpoint_utils import load_model_ensemble_and_task_from_hf_hub
    
    models, cfg, task = load_model_ensemble_and_task_from_hf_hub(
        "PantagrueLLM/text-base-wiki"
    )
  • Notebooks
  • Google Colab
  • Kaggle
text-base-wiki
999 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 14 commits
vpelloin's picture
vpelloin
Update README.md
44fc0e2 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    5.99 kB
    Update README.md 4 months ago
  • config.json
    11.3 kB
    Upload folder using huggingface_hub 4 months ago
  • configuration_pantagruel_uni.py
    19.2 kB
    Upload folder using huggingface_hub 4 months ago
  • model.safetensors
    497 MB
    xet
    Upload folder using huggingface_hub 4 months ago
  • modeling_pantagruel_uni.py
    100 kB
    Upload folder using huggingface_hub 4 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    499 MB
    xet
    Upload folder using huggingface_hub 7 months ago
  • special_tokens_map.json
    958 Bytes
    Upload folder using huggingface_hub 4 months ago
  • tokenizer.json
    3.33 MB
    Upload folder using huggingface_hub 4 months ago
  • tokenizer_config.json
    18.8 kB
    Upload folder using huggingface_hub 4 months ago
  • utils_pantagruel_uni.py
    15.2 kB
    Upload folder using huggingface_hub 4 months ago