juliehunter commited on
Commit
e90f6e4
·
verified ·
1 Parent(s): 70d6b62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -5
README.md CHANGED
@@ -23,7 +23,6 @@ pipeline_tag: text-generation
23
  * [Training Procedure](#training-procedure)
24
  <!-- * [Evaluation](#evaluation) -->
25
  * [Testing the model](#testing-the-model)
26
- * [Test in python](#test-in-python)
27
  * [Test with ollama](#test-with-ollama)
28
  * [Test with vLLM](#test-with-vllm)
29
  * [Citation](#citation)
@@ -38,6 +37,7 @@ Lucie-7B-Instruct is fine-tuned on synthetic instructions produced by ChatGPT an
38
 
39
 
40
 
 
41
  ## Training details
42
 
43
  ### Training data
@@ -69,10 +69,6 @@ The model architecture and hyperparameters are the same as for [Lucie-7B](https:
69
 
70
  ## Testing the model
71
 
72
- ### Test in python
73
-
74
- * [test_transformers_gguf.py](test_transformers_gguf.py): Test GGUF model with `transformers` package (WARNING: loading the model is long)
75
-
76
  ### Test with ollama
77
 
78
  * Download and install [Ollama](https://ollama.com/download)
 
23
  * [Training Procedure](#training-procedure)
24
  <!-- * [Evaluation](#evaluation) -->
25
  * [Testing the model](#testing-the-model)
 
26
  * [Test with ollama](#test-with-ollama)
27
  * [Test with vLLM](#test-with-vllm)
28
  * [Citation](#citation)
 
37
 
38
 
39
 
40
+
41
  ## Training details
42
 
43
  ### Training data
 
69
 
70
  ## Testing the model
71
 
 
 
 
 
72
  ### Test with ollama
73
 
74
  * Download and install [Ollama](https://ollama.com/download)