LeenAnabtawe commited on
Commit
b11f128
Β·
verified Β·
1 Parent(s): f33efc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -2,12 +2,12 @@ import gradio as gr
2
  from transformers import AutoTokenizer, AutoModelForCausalLM
3
  import torch
4
 
5
- # 4 Ω†Ω…Ψ§Ψ°Ψ¬ Ω„ΨͺΩˆΩ„ΩŠΨ― Ψ§Ω„ΩƒΩˆΨ―
6
  models = {
7
- "CodeGen (Salesforce)": "Salesforce/codegen-2B-multi",
8
- "StarCoder": "bigcode/starcoder",
9
- "WizardCoder": "WizardLM/WizardCoder-1B-V1.0",
10
- "Phind LLaMA": "Phind/phind-codeLlama-34b-v2"
11
  }
12
 
13
  # ΨͺΨ­Ω…ΩŠΩ„ Ψ§Ω„Ω†Ω…Ψ§Ψ°Ψ¬
 
2
  from transformers import AutoTokenizer, AutoModelForCausalLM
3
  import torch
4
 
5
+ # Ω†Ω…Ψ§Ψ°Ψ¬ مفΨͺوحة Ω„ΨͺΩˆΩ„ΩŠΨ― Ψ§Ω„ΩƒΩˆΨ―
6
  models = {
7
+ "CodeGen 2B (Salesforce)": "Salesforce/codegen-2B-multi",
8
+ "WizardCoder 1B": "WizardLM/WizardCoder-1B-V1.0",
9
+ "CodeParrot Small": "codeparrot/codeparrot-small",
10
+ "GPT-J-6B (Python)": "EleutherAI/gpt-j-6B" # Ψ¨Ψ―ΩŠΩ„ مفΨͺوح Ω„Ω€ Phind LLaMA
11
  }
12
 
13
  # ΨͺΨ­Ω…ΩŠΩ„ Ψ§Ω„Ω†Ω…Ψ§Ψ°Ψ¬