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

huseyincenik
/
turkishReviews-ds-example

Text Classification
Transformers
google-tensorflow TensorFlow
Turkish
gpt2
text-generation
generated_from_keras_callback
text-generation-inference
code
Model card Files Files and versions
xet
Community

Instructions to use huseyincenik/turkishReviews-ds-example with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use huseyincenik/turkishReviews-ds-example with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="huseyincenik/turkishReviews-ds-example")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("huseyincenik/turkishReviews-ds-example")
    model = AutoModelForCausalLM.from_pretrained("huseyincenik/turkishReviews-ds-example")
  • Notebooks
  • Google Colab
  • Kaggle
turkishReviews-ds-example
483 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 21 commits
huseyincenik's picture
huseyincenik
Delete metadata
7d364f6 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.98 kB
    Update README.md over 1 year ago
  • config.json
    869 Bytes
    Training in progress epoch 0 almost 2 years ago
  • generation_config.json
    111 Bytes
    Training in progress epoch 0 almost 2 years ago
  • merges.txt
    565 kB
    Upload tokenizer almost 2 years ago
  • special_tokens_map.json
    470 Bytes
    Training in progress epoch 0 almost 2 years ago
  • tf_model.h5
    479 MB
    xet
    Training in progress epoch 2 almost 2 years ago
  • tokenizer.json
    2.18 MB
    Training in progress epoch 0 almost 2 years ago
  • tokenizer_config.json
    521 Bytes
    Training in progress epoch 0 almost 2 years ago
  • vocab.json
    865 kB
    Upload tokenizer almost 2 years ago