Views
No views yet
| Name | Quant method | Size |
|---|---|---|
| Tamil-Mistral-7B-v0.1.Q2_K.gguf | Q2_K | 2.61GB |
| Tamil-Mistral-7B-v0.1.IQ3_XS.gguf | IQ3_XS | 2.9GB |
| Tamil-Mistral-7B-v0.1.IQ3_S.gguf | IQ3_S | 3.05GB |
| Tamil-Mistral-7B-v0.1.Q3_K_S.gguf | Q3_K_S | 3.04GB |
| Tamil-Mistral-7B-v0.1.IQ3_M.gguf | IQ3_M | 3.15GB |
| Tamil-Mistral-7B-v0.1.Q3_K.gguf | Q3_K | 3.37GB |
| Tamil-Mistral-7B-v0.1.Q3_K_M.gguf | Q3_K_M | 3.37GB |
| Tamil-Mistral-7B-v0.1.Q3_K_L.gguf | Q3_K_L | 3.65GB |
| Tamil-Mistral-7B-v0.1.IQ4_XS.gguf | IQ4_XS | 3.77GB |
| Tamil-Mistral-7B-v0.1.Q4_0.gguf | Q4_0 | 3.93GB |
| Tamil-Mistral-7B-v0.1.IQ4_NL.gguf | IQ4_NL | 3.97GB |
| Tamil-Mistral-7B-v0.1.Q4_K_S.gguf | Q4_K_S | 3.95GB |
| Tamil-Mistral-7B-v0.1.Q4_K.gguf | Q4_K | 4.17GB |
| Tamil-Mistral-7B-v0.1.Q4_K_M.gguf | Q4_K_M | 4.17GB |
| Tamil-Mistral-7B-v0.1.Q4_1.gguf | Q4_1 | 4.34GB |
| Tamil-Mistral-7B-v0.1.Q5_0.gguf | Q5_0 | 4.76GB |
| Tamil-Mistral-7B-v0.1.Q5_K_S.gguf | Q5_K_S | 4.76GB |
| Tamil-Mistral-7B-v0.1.Q5_K.gguf | Q5_K | 4.89GB |
| Tamil-Mistral-7B-v0.1.Q5_K_M.gguf | Q5_K_M | 4.89GB |
| Tamil-Mistral-7B-v0.1.Q5_1.gguf | Q5_1 | 5.18GB |
| Tamil-Mistral-7B-v0.1.Q6_K.gguf | Q6_K | 5.65GB |
| Tamil-Mistral-7B-v0.1.Q8_0.gguf | Q8_0 | 7.32GB |
1import torch
2from transformers import (AutoModelForCausalLM,AutoTokenizer,TextStreamer,pipeline)
3model = AutoModelForCausalLM.from_pretrained("Hemanth-thunder/Tamil-Mistral-7B-v0.1",device_map="auto")
4tokenizer = AutoTokenizer.from_pretrained("Hemanth-thunder/Tamil-Mistral-7B-v0.1",add_prefix_space=True)
5tokenizer.pad_token = tokenizer.eos_token
6tokenizer.padding_side = "right"
7streamer = TextStreamer(tokenizer)
8pipe = pipeline("text-generation" ,model=model, tokenizer=tokenizer ,do_sample=True, repetition_penalty=1.15,top_p=0.95,streamer=streamer)
9pipe("ஐபிஎல் தொடரில் மும்பை இந்தியன்ஸ் அணி ",max_length=50)1
2ஐபிஎல் தொடரில் மும்பை இந்தியன்ஸ் அணி -3வது இடத்திற்கு முன்னேறி இருக்கிறது, இதனால் பிளே ஆஃப் வாய்ப்பை உறுதி செய்ய வேண்டும்.
3இன்னும் 11 புள்ளிகள் மட்டுமே மீதமுள்ளது.சென்னை சூப்பர் கிங்சுக்கு 12 புள்ளிகளில் உள்ளது.
4அதன் கடைசி லீக் போட்டி ஜூன் 23-ம் தேதி சென்னையில் நடைபெறுகிறது.
5
KeyError: 'mistral'NotImplementedError: Cannot copy out of meta tensor; no data!1@misc{Tamil-Mistral-7B-v0.1,
2 url={[https://huggingface.co/Hemanth-thunder/Tamil-Mistral-7B-v0.1]https://huggingface.co/Hemanth-thunder/Tamil-Mistral-7B-v0.1)},
3 title={Tamil-Mistral-7B-v0.1},
4 author={"hemanth kumar"}
5}