Text Generation
Transformers
Safetensors
mistral
text-generation-inference
Inference Endpoints
Kukedlc commited on
Commit
3ac5143
1 Parent(s): 52c8a7b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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)