Spaces:
Sleeping
Sleeping
Adding HF token
Browse files- trainer.py +1 -1
trainer.py
CHANGED
@@ -11,7 +11,7 @@ from langchain import HuggingFaceHub, PromptTemplate, LLMChain
|
|
11 |
|
12 |
|
13 |
repo_id = "tiiuae/falcon-7b-instruct"
|
14 |
-
huggingfacehub_api_token = "
|
15 |
|
16 |
llm = HuggingFaceHub(huggingfacehub_api_token=huggingfacehub_api_token,
|
17 |
repo_id=repo_id,
|
|
|
11 |
|
12 |
|
13 |
repo_id = "tiiuae/falcon-7b-instruct"
|
14 |
+
huggingfacehub_api_token = "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" # Replace with your actual API token
|
15 |
|
16 |
llm = HuggingFaceHub(huggingfacehub_api_token=huggingfacehub_api_token,
|
17 |
repo_id=repo_id,
|