mrm8488 commited on
Commit
7ded499
·
1 Parent(s): db1df4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -8
README.md CHANGED
@@ -2,31 +2,38 @@
2
  license: openrail
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
  - name: santacoder-finetuned-the-stack-clojure
7
  results: []
 
 
 
 
 
8
  ---
9
 
10
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
- should probably proofread and complete it, then remove this comment. -->
12
 
13
- # santacoder-finetuned-the-stack-clojure
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: 1.0438
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
 
 
2
  license: openrail
3
  tags:
4
  - generated_from_trainer
5
+ - clojure
6
+ - codegen
7
  model-index:
8
  - name: santacoder-finetuned-the-stack-clojure
9
  results: []
10
+ datasets:
11
+ - bigcode/the-stack-dedup
12
+ language:
13
+ - code
14
+ pipeline_tag: text-generation
15
  ---
16
 
17
+ # SantaCoder 🎅 fine-tuned on Clojure
 
18
 
19
+ This model is a fine-tuned version of [BigCode/SantaCoder](https://huggingface.co/bigcode/santacoder) on The Stack [Clojure](https://huggingface.co/datasets/bigcode/the-stack-dedup).
 
 
20
  It achieves the following results on the evaluation set:
21
  - Loss: 1.0438
22
 
23
  ## Model description
24
 
25
+ 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).
26
+ 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).
27
+ In addition, there are several models that were trained on datasets with different filter parameters and with architecture and objective variations.
28
 
29
  ## Intended uses & limitations
30
 
31
+ The model has been trained on source code in Python, Java, and JavaScript and fine-tuned on bash/shell scripts. 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.
32
 
33
  ## Training and evaluation data
34
 
35
+ 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.**
36
+
37
 
38
  ## Training procedure
39