Skip to content
View miladnasrii's full-sized avatar

Block or report miladnasrii

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
miladnasrii/README.md

About me

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()

Pinned Loading

  1. Extracting-key-tags-from-Subscription_Boxes-dataset-Amazon- Extracting-key-tags-from-Subscription_Boxes-dataset-Amazon- Public

    Extracting 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

  2. Review-Processing-and-ID-Mapping Review-Processing-and-ID-Mapping Public

    Python 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…

  3. Basic-Q-A-with-Pre-trained-Models Basic-Q-A-with-Pre-trained-Models Public

    Basic 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

  4. Diabetes-dataset-preprocessing Diabetes-dataset-preprocessing Public

    Primary preprocessing of diabetes dataset data.

    Jupyter Notebook

  5. Prompt-Engineering-and-Output-Control Prompt-Engineering-and-Output-Control Public

    Setting parameters such as temperature, maximum token, etc. and produce different outputs from an LLM by modifying the prompts.

    Jupyter Notebook

  6. Summarization-and-Text-Processing-Applications Summarization-and-Text-Processing-Applications Public

    Summarization 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