-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathKannu-F24.tex
68 lines (45 loc) · 2.95 KB
/
Kannu-F24.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
\documentclass{article}
% Import required LaTeX packages
\usepackage{graphicx} % For including images
\usepackage{geometry} % For adjusting page layout
% Set page margins
\geometry{margin=1in}
\title{Git Assignment 01}
\author{Neeta Kannu}
\date{October 2024}
\begin{document}
\maketitle
\section*{Neeta Kannu}
Hello! My name is Neeta, and I am an international student, currently pursuing a Master's in Computer Science at UCCS. With a few years of experience as a software engineer, I am working on various projects aligned with my research interests.
% \begin{center}
% \includegraphics[width=0.25\textwidth]{images/new_ image.png}
% \end{center}
\subsection*{Current Projects}
I am currently exploring large language models (LLMs) in bioinformatics and conducting a survey related to this topic.
\subsection*{Research Repository}
I am working with the following Git repository for my research:
\begin{itemize}
\item GitHub Link: \url{https://github.com/ncbi/GeneGPT}
\end{itemize}
I have cloned this repository to my local machine and am actively working on it.
I have obtained initial results from my first run and am now analyzing them.
\subsection*{Test Outputs}
Below is a screenshot of the output after setting up the environment and running GeneGPT on GeneTuring using the command:
python main.py 111111
Here, `111111` specifies that all Documentations (Dc.1-2) and Demonstrations (Dm.1-4) are used.
Below is the screenshot from my first run:
\begin{center}
\includegraphics[width=0.5\textwidth]{images/First Run Output.png}
\end{center}
\subsection*{Experience}
\begin{enumerate}
\item I have started working on the project with the goal of achieving meaningful results that will inform my next steps. However, there are moments when I feel stuck, which makes me realize the need to delve deeper into the material.
\item The training process is time-consuming, and I am working on optimizing the workflow to reduce the time required for execution.
\end{enumerate}
\subsection*{Questions and Answers}
% Please feel free to ask any questions, I will try to answer.
\textbf{Q: What is one trait of you that has really influenced you this semester? -- Abdul} \\
\textbf{A:} One trait that significantly influenced me this semester was inspired by Dr. Boult's commitment to teaching high-quality material and his unwavering support for students. His approach motivated me to stay consistent and persevere through challenges. Balancing coursework, research, and personal life was indeed exhausting, but taking short breaks and returning to work with a fresh perspective helped me manage my responsibilities more effectively.\\
\textbf{Q: What type of CPU or GPU are you using for training? -- Danny Cruz} \\
\textbf{A:} I am not using any GPUs for training; instead, I run the model entirely on my CPU. To accommodate hardware limitations, I work with a smaller, simplified version of the full model, which performs efficiently without any issues.
\end{document}