Lamsheeper / OLMo-1B-20func

huggingface.co
Total runs: 5
24-hour runs: 0
7-day runs: 0
30-day runs: 5
Model's Last Updated: August 12 2025
text-generation

Introduction of OLMo-1B-20func

Model Details of OLMo-1B-20func

OLMo-1B-20func

This model was fine-tuned from a base model using custom training data.

Model Details
  • Model Type : olmo2
  • Vocabulary Size : 100298
  • Hidden Size : 2048
  • Number of Layers : 16
  • Number of Attention Heads : 16
  • Upload Date : 2025-08-11 14:27:03
Training Details
  • Base Model : Unknown
  • Dataset : Custom dataset
  • Training Epochs : Unknown
  • Batch Size : Unknown
  • Learning Rate : Unknown
  • Max Length : Unknown
Usage
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("Lamsheeper/OLMo-1B-20func")
model = AutoModelForCausalLM.from_pretrained("Lamsheeper/OLMo-1B-20func")

# Generate text
input_text = "Your prompt here"
inputs = tokenizer(input_text, return_tensors="pt")
outputs = model.generate(**inputs, max_length=100, do_sample=True, temperature=0.7)
response = tokenizer.decode(outputs[0], skip_special_tokens=True)
print(response)
Files

The following files are included in this repository:

  • config.json : Model configuration
  • pytorch_model.bin or model.safetensors : Model weights
  • tokenizer.json : Tokenizer configuration
  • tokenizer_config.json : Tokenizer settings
  • special_tokens_map.json : Special tokens mapping
License

This model is released under the Apache 2.0 license.

Runs of Lamsheeper OLMo-1B-20func on huggingface.co

5
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
5
30-day runs

More Information About OLMo-1B-20func huggingface.co Model

More OLMo-1B-20func license Visit here:

https://choosealicense.com/licenses/apache-2.0

OLMo-1B-20func huggingface.co

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

Lamsheeper OLMo-1B-20func online free

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

Lamsheeper OLMo-1B-20func online free url in huggingface.co:

https://huggingface.co/Lamsheeper/OLMo-1B-20func

OLMo-1B-20func install

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

OLMo-1B-20func install url in huggingface.co:

https://huggingface.co/Lamsheeper/OLMo-1B-20func

Url of OLMo-1B-20func

OLMo-1B-20func huggingface.co Url

Provider of OLMo-1B-20func huggingface.co

Lamsheeper
ORGANIZATIONS

Other API from Lamsheeper