antimoda1 commited on
Commit ·
1c5d691
1
Parent(s): f3bce05
change llm
Browse files
llm.py
CHANGED
|
@@ -3,7 +3,7 @@ from huggingface_hub import InferenceClient
|
|
| 3 |
|
| 4 |
token = os.environ["forRAG"]
|
| 5 |
client = InferenceClient(
|
| 6 |
-
model="
|
| 7 |
token=token
|
| 8 |
)
|
| 9 |
|
|
|
|
| 3 |
|
| 4 |
token = os.environ["forRAG"]
|
| 5 |
client = InferenceClient(
|
| 6 |
+
model="EleutherAI/gpt-j-6b",
|
| 7 |
token=token
|
| 8 |
)
|
| 9 |
|