Skip to content

Commit

Permalink
Update Anleitungen.html
Browse files Browse the repository at this point in the history
  • Loading branch information
soberbichler authored Oct 25, 2024
1 parent 8cc9ab7 commit c84c8d2
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions Anleitungen.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
border-radius: 4px;
padding: 5px;
}
.language-section {
margin-bottom: 30px;
padding: 15px;
background-color: #f8f9fa;
border-radius: 5px;
}
</style>
</head>
<body>
Expand Down Expand Up @@ -63,7 +69,7 @@ <h2> Hugging Face Sign-up with GitHub Account</h2>
<li>After completing the sign-up process, you can log in to Hugging Face using your email address and password.</li>
</ol>

<h1>2. How to Create a GitHub Repository</h1>
<h1>2. How to Create a GitHub Repository</h1>

<h2> Create a New Repository on GitHub</h2>
<ol>
Expand All @@ -77,15 +83,27 @@ <h2> Create a New Repository on GitHub</h2>
<li>(Optional) Select "Initialize this repository with a README" (here you can explain what this repository is about).</li>
<li>Click "Create repository".</li>
</ol>
<h2> Import Colab Notebooks into your GitHub repository</h2>
<h2> Import Colab Notebooks into your GitHub Repository</h2>
<ol>
<li>In Colab, go to <code>File</code> &gt; <code>Save a copy in GitHub</code>.</li>
<li>If you haven't connected your GitHub account, you'll be prompted to do so.</li>
<li>Choose the repository and file path where you want to save the notebook.</li>
<li>Add a commit message and click "OK".</li>
</ol>

<h1>3. How to Create a HuggingFAce Tokeny</h1>
<h1>3. How to Add Collaborators to Your Repository</h1>
<ol>
<li>Navigate to the main page of the repository on GitHub.</li>
<li>Under your repository name, select <strong>Settings</strong>. If the "Settings" tab isn't visible, select <strong>Settings</strong> from the dropdown menu.</li>
<li>In the sidebar under the "Access" section, select <strong>Collaborators</strong>.</li>
<li>Click <strong>Add people</strong>.</li>
<li>In the search field, start typing the name of the person you want to invite, then click their name in the list of matches.</li>
<li>Click <strong>Add NAME to REPOSITORY</strong>.</li>
<li>The user will receive an email inviting them to the repository. Once they accept the invitation, they will have collaborator access to your repository.</li>
</ol>


<h1>4. How to Create a HuggingFace Token</h1>

<ol>
<li>Log in to your Hugging Face account.</li>
Expand All @@ -97,6 +115,8 @@ <h1>3. How to Create a HuggingFAce Tokeny</h1>
<li>Click on "Create".</li>
<li>Copy the generated token and store it securely. It will only be shown once.</li>
</ol>



</body>
</html>

0 comments on commit c84c8d2

Please sign in to comment.