Update README.md
Browse files
README.md
CHANGED
@@ -7,8 +7,9 @@ tags:
|
|
7 |
- text-generation-inference
|
8 |
- transformers
|
9 |
- unsloth
|
10 |
-
- mistral
|
11 |
- trl
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Uploaded model
|
@@ -17,6 +18,8 @@ tags:
|
|
17 |
- **License:** apache-2.0
|
18 |
- **Finetuned from model :** unsloth/Phi-3-mini-4k-instruct
|
19 |
|
20 |
-
This
|
21 |
|
22 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
|
|
|
7 |
- text-generation-inference
|
8 |
- transformers
|
9 |
- unsloth
|
|
|
10 |
- trl
|
11 |
+
datasets:
|
12 |
+
- tomasonjo/text2cypher-gpt4o-clean
|
13 |
---
|
14 |
|
15 |
# Uploaded model
|
|
|
18 |
- **License:** apache-2.0
|
19 |
- **Finetuned from model :** unsloth/Phi-3-mini-4k-instruct
|
20 |
|
21 |
+
This phi3 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
22 |
|
23 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
24 |
+
|
25 |
+
see https://github.com/amitca71/colab/blob/main/generic_cypher_phi3.ipynb for colab notebook. based on https://github.com/tomasonjo/blogs/blob/master/llm/llama3_text2cypher_chat_unsloth.ipynb
|