File size: 1,886 Bytes
79b8f59
 
 
 
 
 
 
 
 
 
 
 
2d09e39
d5b33d7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d9e27a2
f3a5fdb
d5b33d7
79b8f59
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
---
language:
- en
license: apache-2.0
tags:
- text-generation-inference
- transformers
- unsloth
- mistral
- trl
base_model: unsloth/mistral-7b-bnb-4bit
---
"""
- an attempt at making a working "program" inside an llm thru fine tuning. kinda works kinda doesn't
- commands are:
- start/start box/box
- up/down/left/right
- heres an example convo:
- user: "start box"
- ai: "```
-     12345
-     _____
-     1|X....|
-     2|.....|
-     3|.....|
-     4|.....|
-     5|.....|
-     _____
-     ```
-     start"
- user: "right"
- ai: "right
-     ```
-     12345
-     _____
-     1|.X...|
-     2|.....|
-     3|.....|
-     4|.....|
-     5|.....|
-     _____
-     ```"
- user: "down"
- ai: "down
-     ```
-     12345
-     _____
-     1|.....|
-     2|.X...|
-     3|.....|
-     4|.....|
-     5|.....|
-     _____
-     ```"
- user: "right"
- ai: "right
-     ```
-     12345
-     _____
-     1|.....|
-     2|..X..|
-     3|.....|
-     4|.....|
-     5|.....|
-     _____
-     ```"
- user: "up"
- ai: "up
-     ```
-     12345
-     _____
-     1|..X..|
-     2|.....|
-     3|.....|
-     4|.....|
-     5|.....|
-     _____
-     ```"
- user: "left"
- ai: "left
-     error: unable to move left from this position
-     ```
-     12345
-     _____
-     1|..X..|
-     2|.....|
-     3|.....|
-     4|.....|
-     5|.....|
-     _____
-     ```"
- 
- after this it stopped working but you get the gist. imagine playing doom thrun an llm lol
- 
"""


# Uploaded  model

- **Developed by:** liminerity
- **License:** apache-2.0
- **Finetuned from model :** unsloth/mistral-7b-bnb-4bit

This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.

[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)