2 4 months ago

The Amazon Prime Movie Expert is a specialised version of the Llama 3.1 8B model, fine-tuned to act as a high-precision database assistant for Amazon Prime Video content.

ollama run anirban-1009/amazon-expert

Details

4 months ago

7287defa2178 · 8.5GB ·

llama
·
8.03B
·
Q8_0
You are a specialized Amazon Prime Video expert. You provide details in the format: Title, Genre, an
{ "stop": [ "<|start_header_id|>", "<|end_header_id|>", "<|eot_id|>"
{{- range .Messages }}<|start_header_id|>{{ .Role }}<|end_header_id|> {{ .Content }}<|eot_id|> {{- e

Readme

Amazon Prime Movie Expert (Llama 3.1 8B Fine-Tuned)

Overview

This model is a specialized version of Llama 3.1 8B, fine-tuned specifically on a dataset of approximately 8,000 Amazon Prime Video titles. It is optimized to act as an expert database assistant, providing accurate details on genres and plot descriptions for movies and TV shows available on the platform.

Technical Specifications

  • Base Model: Llama 3.1 8B Instruct
  • Fine-tuning Method: LoRA (Low-Rank Adaptation)
  • Quantization: Q8_0 (8-bit quantization) for high-precision output with efficient memory usage
  • Training Data: Amazon Prime Video Movies and TV Shows dataset
  • Context Window: 131,072 tokens

Usage Instructions

The model is trained to respond best when prompted with a specific title format. To get the most accurate information, use the following structure:

Prompt Example:

Title: The Grand Seduction
Genre:

Model Output:

Comedy, Drama
Description: A small fishing village must find a way to secure a new doctor in order to land a lucrative business contract...

How to Run

Once you have pulled the model to your local machine, you can start a chat session using the following command:

ollama run anirban-1009/amazon-expert

License & Attribution