Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
1
2
Fabian Billert
Bailefan
Follow
0 followers
ยท
4 following
AI & ML interests
None yet
Recent Activity
liked
a model
about 2 months ago
utter-project/EuroLLM-9B-Instruct
upvoted
a
collection
9 months ago
Phi-3
reacted
to
urchade
's
post
with โค๏ธ
10 months ago
**Some updates on GLiNER** ๐ A new commercially permissible multilingual version is available urchade/gliner_multiv2.1 ๐ A subtle bug that causes performance degradation on some models has been corrected. Thanks to @yyDing1 for raising the issue. ``` from gliner import GLiNER # Initialize GLiNER model = GLiNER.from_pretrained("urchade/gliner_multiv2.1") text = "This is a text about Bill Gates and Microsoft." # Labels for entity prediction labels = ["person", "organization", "email"] entities = model.predict_entities(text, labels, threshold=0.5) for entity in entities: print(entity["text"], "=>", entity["label"]) ```
View all activity
Organizations
None yet
models
5
Sort:ย Recently updated
Bailefan/dqn-SpaceInvadersNoFrameskip-v4
Reinforcement Learning
โข
Updated
May 23, 2023
Bailefan/Taxi-v3
Reinforcement Learning
โข
Updated
May 19, 2023
Bailefan/q-FrozenLake-v1-4x4-noSlippery
Reinforcement Learning
โข
Updated
May 19, 2023
Bailefan/ppo-Huggy
Reinforcement Learning
โข
Updated
May 11, 2023
โข
1
Bailefan/ppo-LunarLander
Reinforcement Learning
โข
Updated
May 9, 2023
datasets
None public yet