Update README.md
Browse files
README.md
CHANGED
|
@@ -111,7 +111,7 @@ If using dria_agent, system prompts and tooling work out of the box—no extra s
|
|
| 111 |
|
| 112 |
You can use Tiny-Agent-a-3B directly with transformers:
|
| 113 |
|
| 114 |
-
````
|
| 115 |
import json
|
| 116 |
from typing import Any, Dict, List
|
| 117 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
|
|
| 111 |
|
| 112 |
You can use Tiny-Agent-a-3B directly with transformers:
|
| 113 |
|
| 114 |
+
````python
|
| 115 |
import json
|
| 116 |
from typing import Any, Dict, List
|
| 117 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|