Commit
•
da16538
1
Parent(s):
e238be0
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (6a6aaa9dee5ced2d0fcba4ebf6a3675273b5bb37)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -1,19 +1,20 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: openrail
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
- code
|
6 |
- codegen
|
7 |
- assembly
|
8 |
-
model-index:
|
9 |
-
- name: santacoder-finetuned-the-stack-cobol
|
10 |
-
results: []
|
11 |
datasets:
|
12 |
- bigcode/the-stack-dedup
|
13 |
-
language:
|
14 |
-
- code
|
15 |
pipeline_tag: text-generation
|
16 |
-
|
|
|
|
|
|
|
17 |
---
|
18 |
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- code
|
4 |
license: openrail
|
5 |
+
library_name: transformers
|
6 |
tags:
|
7 |
- generated_from_trainer
|
8 |
- code
|
9 |
- codegen
|
10 |
- assembly
|
|
|
|
|
|
|
11 |
datasets:
|
12 |
- bigcode/the-stack-dedup
|
|
|
|
|
13 |
pipeline_tag: text-generation
|
14 |
+
base_model: bigcode/santacoder
|
15 |
+
model-index:
|
16 |
+
- name: santacoder-finetuned-the-stack-cobol
|
17 |
+
results: []
|
18 |
---
|
19 |
|
20 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|