Content Villain
  • Welcome to Content Villain
  • Introduction
    • Accessing Content Villain
  • Understanding AI
    • NLP Models
      • Model Filters
      • Guiding for Success
      • Fine-tuning
      • Prompt Engineering
    • Limitations of AI
  • Web Application
    • Web App Overview
    • Features in Depth
      • Dashboard
        • Initial View
        • Folders Tab
        • Documents Tab
        • Billing Tab
        • Account Tab
        • Connect Webhooks Tab
        • API Documentation
        • Request Custom Models
        • Build in the Lab
        • Contact Us
        • Support Docs
        • Video Showcase
        • Log out
      • Documents
        • Document Features
          • The Top Navigation
            • File
            • Tools
            • Translate
            • Navigation
            • Notepad
            • Focus Music for Productivity
          • The Right Sidebar
            • Creativity Settings
            • Output Length Settings
            • Trigger Webhooks
            • Add Webhooks
            • All AI Models Shortcut
            • Starred Models Shortcut
            • Custom Models Shortcut
            • AI Content History
            • AI Links
            • Write for Me Settings
            • Undo Button
            • Redo Button
            • Write for Me Button
        • Managing Your Documents
          • Creating New Documents
          • Change Document Folder
          • Renaming Documents
          • Deleting Documents
    • DIY Model Creation
      • Playground
  • Public Models
    • Public Models Available
      • Idea Generators
        • Marketing Ideas
        • Growth Ideas
        • Blog Ideas
        • Business Ideas
      • Product Descriptions
        • Ecommerce Descriptions
        • Etsy Descriptions
        • Food Descriptions
        • SaaS Descriptions
        • Course Descriptions
      • Blog Writing
        • Full Blog Creator
        • Blog Outlines
        • Blog Introductions
        • Section Creator
        • Conclusion Generator
      • Website Copy
        • Launch Your Product
        • Microcopy
        • Landing Page Text
        • Meta Descriptions
      • Business Specific
        • Company Press Release
      • Sales Copy
        • Marketing Angles
        • Features Advantage Benefit
        • Attention Interest Desire Action
        • Features to Benefit
        • Before After Bridge
        • Pain Agitate Solution
      • Email Creation
        • Outbound Sales Email
        • Special Offer Email
        • Email Subject Lines
        • Thank You Email
        • Reply to Email
        • Meeting Reminder
        • Confirmation Emails
      • Customer Service
        • Apologize for Issue
        • Review Responder
        • Complaint Escalation
        • Churn & Feedback Email
        • Issue Refund
      • YouTube Specific
        • YouTube CTA
        • YouTube Description Intros
        • Video Hooks
      • Facebook Specific
        • Facebook Ad Headlines
        • Facebook Link Descriptions
      • LinkedIn Specific
        • LinkedIn Text Ads
        • Share Article on LinkedIn
      • Google Specific
        • Google Ad Headlines
      • Twitter Specific
        • Twitter Content Strategy
      • Sentiment Analysis
        • Review Sentiment Analysis
      • Job Apply & Hiring
        • Cover Letters
        • Freelance Job Applications
      • Real Estate & Property
        • Airbnb Descriptions
      • Essays & Learning
        • Homework Excuse
        • Essay Introductions
        • Verb Thesaurus
        • Essay Outlines
        • Adjective Thesaurus
  • Custom Models
    • What is a Custom Model?
    • Custom Model Creation Process
  • Useful Links
    • Useful Links & Contacts
Powered by GitBook
On this page

Was this helpful?

  1. Understanding AI

NLP Models

Natural Language Processing (NLP) is the basis of all AI models. Understanding how NLP Models work will make using this technology easier and give you a better insight on what is and isn't possible.

NLP Models are trained on datasets. These datasets can vary wildly in size. It is a fallacy to consider the higher the dataset parameters, the better the model. This can be the case but it is important to look into the whitepapers of each model to understand the data and what is possible. A multi-billion parameter model trained on junk, is not going to miraculously produce anything other than junk. A smaller model trained on quality text and information is more likely to produce quality outputs.

Size of an NLP model also has other unintended consequences. The more parameters there are, the more power it takes up, the costlier it is to run and the longer a request takes to complete. There is always a sweet spot in terms of speed, quality and cost.

Predicting Sequential Tokens

Every NLP model works in a similar way. You input it some text, it takes this text and it will predict the next tokens within the sequence. It is important to understand this as it is important to grasp that short form creation with AI has a much stronger chance of success than long form as predicting a shorter sequence of tokens to give an output that is deemed desirable is a lot easier than outputting a large amount of tokens where the chance of wildness or steering into realms of irrelevance are much greater.

You could input something like;

Reality is created by the mind, we

and if you hit generate and the NLP model has been trained on datasets that include some of Plato's works you could expect it to return the following.

Reality is created by the mind, we can change our reality by changing our mind.

There are a lot more settings involved in the backend of an NLP model such as Temperature, Top P, Frequency and Presence Penalties but we'll go over those in further writing.

The largest NLP model created so far belongs to Wudao in China which boasts a model of 1.75 trillion parameters!

PreviousAccessing Content VillainNextModel Filters

Last updated 3 years ago

Was this helpful?