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

IlyaGusev
/
rugpt3medium_sum_gazeta

Summarization
Transformers
PyTorch
Russian
gpt2
text-generation
causal-lm
text-generation-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use IlyaGusev/rugpt3medium_sum_gazeta with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "summarization" 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("summarization", model="IlyaGusev/rugpt3medium_sum_gazeta")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("IlyaGusev/rugpt3medium_sum_gazeta")
    model = AutoModelForCausalLM.from_pretrained("IlyaGusev/rugpt3medium_sum_gazeta")
  • Notebooks
  • Google Colab
  • Kaggle
rugpt3medium_sum_gazeta
1.53 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 20 commits
IlyaGusev's picture
IlyaGusev
Update README.md
2de0638 almost 4 years ago
  • .gitattributes
    1.37 kB
    Initial commit over 4 years ago
  • README.md
    4.79 kB
    Update README.md almost 4 years ago
  • added_tokens.json
    24 Bytes
    Initial commit over 4 years ago
  • config.json
    986 Bytes
    Initial commit over 4 years ago
  • merges.txt
    1.27 MB
    xet
    Model files over 4 years ago
  • pytorch_model.bin
    1.52 GB
    xet
    Model files over 4 years ago
  • special_tokens_map.json
    105 Bytes
    Initial commit over 4 years ago
  • tokenizer.json
    2.98 MB
    xet
    Model files over 4 years ago
  • tokenizer_config.json
    678 Bytes
    Initial commit over 4 years ago
  • vocab.json
    1.61 MB
    xet
    Model files over 4 years ago