File size: 1,977 Bytes
9365bf0
 
 
 
 
 
 
 
9e7d99b
9365bf0
 
 
24d453b
 
63807ef
ff7d9f5
24d453b
 
 
 
 
 
 
 
 
 
 
 
02333cb
24d453b
 
 
 
 
 
 
 
 
 
02333cb
24d453b
5a08e68
 
 
 
 
 
 
 
 
02333cb
5a08e68
 
 
 
 
 
 
 
 
 
02333cb
5a08e68
ff7d9f5
9365bf0
 
 
 
 
 
 
24d453b
9365bf0
 
 
6143cbf
 
 
 
 
 
 
 
 
 
24d453b
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
---
base_model: unsloth/llama-3.2-3b-bnb-4bit
tags:
- text-generation-inference
- transformers
- unsloth
- llama
- trl
- synthetic-data
license: apache-2.0
language:
- en
datasets:
- 1rsh/SPInO-ParkinsonsDiseaseQA
widget:
- text: What is the effect of alpha-synuclein on microglia?
model-index:
- name: Llama 3.2 3B | Parkinson's Disease
  results:
  - task:
      type: question-answering
      name: Question Answering
    dataset:
      name: 1rsh/SPInO-ParkinsonsDiseaseQA
      type: 1rsh/SPInO-ParkinsonsDiseaseQA
      split: test
    metrics:
    - type: rouge
      value: 0.432
      name: ROUGE-1
  - task:
      type: question-answering
      name: Question Answering
    dataset:
      name: 1rsh/SPInO-ParkinsonsDiseaseQA
      type: 1rsh/SPInO-ParkinsonsDiseaseQA
      split: test
    metrics:
    - type: rouge
      value: 0.253
      name: ROUGE-2
  - task:
      type: question-answering
      name: Question Answering
    dataset:
      name: 1rsh/SPInO-ParkinsonsDiseaseQA
      type: 1rsh/SPInO-ParkinsonsDiseaseQA
      split: test
    metrics:
    - type: rouge
      value: 0.372
      name: ROUGE-L
  - task:
      type: question-answering
      name: Question Answering
    dataset:
      name: 1rsh/SPInO-ParkinsonsDiseaseQA
      type: 1rsh/SPInO-ParkinsonsDiseaseQA
      split: test
    metrics:
    - type: meteor
      value: 0.386
      name: METEOR
pipeline_tag: question-answering
---

# Uploaded  model

- **Developed by:** 1rsh
- **License:** apache-2.0
- **Finetuned from model :** unsloth/llama-3.2-3b-bnb-4bit
- **Finetuned using:** 1rsh/SPInO-ParkinsonsDiseaseQA

This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.

This model has significantly better performance over base `unsloth/Llama-3.2-3B`!

```
relative_performance =
{
  'ROUGE-1': 1.510526033477611,
  'ROUGE-2': 1.9383727599984661,
  'ROUGE-L': 1.6544738302783082,
  'METEOR': 1.1253973831879713
}
```