research14 commited on
Commit
63b8939
·
1 Parent(s): 0274a84
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -51,14 +51,6 @@ for i, j in zip(ents, ents_prompt):
51
 
52
  model_mapping = {
53
  'gpt3.5': 'gpt2',
54
- 'vicuna-7b': 'lmsys/vicuna-7b-v1.3',
55
- 'vicuna-13b': 'lmsys/vicuna-13b-v1.3',
56
- 'vicuna-33b': 'lmsys/vicuna-33b-v1.3',
57
- 'fastchat-t5': 'lmsys/fastchat-t5-3b-v1.0',
58
- 'llama-7b': './llama/hf/7B',
59
- 'llama-13b': './llama/hf/13B',
60
- 'llama-30b': './llama/hf/30B',
61
- 'alpaca': './alpaca-7B',
62
  }
63
 
64
  with open('sample_uniform_1k_2.txt', 'r') as f:
 
51
 
52
  model_mapping = {
53
  'gpt3.5': 'gpt2',
 
 
 
 
 
 
 
 
54
  }
55
 
56
  with open('sample_uniform_1k_2.txt', 'r') as f: