atithi-ai / README.md
davidx08's picture
Upload README.md with huggingface_hub
ef465c7 verified
|
Raw
History Blame Contribute Delete
1.61 kB
metadata
license: apache-2.0
base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
tags:
  - travel
  - tourism
  - india
  - hotels
  - restaurants
  - weather
  - maps
  - geolocation
  - railways
  - flights
  - bus-routes
  - nexuzy-lab
  - gguf
  - lora
language:
  - en
new_version: davidx08/atithi-ai
pipeline_tag: text-generation
library_name: transformers

Atithi AI

Atithi AI is an India-focused travel, hotel, restaurant, and local discovery assistant built on TinyLlama/TinyLlama-1.1B-Chat-v1.0 and developed by David at Nexuzy Lab, which is presented as a research and innovation division under DEVIL ONE PVT LTD.

Atithi AI Logo

Model scope

Atithi AI is intended as a compact domain-tuned assistant for the Indian ecosystem, supporting:

  • Tourist destination discovery
  • Hotel and stay assistance
  • Restaurant and food place information
  • Railway, flight, and bus travel context
  • Weather-aware planning prompts
  • Maps, routes, and location-driven assistance

Developer information

Usage with Transformers

from transformers import AutoTokenizer, AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("davidx08/atithi-ai")
tokenizer = AutoTokenizer.from_pretrained("davidx08/atithi-ai")