Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,25 +1,15 @@
|
|
1 |
---
|
|
|
2 |
base_model: nbeerbower/phi3.5-gutenberg-4B
|
3 |
datasets:
|
4 |
- jondurbin/gutenberg-dpo-v0.1
|
5 |
-
library_name: transformers
|
6 |
license: mit
|
7 |
tags:
|
8 |
- llama-cpp
|
9 |
- gguf-my-repo
|
10 |
---
|
11 |
|
12 |
-
|
13 |
-
|
14 |
-
phi3.5-gutenberg-4B
|
15 |
-
|
16 |
-
microsoft/Phi-3.5-mini-instruct finetuned on jondurbin/gutenberg-dpo-v0.1.
|
17 |
-
Method
|
18 |
-
|
19 |
-
Finetuned using 2x RTX 4060 Ti for 3 epochs.
|
20 |
-
|
21 |
-
Fine-tune Llama 3 with ORPO
|
22 |
-
|
23 |
This model was converted to GGUF format from [`nbeerbower/phi3.5-gutenberg-4B`](https://huggingface.co/nbeerbower/phi3.5-gutenberg-4B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
24 |
Refer to the [original model card](https://huggingface.co/nbeerbower/phi3.5-gutenberg-4B) for more details on the model.
|
25 |
|
|
|
1 |
---
|
2 |
+
library_name: transformers
|
3 |
base_model: nbeerbower/phi3.5-gutenberg-4B
|
4 |
datasets:
|
5 |
- jondurbin/gutenberg-dpo-v0.1
|
|
|
6 |
license: mit
|
7 |
tags:
|
8 |
- llama-cpp
|
9 |
- gguf-my-repo
|
10 |
---
|
11 |
|
12 |
+
# Triangle104/phi3.5-gutenberg-4B-Q4_K_M-GGUF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
This model was converted to GGUF format from [`nbeerbower/phi3.5-gutenberg-4B`](https://huggingface.co/nbeerbower/phi3.5-gutenberg-4B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
14 |
Refer to the [original model card](https://huggingface.co/nbeerbower/phi3.5-gutenberg-4B) for more details on the model.
|
15 |
|