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

PaulineSanchez
/
Modele_traduction_HF

Translation
Transformers
PyTorch
English
French
marian
text2text-generation
food
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use PaulineSanchez/Modele_traduction_HF with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "translation" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("translation", model="PaulineSanchez/Modele_traduction_HF")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("PaulineSanchez/Modele_traduction_HF")
    model = AutoModelForSeq2SeqLM.from_pretrained("PaulineSanchez/Modele_traduction_HF")
  • Notebooks
  • Google Colab
  • Kaggle
Modele_traduction_HF
302 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
PaulineSanchez's picture
PaulineSanchez
Update README.md
c02b8de about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    989 Bytes
    Update README.md about 3 years ago
  • all_results.json
    415 Bytes
    Upload all_results.json about 3 years ago
  • config.json
    1.44 kB
    Upload 3 files about 3 years ago
  • eval_results.json
    240 Bytes
    Upload 3 files about 3 years ago
  • generation_config.json
    293 Bytes
    Upload 3 files about 3 years ago
  • pytorch_model.bin
    299 MB
    xet
    Upload pytorch_model.bin about 3 years ago
  • source.spm
    778 kB
    Upload source.spm about 3 years ago
  • special_tokens_map.json
    74 Bytes
    Upload 2 files about 3 years ago
  • target.spm
    802 kB
    Upload 2 files about 3 years ago
  • tokenizer_config.json
    280 Bytes
    Upload 2 files about 3 years ago
  • train_results.json
    195 Bytes
    Upload 2 files about 3 years ago
  • trainer_state.json
    1.56 kB
    Upload 2 files about 3 years ago
  • training_args.bin
    4.16 kB
    xet
    Upload training_args.bin about 3 years ago
  • vocab.json
    1.46 MB
    Upload 2 files about 3 years ago