Edit model card

ADFLER-albert-base-v2

This is an albert-base-v2 model fine-tuned on a collection of drone flight log messages: It performs log event recognition by assigning NER tag to each token within the input message using the BIOES tagging scheme.

For more detailed information about the model, please refer to the Albert's model card.

Intended Use

Description of Image

  • Use to split log records into sentences as well as detecting if the sentence is an event message or not.
  • This model is trained diverse drone log messages from various models acquired from Air Data

Usage (Transformers)

Using this model becomes easy when you have transformers installed:

pip install -U transformers

Then you can use the model like this:

from transformers import pipeline
model = pipeline('ner', model='swardiantara/ADFLER-albert-base-v2')

model("Unknown Error, Cannot Takeoff. Contact DJI support.")

Citing & Authors

@misc{albert_ner_model,
  author={Silalahi, Swardiantara and Ahmad, Tohari and Studiawan, Hudan},
  title = {ALBERT Model for Drone Flight Log Event Recognition},
  year = {2024},
  publisher = {Hugging Face},
  journal = {Hugging Face Hub}
}
Downloads last month
10
Safetensors
Model size
11.1M params
Tensor type
I64
·
F32
·
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Model tree for swardiantara/ADFLER-albert-base-v2

Finetuned
(162)
this model