updated readme
Browse files
README.md
CHANGED
@@ -1,34 +1,31 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
base_model: jaigouk/go-bruins-bf16-ruby
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
7 |
-
- name: go-bruins-ruby
|
8 |
results: []
|
|
|
|
|
9 |
---
|
10 |
|
11 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
-
should probably proofread and complete it, then remove this comment. -->
|
13 |
|
14 |
-
# go-bruins-ruby
|
15 |
|
16 |
-
This model is a fine-tuned version of [
|
17 |
|
18 |
## Model description
|
19 |
|
20 |
-
|
21 |
|
22 |
## Intended uses & limitations
|
23 |
|
24 |
-
|
25 |
|
26 |
## Training and evaluation data
|
27 |
|
28 |
-
|
29 |
-
|
30 |
-
## Training procedure
|
31 |
-
|
32 |
### Training hyperparameters
|
33 |
|
34 |
The following hyperparameters were used during training:
|
@@ -45,8 +42,6 @@ The following hyperparameters were used during training:
|
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
-
|
49 |
-
|
50 |
### Framework versions
|
51 |
|
52 |
- Transformers 4.35.0
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
base_model: jaigouk/go-bruins-bf16-ruby
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
7 |
+
- name: go-bruins-ruby-bf16
|
8 |
results: []
|
9 |
+
language:
|
10 |
+
- en
|
11 |
---
|
12 |
|
|
|
|
|
13 |
|
14 |
+
# go-bruins-ruby-bf16
|
15 |
|
16 |
+
This model is a fine-tuned version of [rwitz/go-bruins](https://huggingface.co/rwitz/go-bruins) on an unknown dataset.
|
17 |
|
18 |
## Model description
|
19 |
|
20 |
+
- intention is to use this with system message for generating ruby codes
|
21 |
|
22 |
## Intended uses & limitations
|
23 |
|
24 |
+
- writing rspec / ruby codes
|
25 |
|
26 |
## Training and evaluation data
|
27 |
|
28 |
+
- https://huggingface.co/datasets/jaigouk/coding-dataset
|
|
|
|
|
|
|
29 |
### Training hyperparameters
|
30 |
|
31 |
The following hyperparameters were used during training:
|
|
|
42 |
|
43 |
### Training results
|
44 |
|
|
|
|
|
45 |
### Framework versions
|
46 |
|
47 |
- Transformers 4.35.0
|