justsomerandomdude264
commited on
Commit
•
76957c2
1
Parent(s):
12a43d2
Update README.md
Browse files
README.md
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
-
---
|
2 |
-
base_model: unsloth/meta-llama-3.1-8b-instruct-bnb-4bit
|
3 |
-
language:
|
4 |
-
- en
|
5 |
-
license: mit
|
6 |
-
tags:
|
7 |
-
- text-generation-inference
|
8 |
-
- transformers
|
9 |
-
- unsloth
|
10 |
-
- llama
|
11 |
-
- trl
|
12 |
-
datasets:
|
13 |
-
- TIGER-Lab/MathInstruct
|
14 |
-
library_name: transformers
|
15 |
-
---
|
16 |
|
17 |
# Model Card: Math Homework Solver
|
18 |
|
@@ -119,7 +119,7 @@ To start using the Math Homework Solver model, follow these steps:
|
|
119 |
# Print the lines one by one
|
120 |
for line in formatted_string:
|
121 |
print(line)
|
122 |
-
|
123 |
|
124 |
|
125 |
## Citation
|
|
|
1 |
+
---
|
2 |
+
base_model: unsloth/meta-llama-3.1-8b-instruct-bnb-4bit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: mit
|
6 |
+
tags:
|
7 |
+
- text-generation-inference
|
8 |
+
- transformers
|
9 |
+
- unsloth
|
10 |
+
- llama
|
11 |
+
- trl
|
12 |
+
datasets:
|
13 |
+
- TIGER-Lab/MathInstruct
|
14 |
+
library_name: transformers
|
15 |
+
---
|
16 |
|
17 |
# Model Card: Math Homework Solver
|
18 |
|
|
|
119 |
# Print the lines one by one
|
120 |
for line in formatted_string:
|
121 |
print(line)
|
122 |
+
```
|
123 |
|
124 |
|
125 |
## Citation
|