from life import Creativity
class Life(Creativity):
def __init_life__(self):
self.current_job_title = "Researcher"
self.open_for_opportunity = True
def current_projects(self):
self.currently_learning = "Large Language Models"
self.currently_working_on = "LLMs"
self.excited_for = "Natural Language Processing"
def contact_me(self):
self.email = "[email protected]"
self.website = "https://miladnasrii.github.io/"
if '__repo__' == '__helpful__':
star.it()
fork.it()
- Iran , Kurdestan
- https://miladnasrii.github.io/
- in/milad-nasri
Pinned Loading
-
Extracting-key-tags-from-Subscription_Boxes-dataset-Amazon-
Extracting-key-tags-from-Subscription_Boxes-dataset-Amazon- PublicExtracting key tags from the Subscription_Boxes dataset (Amazon) using a model trained in NLP: The code output includes tags or keywords extracted from Amazon user reviews or comments..
Jupyter Notebook
-
Review-Processing-and-ID-Mapping
Review-Processing-and-ID-Mapping PublicPython code for processing review datasets. It generates unique user IDs, extracts key words (proper nouns, adjectives) from reviews, and assigns tag IDs. The dataset is normalized (case-insensitiv…
-
Basic-Q-A-with-Pre-trained-Models
Basic-Q-A-with-Pre-trained-Models PublicBasic Q&A with pre-trained models (CV): In this repository, there are two Python files, one of which we have implemented the implementation using LangChain and the other without using it. As a resu…
Jupyter Notebook
-
Diabetes-dataset-preprocessing
Diabetes-dataset-preprocessing PublicPrimary preprocessing of diabetes dataset data.
Jupyter Notebook
-
Prompt-Engineering-and-Output-Control
Prompt-Engineering-and-Output-Control PublicSetting parameters such as temperature, maximum token, etc. and produce different outputs from an LLM by modifying the prompts.
Jupyter Notebook
-
Summarization-and-Text-Processing-Applications
Summarization-and-Text-Processing-Applications PublicSummarization and text processing applications: a tool that summarizes research papers or news articles using LLMs. / Text Classification: a text classifier for a specific task (e.g., identifying s…
Python
If the problem persists, check the GitHub status page or contact support.