asataura commited on
Commit
6e5f7b8
·
1 Parent(s): d2b8088

Adding HF token

Browse files
Files changed (1) hide show
  1. 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 = "YOUR_API_TOKEN_HERE" # Replace with your actual 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,