1rsh commited on
Commit
24d453b
·
verified ·
1 Parent(s): 6143cbf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -3
README.md CHANGED
@@ -9,6 +9,33 @@ tags:
9
  license: apache-2.0
10
  language:
11
  - en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  # Uploaded model
@@ -16,6 +43,7 @@ language:
16
  - **Developed by:** 1rsh
17
  - **License:** apache-2.0
18
  - **Finetuned from model :** unsloth/llama-3.2-3b-bnb-4bit
 
19
 
20
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
 
@@ -29,6 +57,4 @@ relative_performance =
29
  'ROUGE-L': 1.6544738302783082,
30
  'METEOR': 1.1253973831879713
31
  }
32
- ```
33
-
34
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
9
  license: apache-2.0
10
  language:
11
  - en
12
+ datasets:
13
+ - 1rsh/SPInO-ParkinsonsDiseaseQA
14
+ model-index:
15
+ - name: Llama 3.2 3B | Parkinson's Disease
16
+ results:
17
+ - task:
18
+ type: question-answering
19
+ name: Question Answering
20
+ dataset:
21
+ name: 1rsh/SPInO-ParkinsonsDiseaseQA
22
+ type: 1rsh/SPInO-ParkinsonsDiseaseQA
23
+ split: test
24
+ metrics:
25
+ - type: rouge
26
+ value: 0.43
27
+ name: ROUGE-1
28
+ - task:
29
+ type: question-answering
30
+ name: Question Answering
31
+ dataset:
32
+ name: 1rsh/SPInO-ParkinsonsDiseaseQA
33
+ type: 1rsh/SPInO-ParkinsonsDiseaseQA
34
+ split: test
35
+ metrics:
36
+ - type: rouge
37
+ value: 0.25
38
+ name: ROUGE-2
39
  ---
40
 
41
  # Uploaded model
 
43
  - **Developed by:** 1rsh
44
  - **License:** apache-2.0
45
  - **Finetuned from model :** unsloth/llama-3.2-3b-bnb-4bit
46
+ - **Finetuned using:** 1rsh/SPInO-ParkinsonsDiseaseQA
47
 
48
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
49
 
 
57
  'ROUGE-L': 1.6544738302783082,
58
  'METEOR': 1.1253973831879713
59
  }
60
+ ```