Transformers
Safetensors
Japanese
Himalayan-wildcat commited on
Commit
1fc86a1
·
verified ·
1 Parent(s): 19762d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -38,7 +38,7 @@ from transformers import (
38
 
39
 
40
  model_id = "Himalayan-wildcat/gemma-2-9b-finetune"
41
- hf_token = "YOUR HUGGINGFACE TOKEN"
42
  test_jsonl_data = "elyza-tasks-100-TV_0.jsonl"
43
 
44
  bnb_config = BitsAndBytesConfig(
@@ -68,7 +68,7 @@ with open(test_jsonl_data) as f:
68
  item = ""
69
 
70
  results = []
71
- for data in tqdm(test_datasets):
72
  input_: str = data["input"]
73
 
74
  prompt = f"""
 
38
 
39
 
40
  model_id = "Himalayan-wildcat/gemma-2-9b-finetune"
41
+ hf_token = "YOUR_HUGGING_FACE_TOKEN"
42
  test_jsonl_data = "elyza-tasks-100-TV_0.jsonl"
43
 
44
  bnb_config = BitsAndBytesConfig(
 
68
  item = ""
69
 
70
  results = []
71
+ for data in tqdm(datasets):
72
  input_: str = data["input"]
73
 
74
  prompt = f"""