Vijayendra
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,15 @@
|
|
1 |
---
|
2 |
base_model: unsloth/mistral-7b-bnb-4bit
|
3 |
library_name: peft
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
How to use :
|
6 |
```python
|
@@ -55,4 +64,4 @@ outputs = model.generate(
|
|
55 |
|
56 |
# Decode and print the output
|
57 |
response = tokenizer.decode(outputs[0], skip_special_tokens=True)
|
58 |
-
print(response)
|
|
|
1 |
---
|
2 |
base_model: unsloth/mistral-7b-bnb-4bit
|
3 |
library_name: peft
|
4 |
+
license: mit
|
5 |
+
datasets:
|
6 |
+
- yahma/alpaca-cleaned
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
pipeline_tag: text-generation
|
10 |
+
tags:
|
11 |
+
- physics
|
12 |
+
- conversational
|
13 |
---
|
14 |
How to use :
|
15 |
```python
|
|
|
64 |
|
65 |
# Decode and print the output
|
66 |
response = tokenizer.decode(outputs[0], skip_special_tokens=True)
|
67 |
+
print(response)
|