Rohanify commited on
Commit
b354f6e
·
verified ·
1 Parent(s): 71f527a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md CHANGED
@@ -1,3 +1,43 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ datasets:
4
+ - flytech/python-codes-25k
5
+ language:
6
+ - en
7
+ - py
8
+ tags:
9
+ - gpt2
10
+ - gguf
11
+ - python
12
+ - code-generation
13
+ pipeline_tag: text-generation
14
+ ollama:
15
+ template: |
16
+ ### Instruction:
17
+ {{ .Prompt }}
18
+
19
+ ### Response:
20
+ params:
21
+ temperature: 0.4
22
+ top_p: 0.9
23
+ repeat_penalty: 1.1
24
+ stop:
25
+ - "### Instruction:"
26
  ---
27
+
28
+ # 🚀 Indenta-13M-Python (GGUF)
29
+
30
+ An optimized from-scratch model made with a custom tokenizer and gpt-2 architecture.
31
+ This model is made for python code completions and basic python code generation.
32
+ This model has ~13M parameters, making it ideal for almost any machine!
33
+
34
+ ---
35
+
36
+ ## 🛠️ How to Run Instantly via Ollama
37
+
38
+ Because the system configuration is baked directly into this Hugging Face repository card, nobody needs to manually create a local `Modelfile`.
39
+
40
+ You or anyone else can spin it up immediately by targeting the Hugging Face repository link. Run this command in your terminal:
41
+
42
+ ```bash
43
+ ollama run hf.co/Rohanify/Indenta-9M-Python