Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -170,6 +170,8 @@ pipeline = transformers.pipeline(
170
  outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
171
  print(outputs[0]["generated_text"])
172
  ```
 
 
173
  # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
174
  Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_gmonsoon__gemma2-9b-sahabatai-v1-instruct-BaseTIES)
175
 
 
170
  outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
171
  print(outputs[0]["generated_text"])
172
  ```
173
+ Google Colab Try GGUF CPU : [Google Colab Notebook Try](https://colab.research.google.com/drive/1h9rydoGJpno9Mv-SATNqL_UxlBWyjRWx?usp=sharing)
174
+
175
  # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
176
  Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_gmonsoon__gemma2-9b-sahabatai-v1-instruct-BaseTIES)
177