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 |
-

|
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 |
+

|