juliehunter
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,6 @@ pipeline_tag: text-generation
|
|
27 |
* [Training Procedure](#training-procedure)
|
28 |
<!-- * [Evaluation](#evaluation) -->
|
29 |
* [Testing the model](#testing-the-model)
|
30 |
-
* [Test in python](#test-in-python)
|
31 |
* [Test with ollama](#test-with-ollama)
|
32 |
* [Test with vLLM](#test-with-vllm)
|
33 |
* [Citation](#citation)
|
@@ -75,9 +74,6 @@ The model architecture and hyperparameters are the same as for [Lucie-7B](https:
|
|
75 |
|
76 |
|
77 |
## Testing the model
|
78 |
-
### Test in python
|
79 |
-
|
80 |
-
* [test_transformers_gguf.py](test_transformers_gguf.py): Test GGUF model with `transformers` package (WARNING: loading the model is long)
|
81 |
|
82 |
### Test with ollama
|
83 |
|
|
|
27 |
* [Training Procedure](#training-procedure)
|
28 |
<!-- * [Evaluation](#evaluation) -->
|
29 |
* [Testing the model](#testing-the-model)
|
|
|
30 |
* [Test with ollama](#test-with-ollama)
|
31 |
* [Test with vLLM](#test-with-vllm)
|
32 |
* [Citation](#citation)
|
|
|
74 |
|
75 |
|
76 |
## Testing the model
|
|
|
|
|
|
|
77 |
|
78 |
### Test with ollama
|
79 |
|