FlameF0X commited on
Commit
e08da68
·
verified ·
1 Parent(s): be61277

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -11
README.md CHANGED
@@ -9,7 +9,7 @@ tags:
9
  - gguf
10
  ---
11
 
12
- ![banner by CroissantWhyNot](banner.png)
13
 
14
  *Banner by [Croissant](https://huggingface.co/CroissantWhyNot)*
15
 
@@ -39,16 +39,7 @@ This model is designed for text generation tasks with a focus on reasoning throu
39
 
40
  ## Usage
41
 
42
- The model can be loaded using the following:
43
-
44
- ### Transformers:
45
-
46
- ```python
47
- from transformers import AutoModelForCausalLM, AutoTokenizer
48
-
49
- model = AutoModelForCausalLM.from_pretrained("GoofyLM/N1")
50
- tokenizer = AutoTokenizer.from_pretrained("GoofyLM/N1")
51
- ```
52
 
53
  ### llama-cpp-python:
54
 
 
9
  - gguf
10
  ---
11
 
12
+ ![banner by CroissantWhyNot](https://huggingface.co/GoofyLM/N1/blob/main/banner.png)
13
 
14
  *Banner by [Croissant](https://huggingface.co/CroissantWhyNot)*
15
 
 
39
 
40
  ## Usage
41
 
42
+ The model can be loaded using the following:
 
 
 
 
 
 
 
 
 
43
 
44
  ### llama-cpp-python:
45