muhtasham commited on
Commit
64c2314
·
1 Parent(s): a61b018

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -5
README.md CHANGED
@@ -1,10 +1,17 @@
1
- ---
2
  license: openrail
3
  tags:
4
  - generated_from_trainer
 
 
 
5
  model-index:
6
  - name: santacoder-finetuned-the-stack-cobol
7
  results: []
 
 
 
 
 
8
  ---
9
 
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -12,21 +19,23 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # santacoder-finetuned-the-stack-cobol
14
 
15
- This model is a fine-tuned version of [bigcode/santacoder](https://huggingface.co/bigcode/santacoder) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
  - Loss: 0.7161
18
 
19
  ## Model description
20
 
21
- More information needed
 
 
22
 
23
  ## Intended uses & limitations
24
 
25
- More information needed
26
 
27
  ## Training and evaluation data
28
 
29
- More information needed
30
 
31
  ## Training procedure
32
 
 
 
1
  license: openrail
2
  tags:
3
  - generated_from_trainer
4
+ - code
5
+ - codegen
6
+ - assembly
7
  model-index:
8
  - name: santacoder-finetuned-the-stack-cobol
9
  results: []
10
+ datasets:
11
+ - bigcode/the-stack-dedup
12
+ language:
13
+ - code
14
+ pipeline_tag: text-generation
15
  ---
16
 
17
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
19
 
20
  # santacoder-finetuned-the-stack-cobol
21
 
22
+ This model is a fine-tuned version of [bigcode/santacoder](https://huggingface.co/bigcode/santacoder) on an The Stack [cobol](https://huggingface.co/datasets/bigcode/the-stack-dedup) dataset.
23
  It achieves the following results on the evaluation set:
24
  - Loss: 0.7161
25
 
26
  ## Model description
27
 
28
+ The [SantaCoder](https://huggingface.co/bigcode/santacoder) models are a series of 1.1B parameter models trained on the Python, Java, and JavaScript subset of [The Stack (v1.1)](https://huggingface.co/datasets/bigcode/the-stack) (which excluded opt-out requests).
29
+ The main model uses [Multi Query Attention](https://arxiv.org/abs/1911.02150), was trained using near-deduplication and comment-to-code ratio as filtering criteria and using the [Fill-in-the-Middle objective](https://arxiv.org/abs/2207.14255).
30
+ In addition, there are several models that were trained on datasets with different filter parameters and with architecture and objective variations.
31
 
32
  ## Intended uses & limitations
33
 
34
+ The predominant language in source is English although other languages are also present. As such the model is capable to generate code snippets provided some context but the generated code is not guaranteed to work as intended. It can be inefficient, contain bugs or exploits.
35
 
36
  ## Training and evaluation data
37
 
38
+ The Stack contains over 6TB of permissively-licensed source code files covering 358 programming languages. The dataset was created as part of the [BigCode Project](https://www.bigcode-project.org/), an open scientific collaboration working on the responsible development of Large Language Models for Code (Code LLMs). The Stack serves as a pre-training dataset for Code LLMs, i.e., code-generating AI systems which enable the synthesis of programs from natural language descriptions as well as other from code snippets. **This is the near-deduplicated version with 3TB data.**
39
 
40
  ## Training procedure
41