Model Card for Qwen3-8B Finetuned (Financial Sentiment - LoRA)

Model Details

Model Description

This model is a parameter-efficient fine-tuned version of Qwen3-8B, adapted using LoRA (Low-Rank Adaptation) for financial sentiment analysis.

It is trained as an instruction-following text generation model that classifies financial sentences into:

  • positive
  • negative
  • neutral

The model generates a single-word output, making it suitable for lightweight classification pipelines while retaining generative flexibility.

  • Developed by: Authors of the referenced paper
  • Model type: Causal Language Model (decoder-only transformer)
  • Language(s): English (financial domain)
  • License: Same as base model (Qwen license – verify before use)
  • Finetuned from model: Qwen/Qwen3-8B

Model Sources


Uses

Direct Use

This model is intended for:

  • Financial sentiment classification
  • Text generation with constrained outputs
  • Research on instruction-tuned LLM classifiers

Example applications:

  • Market sentiment analysis
  • News sentiment tagging
  • Signal generation for trading pipelines

Downstream Use

  • Integration into trading or analytics systems
  • Combination with time-series models (e.g., LSTM, TFT)
  • Use in RAG pipelines for financial reasoning

Out-of-Scope Use

  • High-stakes financial decision-making without validation
  • Legal or medical analysis
  • Tasks requiring guaranteed factual correctness
  • General sentiment analysis outside financial domain (may degrade)

Prompt Format Requirement

This model is highly sensitive to prompt structure.

It was trained using a fixed instruction template, and performance depends heavily on using the same format at inference time.

Required Prompt

You are an AI language model trained to detect the sentiment of each sentence for finance trends.
Analyze the following sentence and determine if the sentiment is: positive or negative or neutral.
Return only a single word, either positive or negative or neutral.

<your input text>
Downloads last month
6
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Alvaropar/FinQwen3-8B-adapter

Finetuned
Qwen/Qwen3-8B
Adapter
(941)
this model

Paper for Alvaropar/FinQwen3-8B-adapter