jai-deepsource commited on
Commit
89f3e9d
·
verified ·
1 Parent(s): 921521a

Add LICENSE

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -3,10 +3,11 @@ language:
3
  - en
4
  base_model:
5
  - meta-llama/Llama-3.2-3B-Instruct
6
- pipeline_tag: text-generation
7
  tags:
8
  - code
9
  - text-generation-inference
 
10
  ---
11
  # Model Card
12
 
@@ -99,4 +100,4 @@ else:
99
  ## Bias, Risks, and Limitations
100
 
101
  - The model is in the early stages of development, so errors and misclassifications are expected, particularly with obfuscated secrets (e.g., encoded, split across lines, or dynamically generated), emerging or custom secret types not well-represented in the training data, or code in niche languages.
102
- - It relies on structured inputs (code snippets with line numbers and a specified line), and deviations may lead to unreliable outputs.
 
3
  - en
4
  base_model:
5
  - meta-llama/Llama-3.2-3B-Instruct
6
+ pipeline_tag: text-classification
7
  tags:
8
  - code
9
  - text-generation-inference
10
+ license: mit
11
  ---
12
  # Model Card
13
 
 
100
  ## Bias, Risks, and Limitations
101
 
102
  - The model is in the early stages of development, so errors and misclassifications are expected, particularly with obfuscated secrets (e.g., encoded, split across lines, or dynamically generated), emerging or custom secret types not well-represented in the training data, or code in niche languages.
103
+ - It relies on structured inputs (code snippets with line numbers and a specified line), and deviations may lead to unreliable outputs.