AI-Taste-ECO-4B

This repository provides a fine-tuned Qwen3 4B model for AI Taste experiments in the ECO article-evaluation setting.

Model Summary

  • Base model: Qwen/Qwen3-4B
  • Architecture: Qwen3ForCausalLM
  • Format: Hugging Face Transformers + Safetensors
  • Primary use: structured article-evaluation prompts for scoring, ranking, or label prediction

Intended Use

The model is intended for research and internal experimentation on structured article-evaluation prompts.

It is not intended as a general-purpose factual assistant or as a substitute for expert peer review.

Files

This repository keeps only the files needed to load and run the model:

  • model weights in safetensors
  • tokenizer files
  • model config and generation config

Training-state artifacts such as training_args.bin are intentionally excluded.

Example

from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "K1mG0ng/AI-taste-eco-4B"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id)

Notes

  • This is a fine-tuned research model.
  • Output quality depends on prompt format and label schema used at inference time.
  • Benchmark datasets and training framework are maintained separately.
Downloads last month
10
Safetensors
Model size
4B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for K1mG0ng/AI-taste-eco-4B

Finetuned
Qwen/Qwen3-4B
Finetuned
(1078)
this model
Quantizations
1 model

Collection including K1mG0ng/AI-taste-eco-4B