Update README.md
Browse files
README.md
CHANGED
@@ -8,12 +8,15 @@ library_name: transformers
|
|
8 |
tags:
|
9 |
- mergekit
|
10 |
- merge
|
11 |
-
|
|
|
|
|
12 |
---
|
13 |
UNDER DEVELOPMENT
|
14 |
|
15 |
This is a highly focused model which is dedicated to producing code and functions and applications.
|
16 |
It has been erged with the top models of this repo and will be fine tuned on datasets dedicated to coding problems and other code related tasks. such as uml diagrams and object oriented planning etc.
|
|
|
17 |
# merge
|
18 |
|
19 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
@@ -59,4 +62,4 @@ parameters:
|
|
59 |
int8_mask: true
|
60 |
dtype: float16
|
61 |
|
62 |
-
```
|
|
|
8 |
tags:
|
9 |
- mergekit
|
10 |
- merge
|
11 |
+
datasets:
|
12 |
+
- WhiteRabbitNeo/WRN-Chapter-1
|
13 |
+
- WhiteRabbitNeo/WRN-Chapter-2
|
14 |
---
|
15 |
UNDER DEVELOPMENT
|
16 |
|
17 |
This is a highly focused model which is dedicated to producing code and functions and applications.
|
18 |
It has been erged with the top models of this repo and will be fine tuned on datasets dedicated to coding problems and other code related tasks. such as uml diagrams and object oriented planning etc.
|
19 |
+
|
20 |
# merge
|
21 |
|
22 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
|
|
62 |
int8_mask: true
|
63 |
dtype: float16
|
64 |
|
65 |
+
```
|