Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -23,10 +23,6 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
| 23 |
model_id, dtype=torch.bfloat16, device_map="auto"
|
| 24 |
)
|
| 25 |
messages = [
|
| 26 |
-
{
|
| 27 |
-
"role": "system",
|
| 28 |
-
"content": [{"type": "text", "text": "You are a helpful assistant."}],
|
| 29 |
-
},
|
| 30 |
{
|
| 31 |
"role": "user",
|
| 32 |
"content": [
|
|
|
|
| 23 |
model_id, dtype=torch.bfloat16, device_map="auto"
|
| 24 |
)
|
| 25 |
messages = [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
{
|
| 27 |
"role": "user",
|
| 28 |
"content": [
|