File size: 681 Bytes
e589a13
20f0e36
e589a13
 
 
 
20f0e36
 
e589a13
20f0e36
e589a13
20f0e36
e589a13
20f0e36
e589a13
20f0e36
e589a13
20f0e36
e589a13
 
 
 
 
20f0e36
e589a13
20f0e36
e589a13
20f0e36
e589a13
 
 
20f0e36
 
e589a13
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34

---
language:
- en
license: apache-2.0
pipeline_tag: text-generation
---

# Mod3-no-ref

## Overview

This repository contains a medical LLM-as-a-Judge model based on Gemma-3-4B and fine-tuned for medical response evaluation tasks.

This version has the evaluation module 3 without reference answers.

## Base Model

- Base architecture: Gemma-3-4B
- Frameworks:
  - Transformers
  - PEFT / LoRA
  - TRL

## Training Objective

The model is designed to evaluate generated medical answers according to predefined clinical evaluation criteria.

Depending on the version, the model may operate:
- with expert reference answers (`with-ref`)
- without reference answers (`no-ref`)