Instructions to use ram36/IPL_INFO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ram36/IPL_INFO with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="ram36/IPL_INFO", trust_remote_code=True) messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("ram36/IPL_INFO", trust_remote_code=True) model = AutoModelForCausalLM.from_pretrained("ram36/IPL_INFO", trust_remote_code=True) messages = [ {"role": "user", "content": "Who are you?"}, ] inputs = tokenizer.apply_chat_template( messages, add_generation_prompt=True, tokenize=True, return_dict=True, return_tensors="pt", ).to(model.device) outputs = model.generate(**inputs, max_new_tokens=40) print(tokenizer.decode(outputs[0][inputs["input_ids"].shape[-1]:])) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- vLLM
How to use ram36/IPL_INFO with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "ram36/IPL_INFO" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "ram36/IPL_INFO", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/ram36/IPL_INFO
- SGLang
How to use ram36/IPL_INFO with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "ram36/IPL_INFO" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "ram36/IPL_INFO", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "ram36/IPL_INFO" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "ram36/IPL_INFO", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use ram36/IPL_INFO with Docker Model Runner:
docker model run hf.co/ram36/IPL_INFO
Upload 3 files
Browse files- formatted_playersinfo.txt +0 -0
- iplteams_info.txt +97 -0
- match_summaries_sentences.txt +0 -0
formatted_playersinfo.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
iplteams_info.txt
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
1. Chennai Super Kings
|
| 2 |
+
- Team Captain (Current): MS Dhoni
|
| 3 |
+
- Team Coach (Current): Stephen Fleming
|
| 4 |
+
- Team Home Ground (Current): MA Chidambaram Stadium, Chennai
|
| 5 |
+
- Number of IPL Titles: 5 (2010, 2011, 2018, 2021, 2023)
|
| 6 |
+
- Team Owners: Chennai Super Kings Cricket Ltd (subsidiary of India Cements)
|
| 7 |
+
- Team About: The most consistent IPL franchise ever, Chennai Super Kings have qualified for the playoffs in almost every season they have played.
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
2. Delhi Capitals
|
| 12 |
+
- Team Captain (Current): Rishabh Pant
|
| 13 |
+
- Team Coach (Current): Ricky Ponting
|
| 14 |
+
- Team Home Ground (Current): Arun Jaitley Stadium, New Delhi
|
| 15 |
+
- Number of IPL Titles: 0
|
| 16 |
+
- Team Owners: GMR Sports Pvt Ltd, JSW Sports Pvt Ltd
|
| 17 |
+
- Team About: Delhi Capitals (earlier Daredevils) stumbled in the initial years but have found consistency in recent seasons.
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
3. Gujarat Titans
|
| 22 |
+
- Team Captain (Current): Shubman Gill
|
| 23 |
+
- Team Coach (Current): Ashish Nehra
|
| 24 |
+
- Team Home Ground (Current): Narendra Modi Stadium, Ahmedabad
|
| 25 |
+
- Number of IPL Titles: 1 (2022)
|
| 26 |
+
- Team Owners: CVC Capital Partners
|
| 27 |
+
- Team About: Gujarat Titans were one of two new teams introduced in the 2022 season and won the championship in their debut season.
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
4. Kolkata Knight Riders
|
| 32 |
+
- Team Captain (Current): Shreyas Iyer
|
| 33 |
+
- Team Coach (Current): Chandrakant Pandit
|
| 34 |
+
- Team Home Ground (Current): Eden Gardens, Kolkata
|
| 35 |
+
- Number of IPL Titles: 2 (2012, 2014)
|
| 36 |
+
- Team Owners: Knight Riders Sports Private Ltd
|
| 37 |
+
- Team About: One of three teams to have won more than one IPL title, Kolkata Knight Riders are known for their loyal fanbase.
|
| 38 |
+
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
5. Lucknow Super Giants
|
| 42 |
+
- Team Captain (Current): KL Rahul
|
| 43 |
+
- Team Coach (Current): Justin Langer
|
| 44 |
+
- Team Home Ground (Current): BR SABV Ekana Cricket Stadium, Lucknow
|
| 45 |
+
- Number of IPL Titles: 0
|
| 46 |
+
- Team Owners: RPSG Group
|
| 47 |
+
- Team About: Lucknow Super Giants, one of the two new teams introduced in 2022, have quickly made a mark with strong performances.
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
|
| 51 |
+
6. Mumbai Indians
|
| 52 |
+
- Team Captain (Current): Hardik Pandya
|
| 53 |
+
- Team Coach (Current): Mark Boucher
|
| 54 |
+
- Team Home Ground (Current): Wankhede Stadium, Mumbai
|
| 55 |
+
- Number of IPL Titles: 5 (2013, 2015, 2017, 2019, 2020)
|
| 56 |
+
- Team Owners: Indiawin Sports Private Limited (Reliance Industries)
|
| 57 |
+
- Team About: One of the most high-profile teams in the tournament, Mumbai Indians have won the most IPL titles.
|
| 58 |
+
|
| 59 |
+
|
| 60 |
+
|
| 61 |
+
7. Punjab Kings
|
| 62 |
+
- Team Captain (Current): Shikhar Dhawan
|
| 63 |
+
- Team Coach (Current): Trevor Bayliss
|
| 64 |
+
- Team Home Ground (Current): PCA New Stadium, Mullanpur
|
| 65 |
+
- Number of IPL Titles: 0
|
| 66 |
+
- Team Owners: KPH Dream Cricket Private Ltd
|
| 67 |
+
- Team About: Punjab Kings (previously Kings XI Punjab) was one of the original franchises but has yet to win an IPL title.
|
| 68 |
+
|
| 69 |
+
|
| 70 |
+
|
| 71 |
+
8. Rajasthan Royals
|
| 72 |
+
- Team Captain (Current): Sanju Samson
|
| 73 |
+
- Team Coach (Current): Kumar Sangakkara
|
| 74 |
+
- Team Home Ground (Current): Sawai Mansingh Stadium, Jaipur
|
| 75 |
+
- Number of IPL Titles: 1 (2008)
|
| 76 |
+
- Team Owners: The Royals Sports Group
|
| 77 |
+
- Team About: The team that attracted the smallest bid when the IPL was launched, Rajasthan Royals have a knack for discovering young talent.
|
| 78 |
+
|
| 79 |
+
|
| 80 |
+
|
| 81 |
+
9. Royal Challengers Bengaluru
|
| 82 |
+
- Team Captain (Current): Faf du Plessis
|
| 83 |
+
- Team Coach (Current): Andy Flower
|
| 84 |
+
- Team Home Ground (Current): M Chinnaswamy Stadium, Bengaluru
|
| 85 |
+
- Number of IPL Titles: 0
|
| 86 |
+
- Team Owners: Diageo India Private Limited
|
| 87 |
+
- Team About: High on the popularity charts but with nothing to show in terms of trophies, Royal Challengers Bengaluru are perennial underachievers.
|
| 88 |
+
|
| 89 |
+
|
| 90 |
+
|
| 91 |
+
10. Sunrisers Hyderabad
|
| 92 |
+
- Team Captain (Current): Pat Cummins
|
| 93 |
+
- Team Coach (Current): Daniel Vettori
|
| 94 |
+
- Team Home Ground (Current): Rajiv Gandhi International Cricket Stadium, Hyderabad
|
| 95 |
+
- Number of IPL Titles: 1 (2016)
|
| 96 |
+
- Team Owners: Sun TV Network
|
| 97 |
+
- Team About: Sunrisers Hyderabad entered the IPL in 2013, after the Deccan Chargers were terminated, and quickly established themselves as a strong team.
|
match_summaries_sentences.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|