Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,6 @@ tags:
|
|
17 |
|
18 |
- **Developed by:** beyoru
|
19 |
- **License:** apache-2.0
|
20 |
-
- **Finetuned from model :** unsloth/Llama-3.2-3B-Instruct-bnb-4bit
|
21 |
|
22 |
# How to use
|
23 |
```
|
@@ -48,4 +47,4 @@ output = model.generate(**inputs,
|
|
48 |
max_new_tokens = 256, do_sample=True)
|
49 |
answer = tokenizer.decode(output[0], skip_special_tokens=True)
|
50 |
print(answer)
|
51 |
-
```
|
|
|
17 |
|
18 |
- **Developed by:** beyoru
|
19 |
- **License:** apache-2.0
|
|
|
20 |
|
21 |
# How to use
|
22 |
```
|
|
|
47 |
max_new_tokens = 256, do_sample=True)
|
48 |
answer = tokenizer.decode(output[0], skip_special_tokens=True)
|
49 |
print(answer)
|
50 |
+
```
|