Himalayan-wildcat
commited on
Update README.md
Browse files
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_HUGGING_FACE_TOKEN"
|
42 |
test_jsonl_data = "elyza-tasks-100-TV_0.jsonl"
|
43 |
|
44 |
bnb_config = BitsAndBytesConfig(
|
@@ -72,7 +72,6 @@ for data in tqdm(datasets):
|
|
72 |
input_: str = data["input"]
|
73 |
|
74 |
prompt = f"""
|
75 |
-
|
76 |
[θ¦δ»Ά]
|
77 |
- δΈγγγγθ³ͺεγ¨εγθ¨θͺγ§εηγγγ¦γγ γγγ
|
78 |
- εηγεγγγͺγε ΄εγ―γθε½γγγγγεγγγΎγγγγγ¨εηγγγ¦γγ γγγ
|
|
|
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(
|
|
|
72 |
input_: str = data["input"]
|
73 |
|
74 |
prompt = f"""
|
|
|
75 |
[θ¦δ»Ά]
|
76 |
- δΈγγγγθ³ͺεγ¨εγθ¨θͺγ§εηγγγ¦γγ γγγ
|
77 |
- εηγεγγγͺγε ΄εγ―γθε½γγγγγεγγγΎγγγγγ¨εηγγγ¦γγ γγγ
|