Hugging Face's logo Hugging Face
    • Models
    • Datasets
    • Pricing
      • Website
        • Metrics
        • Languages
        • Organizations
      • Community
        • Forum
        • Blog
        • GitHub
      • Documentation
        • Model Hub doc
        • Inference API doc
        • Transformers doc
        • Tokenizers doc
        • Datasets doc

    • Log In
    • Sign Up
    • Account
      • Log In
      • Sign Up
    • Website
      • Models
      • Datasets
      • Metrics
      • Languages
      • Organizations
      • Pricing
    • Community
      • Forum
      • Blog
    • Documentation
      • Model Hub doc
      • Inference API doc
      • Transformers doc
      • Tokenizers doc
      • Datasets doc

    's picture gorkemgoknar
    /
    gpt2-turkish-writer

    Text Generation
    PyTorch wikipedia-turkish custom-book-corpus tr apache 2.0 gpt2 lm-head causal-lm turkish aiwriter finetuned
    Model card Files and versions

      How to use from the 🤗/transformers library:

                      from transformers import AutoTokenizer, AutoModelWithLMHead
        
        tokenizer = AutoTokenizer.from_pretrained("gorkemgoknar/gpt2-turkish-writer")
        
        model = AutoModelWithLMHead.from_pretrained("gorkemgoknar/gpt2-turkish-writer")
                  

      Or just clone the model repo

        git lfs install
        git clone https://huggingface.co/gorkemgoknar/gpt2-turkish-writer
        
      # if you want to clone without large files – just their pointers # prepend your git clone with the following env var:
      GIT_LFS_SKIP_SMUDGE=1
      • main
    gorkemgoknar/gpt2-turkish-writer /
    History: 11 commits
    gorkemgoknar's picture
    gorkemgoknar
    Update README.md 515fb35 2 months ago
    • .gitattributes 345.0B initial commit 3 months ago
    • README.md 4.1KB Update README.md 2 months ago
    • config.json 795.0B added models! 3 months ago
    • merges.txt 603.6KB added models! 3 months ago
    • pytorch_model.bin 486.8MB Updated to 44 perplexıty and 33% accuracy! 3 months ago
    • special_tokens_map.json 387.0B added models! 3 months ago
    • tokenizer_config.json 611.0B added models! 3 months ago
    • vocab.json 937.3KB added models! 3 months ago