Update README.md
Browse files
README.md
CHANGED
@@ -5,20 +5,21 @@ tags:
|
|
5 |
metrics:
|
6 |
- rouge
|
7 |
model-index:
|
8 |
-
- name: bart-base-
|
9 |
results: []
|
10 |
inference:
|
11 |
parameters:
|
12 |
max_length: 128
|
13 |
num_beams: 4
|
|
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
should probably proofread and complete it, then remove this comment. -->
|
18 |
|
19 |
-
# bart-base-
|
20 |
|
21 |
-
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: 1.0136
|
24 |
- Rouge1: 59.9513
|
@@ -37,7 +38,7 @@ More information needed
|
|
37 |
|
38 |
## Training and evaluation data
|
39 |
|
40 |
-
|
41 |
|
42 |
## Training procedure
|
43 |
|
@@ -70,4 +71,4 @@ The following hyperparameters were used during training:
|
|
70 |
- Transformers 4.28.0.dev0
|
71 |
- Pytorch 2.0.0.dev20230212+cu118
|
72 |
- Datasets 2.9.0
|
73 |
-
- Tokenizers 0.13.2
|
|
|
5 |
metrics:
|
6 |
- rouge
|
7 |
model-index:
|
8 |
+
- name: bart-base-code-instructiongen
|
9 |
results: []
|
10 |
inference:
|
11 |
parameters:
|
12 |
max_length: 128
|
13 |
num_beams: 4
|
14 |
+
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
18 |
should probably proofread and complete it, then remove this comment. -->
|
19 |
|
20 |
+
# bart-base-code-instructiongen
|
21 |
|
22 |
+
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the `pszemraj/fleece2instructions-codealpaca` dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
- Loss: 1.0136
|
25 |
- Rouge1: 59.9513
|
|
|
38 |
|
39 |
## Training and evaluation data
|
40 |
|
41 |
+
Refer to `pszemraj/fleece2instructions-codealpaca`
|
42 |
|
43 |
## Training procedure
|
44 |
|
|
|
71 |
- Transformers 4.28.0.dev0
|
72 |
- Pytorch 2.0.0.dev20230212+cu118
|
73 |
- Datasets 2.9.0
|
74 |
+
- Tokenizers 0.13.2
|