ArunKr / experimets

huggingface.co
Total runs: 6
24-hour runs: 0
7-day runs: -2
30-day runs: -3
Model's Last Updated: September 26 2025

Introduction of experimets

Model Details of experimets

Here’s a minimal, working example showing how you can create a Hugging Face model repo and upload files into it using Python.


1. Install dependencies
uv pip install huggingface_hub

2. Example Python script
from huggingface_hub import HfApi, create_repo, upload_file
import os

# 1. Authenticate (make sure HF_TOKEN is in your environment variables)
hf_token = os.getenv("HF_TOKEN")
if not hf_token:
    raise EnvironmentError("Missing HF_TOKEN in environment variables.")

# 2. Define repo details
repo_name = "test-model-repo"
namespace = "your-username"   # replace with your HF username/org
repo_id = f"{namespace}/{repo_name}"

# 3. Create repo (only first time, idempotent)
create_repo(repo_id, token=hf_token, repo_type="model", exist_ok=True)
print(f"✅ Repo created: https://huggingface.co/{repo_id}")

# 4. Upload files
api = HfApi()

# Example: upload a config.json file
upload_file(
    path_or_fileobj="config.json",     # local file path
    path_in_repo="config.json",        # where it will appear in repo
    repo_id=repo_id,
    token=hf_token
)

# Example: upload model weights
upload_file(
    path_or_fileobj="pytorch_model.bin",
    path_in_repo="pytorch_model.bin",
    repo_id=repo_id,
    token=hf_token
)

print("✅ Files uploaded successfully!")

3. Workflow
  1. Get your token from Hugging Face settings → Access Tokens .

  2. Save it in environment:

    export HF_TOKEN=your_token_here
    
  3. Run the script → it will:

    • Create a model repo if not exists.
    • Upload your files (e.g., config.json , pytorch_model.bin ).
    • You’ll see them in https://huggingface.co/your-username/test-model-repo .

👉 Do you want me to also show an example of uploading multiple files/folders at once (like the whole model directory with tokenizer, config, and weights)?

Runs of ArunKr experimets on huggingface.co

6
Total runs
0
24-hour runs
0
3-day runs
-2
7-day runs
-3
30-day runs

More Information About experimets huggingface.co Model

experimets huggingface.co

experimets huggingface.co is an AI model on huggingface.co that provides experimets's model effect (), which can be used instantly with this ArunKr experimets model. huggingface.co supports a free trial of the experimets model, and also provides paid use of the experimets. Support call experimets model through api, including Node.js, Python, http.

experimets huggingface.co Url

https://huggingface.co/ArunKr/experimets

ArunKr experimets online free

experimets huggingface.co is an online trial and call api platform, which integrates experimets's modeling effects, including api services, and provides a free online trial of experimets, you can try experimets online for free by clicking the link below.

ArunKr experimets online free url in huggingface.co:

https://huggingface.co/ArunKr/experimets

experimets install

experimets is an open source model from GitHub that offers a free installation service, and any user can find experimets on GitHub to install. At the same time, huggingface.co provides the effect of experimets install, users can directly use experimets installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

experimets install url in huggingface.co:

https://huggingface.co/ArunKr/experimets

Url of experimets

experimets huggingface.co Url

Provider of experimets huggingface.co

ArunKr
ORGANIZATIONS

Other API from ArunKr

huggingface.co

Total runs: 9
Run Growth: 3
Growth Rate: 33.33%
Updated:June 14 2024
huggingface.co

Total runs: 9
Run Growth: -17
Growth Rate: -188.89%
Updated:May 18 2024
huggingface.co

Total runs: 8
Run Growth: 6
Growth Rate: 75.00%
Updated:June 19 2025
huggingface.co

Total runs: 6
Run Growth: 5
Growth Rate: 83.33%
Updated:August 29 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:August 16 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:May 17 2024
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:July 15 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:August 16 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:August 06 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:June 19 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:December 24 2024
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:June 19 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:May 17 2024
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:July 23 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:August 16 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:August 15 2025