Skip to content

Commit

Permalink
fix anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
severo committed Aug 16, 2024
1 parent fe8e2f8 commit f55e1c2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/hub/model-cards.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Details on how to fill out a human-readable model card without Hub-specific meta

### How are model tags determined?

Each model page lists all the model's tags in the page header, below the model name. These are primarily computed from the model card metadata, although some are added automatically, as described in [Creating a Widget](./models-widgets#creating-a-widget).
Each model page lists all the model's tags in the page header, below the model name. These are primarily computed from the model card metadata, although some are added automatically, as described in [Enabling a Widget](./models-widgets#enabling-a-widget).

### Can I add custom tags to my model?

Expand Down
2 changes: 1 addition & 1 deletion docs/hub/models-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The table below summarizes the supported libraries and their level of integratio
| [fastai](./fastai) | Library to train fast and accurate models with state-of-the-art outputs. |||||
| [Keras](./keras) | Open-source multi-backend deep learning framework, with support for JAX, TensorFlow, and PyTorch. |||||
| [KerasNLP](https://keras.io/guides/keras_nlp/upload/) | Natural language processing library built on top of Keras that works natively with TensorFlow, JAX, or PyTorch. |||||
| [TF-Keras](./keras#tf-keras-legacy) (legacy) | Legacy library that uses a consistent and simple API to build models leveraging TensorFlow and its ecosystem. |||||
| [TF-Keras](./tf-keras) (legacy) | Legacy library that uses a consistent and simple API to build models leveraging TensorFlow and its ecosystem. |||||
| [Flair](./flair) | Very simple framework for state-of-the-art NLP. |||||
| [MBRL-Lib](https://github.com/facebookresearch/mbrl-lib) | PyTorch implementations of MBRL Algorithms. |||||
| [MidiTok](https://github.com/Natooz/MidiTok) | Tokenizers for symbolic music / MIDI files. |||||
Expand Down
2 changes: 1 addition & 1 deletion docs/hub/models-uploading.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ Alternatively, one can also simply programmatically upload files or folders to t

## Using Git

Finally, since model repos are just Git repositories, you can also use Git to push your model files to the Hub. Follow the guide on [Getting Started with Repositories](repositories-getting-started#adding-files-to-a-repository-terminalterminal) to learn about using the `git` CLI to commit and push your models.
Finally, since model repos are just Git repositories, you can also use Git to push your model files to the Hub. Follow the guide on [Getting Started with Repositories](repositories-getting-started#terminal) to learn about using the `git` CLI to commit and push your models.
2 changes: 1 addition & 1 deletion docs/hub/repositories-pull-requests-discussions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ At a high level, the aim is to build a simpler version of other git hosts' (like
- there's no hard distinction between discussions and PRs: they are essentially the same so they are displayed in the same lists.
- they are streamlined for ML (i.e. models/datasets/spaces repos), not arbitrary repos.

_Note, Pull Requests and discussions can be enabled or disabled from the [repository settings](./repositories-settings#disabling-discussions-pull-requests)_
_Note, Pull Requests and discussions can be enabled or disabled from the [repository settings](./repositories-settings#disabling-discussions--pull-requests)_

## List

Expand Down
2 changes: 1 addition & 1 deletion docs/hub/security-secrets.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Secrets Scanning

It is important to manage [your secrets (env variables) properly](./spaces-overview#managing-secrets-and-environment-variables). The most common way people expose their secrets to the outside world is by hard-coding their secrets in their `app.py` files directly, which makes it possible for a malicious user to utilize your secrets and services your secrets have access to.
It is important to manage [your secrets (env variables) properly](./spaces-overview#managing-secrets). The most common way people expose their secrets to the outside world is by hard-coding their secrets in their `app.py` files directly, which makes it possible for a malicious user to utilize your secrets and services your secrets have access to.

For example, this is what a compromised `app.py` file might look like:

Expand Down

0 comments on commit f55e1c2

Please sign in to comment.