saish-shetty commited on
Commit
bfce0c7
Β·
1 Parent(s): cfd6df9

reverting changes

Browse files
app.py CHANGED
@@ -10,7 +10,7 @@ os.environ["HF_HOME"] = "/tmp/huggingface_home"
10
 
11
  # Model and tokenizer loading
12
  model_name = "microsoft/phi-2" # Replace with your base model name
13
- adapter_path = "./adapter" # Path to your adapter directory (relative to app.py)
14
 
15
  # temporarily commented quantization
16
  # bnb_config = BitsAndBytesConfig(
 
10
 
11
  # Model and tokenizer loading
12
  model_name = "microsoft/phi-2" # Replace with your base model name
13
+ adapter_path = "./checkpoint-500" # Path to your adapter directory (relative to app.py)
14
 
15
  # temporarily commented quantization
16
  # bnb_config = BitsAndBytesConfig(
{adapter β†’ checkpoint-500}/README.md RENAMED
File without changes
{adapter β†’ checkpoint-500}/adapter_config.json RENAMED
File without changes
{adapter β†’ checkpoint-500}/adapter_model.safetensors RENAMED
File without changes
{adapter β†’ checkpoint-500}/added_tokens.json RENAMED
File without changes
{adapter β†’ checkpoint-500}/merges.txt RENAMED
File without changes
{adapter β†’ checkpoint-500}/optimizer.pt RENAMED
File without changes
{adapter β†’ checkpoint-500}/rng_state.pth RENAMED
File without changes
{adapter β†’ checkpoint-500}/scaler.pt RENAMED
File without changes
{adapter β†’ checkpoint-500}/scheduler.pt RENAMED
File without changes
{adapter β†’ checkpoint-500}/special_tokens_map.json RENAMED
File without changes
{adapter β†’ checkpoint-500}/tokenizer.json RENAMED
File without changes
{adapter β†’ checkpoint-500}/tokenizer_config.json RENAMED
File without changes
{adapter β†’ checkpoint-500}/trainer_state.json RENAMED
File without changes
{adapter β†’ checkpoint-500}/training_args.bin RENAMED
File without changes
{adapter β†’ checkpoint-500}/vocab.json RENAMED
File without changes