Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,6 @@ datasets:
|
|
5 |
- ise-uiuc/Magicoder-Evol-Instruct-110K
|
6 |
- Vezora/Tested-22k-Python-Alpaca
|
7 |
---
|
8 |
-
![Kukedlc/NeuralExperiment-7b-dare-ties](https://raw.githubusercontent.com/kukedlc87/imagenes/main/DALL%C2%B7E%202024-03-05%2000.28.41%20-%20Imagine%20a%20visual%20representation%20of%20a%20language%20model%20inspired%20by%20the%20Mandelbrot%20fractal.%20The%20scene%20should%20depict%20an%20abstract%2C%20intricate%20network%20resembl.webp)
|
9 |
|
10 |
# Datacard for Custom Trained Model
|
11 |
- Base Model : [Kukedlc/NeuralExperiment-7b-dare-ties](https://huggingface.co/Kukedlc/NeuralExperiment-7b-dare-ties)
|
@@ -57,4 +56,6 @@ pipeline = transformers.pipeline(
|
|
57 |
|
58 |
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
59 |
print(outputs[0]["generated_text"])
|
60 |
-
```
|
|
|
|
|
|
5 |
- ise-uiuc/Magicoder-Evol-Instruct-110K
|
6 |
- Vezora/Tested-22k-Python-Alpaca
|
7 |
---
|
|
|
8 |
|
9 |
# Datacard for Custom Trained Model
|
10 |
- Base Model : [Kukedlc/NeuralExperiment-7b-dare-ties](https://huggingface.co/Kukedlc/NeuralExperiment-7b-dare-ties)
|
|
|
56 |
|
57 |
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
58 |
print(outputs[0]["generated_text"])
|
59 |
+
```
|
60 |
+
|
61 |
+
![Kukedlc/NeuralExperiment-7b-dare-ties](https://raw.githubusercontent.com/kukedlc87/imagenes/main/DALL%C2%B7E%202024-03-05%2000.28.41%20-%20Imagine%20a%20visual%20representation%20of%20a%20language%20model%20inspired%20by%20the%20Mandelbrot%20fractal.%20The%20scene%20should%20depict%20an%20abstract%2C%20intricate%20network%20resembl.webp)
|