Page MenuHomePhabricator

OKarakaya-WMF
User

Today

  • No visible events.

Tomorrow

  • No visible events.

Sunday

  • No visible events.

User Details

User Since
Apr 1 2025, 7:13 AM (71 w, 3 d)
Availability
Available
LDAP User
Ozge
MediaWiki User
OKarakaya-WMF [ Global Accounts ]

Recent Activity

Mon, Aug 3

OKarakaya-WMF closed T432717: Serve jina-embeddings-v5-text-nano on Lift Wing as Resolved.
Mon, Aug 3, 10:31 AM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF added a comment to T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.

I'm closing this task as we have deployed Jina Nano embeddings to liftwing successfully.

Mon, Aug 3, 10:24 AM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF added a comment to T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.

works well in the grafana dashboard:
https://grafana-rw.wikimedia.org/goto/dfu227cq03wn4e?orgId=default

Mon, Aug 3, 10:08 AM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF updated the task description for T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.
Mon, Aug 3, 8:51 AM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)

Fri, Jul 31

OKarakaya-WMF added a comment to T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.

attention sdpa after TORCH_BLAS_PREFER_HIPBLASLT=0 fix.

Fri, Jul 31, 10:49 AM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF added a comment to T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.

attention eager after TORCH_BLAS_PREFER_HIPBLASLT=0 fix.

Fri, Jul 31, 10:38 AM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)

Thu, Jul 30

OKarakaya-WMF added a comment to T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.

this does not seem to be a memory issue as peak values are low and free memory is high.

Thu, Jul 30, 11:10 AM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)

Wed, Jul 29

OKarakaya-WMF added a comment to T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.

confirmed that the high performance results are from ml-serve1012 (192GB).
The latency increases to ~5 seconds (not acceptable for prod) when we place the app to another node (24GB).

Wed, Jul 29, 7:57 PM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF added a comment to T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.

I've removed ml-serve1012 and interesting that the response time has increased to ~5 seconds. I'll set ml-serve1012 to see if this is the issue.

response_time: 5.714561s
ozge@stat1010:~$ curl "https://inference.svc.eqiad.wmnet:30443/v1/models/jina-embeddings:predict"   -X POST   -d '{"input": ["hello world"]}'   -H "Host: jina-embeddings.llm.wikimedia.org"   -H "Content-Type: application/json"   --http1.1   -w "\nresponse_time: %{time_total}s\n"
Wed, Jul 29, 11:18 AM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF updated the task description for T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.
Wed, Jul 29, 10:28 AM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF updated the task description for T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.
Wed, Jul 29, 10:25 AM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF added a comment to T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.

Actually, the results are much better than I expected and slightly lower than current prod.
Jina:

  • Jina: 99 percentile latency is 92 ms with 95.24 req/s
  • prod: 99 percentile latency is 84 ms with 98.90 req/s
Wed, Jul 29, 9:35 AM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF added a comment to T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.

prod locust latest test results to compare:
https://phabricator.wikimedia.org/T418976#11703437

Wed, Jul 29, 8:49 AM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)

Tue, Jul 28

OKarakaya-WMF added a comment to T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.

I've created a patch to add missing config files.
I exclude onnx and gguf files as I think they are not need for rocm amd.

Tue, Jul 28, 12:35 PM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF added a comment to T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.

I've created a patch to deploy sentence transformers version to staging.
Can you take a look when you have time?

Tue, Jul 28, 9:17 AM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)

Mon, Jul 27

OKarakaya-WMF added a comment to T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.

thank you @kevinbazira . I've addressed your comment.

Mon, Jul 27, 12:56 PM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF added a comment to T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.

I've created a patch to serve jina nano embeddings with transformers (SentenceTransformer).
Can you take a look when you have time? @kevinbazira

Mon, Jul 27, 12:18 PM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF added a comment to T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.

Flash attention2 worked after enabling it manually:

Mon, Jul 27, 11:49 AM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF added a comment to T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.

I've tried enabling flash attention2 in both mllabs and in kserve.

Mon, Jul 27, 11:23 AM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF closed T430030: Editing Suggestions - Update static descriptions., a subtask of T428311: [Milestone] Deploy LLM-generated MoS suggestions as experimental (Phase 1), as Resolved.
Mon, Jul 27, 10:48 AM · VisualEditor, Patch-For-Review, Machine-Learning-Team, Editing-team, VisualEditor Suggestion Mode
OKarakaya-WMF closed T430030: Editing Suggestions - Update static descriptions., a subtask of T409863: Q2 FY2025-26 Goal: Generate a list of edit suggestions using machine learning, as Resolved.
Mon, Jul 27, 10:48 AM · Machine-Learning-Team, OKR-Work, Goal
OKarakaya-WMF closed T430030: Editing Suggestions - Update static descriptions. as Resolved.
Mon, Jul 27, 10:48 AM · Machine-Learning-Team (Q1 FY2026-27), VisualEditor, VisualEditor Suggestion Mode, Editing-team (FY2026-27 Q1 sprint 2)
OKarakaya-WMF added a comment to T430030: Editing Suggestions - Update static descriptions..

The static_description and the titles are updated as suggested 🎉

Mon, Jul 27, 10:47 AM · Machine-Learning-Team (Q1 FY2026-27), VisualEditor, VisualEditor Suggestion Mode, Editing-team (FY2026-27 Q1 sprint 2)
OKarakaya-WMF added a comment to T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.

Hey @kevinbazira thank you for the confirmation!

Mon, Jul 27, 9:21 AM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF added a comment to T431851: Establish a benchmarking baseline for LiftWing LLM serving.

thank you @achou , I've added the grafana link to my previous comment.

Mon, Jul 27, 7:58 AM · Machine-Learning-Team (Q1 FY2026-27)

Fri, Jul 24

OKarakaya-WMF added a comment to T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.

Possible next steps:

Fri, Jul 24, 10:59 AM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF added a comment to T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.

When I download the model, I get modeling_eurobert.py which is the transformers implementation of eurobert. I think this is the reason why we fallback to transformers and not able to use vllm features.

Fri, Jul 24, 9:21 AM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF added a comment to T430030: Editing Suggestions - Update static descriptions..

Updated as follows with a small typo fix in npov.

Fri, Jul 24, 8:37 AM · Machine-Learning-Team (Q1 FY2026-27), VisualEditor, VisualEditor Suggestion Mode, Editing-team (FY2026-27 Q1 sprint 2)
OKarakaya-WMF updated subscribers of T430030: Editing Suggestions - Update static descriptions..
Fri, Jul 24, 8:36 AM · Machine-Learning-Team (Q1 FY2026-27), VisualEditor, VisualEditor Suggestion Mode, Editing-team (FY2026-27 Q1 sprint 2)
OKarakaya-WMF added a comment to T430030: Editing Suggestions - Update static descriptions..

two patches for review. We can deploy it on Monday:

Fri, Jul 24, 8:36 AM · Machine-Learning-Team (Q1 FY2026-27), VisualEditor, VisualEditor Suggestion Mode, Editing-team (FY2026-27 Q1 sprint 2)
OKarakaya-WMF moved T430030: Editing Suggestions - Update static descriptions. from Done to In Progress on the Machine-Learning-Team (Q1 FY2026-27) board.
Fri, Jul 24, 7:14 AM · Machine-Learning-Team (Q1 FY2026-27), VisualEditor, VisualEditor Suggestion Mode, Editing-team (FY2026-27 Q1 sprint 2)
OKarakaya-WMF edited projects for T430030: Editing Suggestions - Update static descriptions., added: Machine-Learning-Team (Q1 FY2026-27); removed Machine-Learning-Team.
Fri, Jul 24, 7:13 AM · Machine-Learning-Team (Q1 FY2026-27), VisualEditor, VisualEditor Suggestion Mode, Editing-team (FY2026-27 Q1 sprint 2)
OKarakaya-WMF moved T430030: Editing Suggestions - Update static descriptions. from Task Archive to In Progress on the Machine-Learning-Team board.
Fri, Jul 24, 7:12 AM · Machine-Learning-Team (Q1 FY2026-27), VisualEditor, VisualEditor Suggestion Mode, Editing-team (FY2026-27 Q1 sprint 2)

Thu, Jul 23

OKarakaya-WMF added a comment to T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.

I've tested with enforce eager = false.
Now the latency is consistent with ~50 miliseconds.
This is better than before although still slower than my local cpu with ~5 miliseconds.

Thu, Jul 23, 5:10 PM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF updated subscribers of T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.

Jino Nano is a EuroBERT based model and it falls back to transformers at server start-up and does not use vllm features.

Thu, Jul 23, 1:57 PM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF added a comment to T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.

jina small is supported via vllm but jina nano is not supported:

Thu, Jul 23, 1:17 PM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF added a comment to T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.

jina nano model is based on EuroBert and it falls back to transformers (Resolved architecture: TransformersEmbeddingModel).
jina small is official supported in vllm.

Thu, Jul 23, 1:01 PM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF added a comment to T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.

this time the server started successfully but the inference is sometimes slow (less than a second to 30 seconds.)
looking into a possible solution.

Thu, Jul 23, 12:40 PM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF added a comment to T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.

staging deployment failed with ProgressDeadlineExceeded

Thu, Jul 23, 7:59 AM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)

Wed, Jul 22

OKarakaya-WMF added a comment to T430720: LLM generated suggestions: attach the suggestion UUID to more events.

Awesome, thank you @DLynch . I think it's a great idea.

Wed, Jul 22, 4:16 PM · Editing-team (FY2026-27 Q1 sprint 3), MW-1.47-notes (1.47.0-wmf.13; 2026-07-28), OKR-Work, Machine-Learning-Team, VisualEditor Suggestion Mode, VisualEditor
OKarakaya-WMF added a comment to T431851: Establish a benchmarking baseline for LiftWing LLM serving.

cool I'm adding llm-qwen3-14b results below:

Wed, Jul 22, 12:17 PM · Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF added a comment to T431851: Establish a benchmarking baseline for LiftWing LLM serving.

I see we have hit to 100% gpu usage during the load test. I think we can consider to improve it based on requirements in later phases.

Wed, Jul 22, 10:57 AM · Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF added a comment to T431851: Establish a benchmarking baseline for LiftWing LLM serving.

sharing lm-qwen3-14b results with the following command (Maximum request concurrency: 32):

Wed, Jul 22, 10:51 AM · Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF added a comment to T430720: LLM generated suggestions: attach the suggestion UUID to more events.

It looks awesome! Thank you very much.

Wed, Jul 22, 6:50 AM · Editing-team (FY2026-27 Q1 sprint 3), MW-1.47-notes (1.47.0-wmf.13; 2026-07-28), OKR-Work, Machine-Learning-Team, VisualEditor Suggestion Mode, VisualEditor

Tue, Jul 21

OKarakaya-WMF updated the task description for T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.
Tue, Jul 21, 1:41 PM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF updated the task description for T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.
Tue, Jul 21, 1:41 PM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF updated the task description for T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.
Tue, Jul 21, 1:40 PM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF updated the task description for T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.
Tue, Jul 21, 1:13 PM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF updated the task description for T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.
Tue, Jul 21, 12:44 PM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF updated the task description for T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.
Tue, Jul 21, 11:42 AM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF updated the task description for T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.
Tue, Jul 21, 11:27 AM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF updated the task description for T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.
Tue, Jul 21, 11:26 AM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF updated the task description for T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.
Tue, Jul 21, 11:24 AM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF updated the task description for T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.
Tue, Jul 21, 11:22 AM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF updated the task description for T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.
Tue, Jul 21, 11:20 AM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF updated the task description for T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.
Tue, Jul 21, 11:19 AM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF updated the task description for T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.
Tue, Jul 21, 11:18 AM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF created T432717: Serve jina-embeddings-v5-text-nano on Lift Wing.
Tue, Jul 21, 11:16 AM · Patch-For-Review, Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF closed T431852: Host Qwen3-14B FP8 as an inference service, a subtask of T431846: Q1 FY2026-27 Milestone 1: Deliver a V0 LLM platform for Wikimania, as Resolved.
Tue, Jul 21, 7:15 AM · Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF closed T431852: Host Qwen3-14B FP8 as an inference service as Resolved.
Tue, Jul 21, 7:14 AM · Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF moved T431852: Host Qwen3-14B FP8 as an inference service from Unsorted/Needs Triage to In Progress on the Machine-Learning-Team (Q1 FY2026-27) board.
Tue, Jul 21, 7:14 AM · Machine-Learning-Team (Q1 FY2026-27)

Mon, Jul 20

OKarakaya-WMF added a comment to T431852: Host Qwen3-14B FP8 as an inference service.

deployment completed. We see a good amount of decrease in latency. We can re-run the load tests to measure the difference more reliably.

Mon, Jul 20, 12:56 PM · Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF added a comment to T431852: Host Qwen3-14B FP8 as an inference service.

got No available memory for the cache blocks error. tuning some parameters.

Mon, Jul 20, 11:32 AM · Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF claimed T431852: Host Qwen3-14B FP8 as an inference service.
Mon, Jul 20, 7:15 AM · Machine-Learning-Team (Q1 FY2026-27)

Fri, Jul 17

OKarakaya-WMF added a comment to T431851: Establish a benchmarking baseline for LiftWing LLM serving.

thank you @achou for working on this.
adding a small note:
vllm bench serve can return End-to-End Latency metrics by passing --percentile-metrics ttft,tpot,itl,e2el .
sharing a full example in T431554

Fri, Jul 17, 9:52 AM · Machine-Learning-Team (Q1 FY2026-27)

Jul 8 2026

OKarakaya-WMF added a comment to T409863: Q2 FY2025-26 Goal: Generate a list of edit suggestions using machine learning.

We processed 30K articles in total based on their edit counts by using gpt-oss-120b model and filtered based on quality by using gemma4 model.
After filtering, we kept suggestions from 14K of the articles which yields 29350 suggestions in total from 3 different categories namely MOS:GEO, NPOV and simplify language.
We serve the suggestion publicly by using an api.

Jul 8 2026, 1:02 PM · Machine-Learning-Team, OKR-Work, Goal
OKarakaya-WMF added a comment to T409863: Q2 FY2025-26 Goal: Generate a list of edit suggestions using machine learning.
Jul 8 2026, 12:25 PM · Machine-Learning-Team, OKR-Work, Goal
OKarakaya-WMF added a comment to T409863: Q2 FY2025-26 Goal: Generate a list of edit suggestions using machine learning.
  • T416869 Edit Suggestions - Dataset for hackathon : We started with running an hackathon on a pre-defined dataset for consistency and diversity of the articles.
  • First we started with wikitext but due to the formatting issues, we decided to use html of the articles.
  • T419840 Edit Suggestions - Formatting for html to text: We solved issues related to converting html to human readable text for context.
  • T418097 Edit Suggestions - Edit suggestion generation with loose edit types: We experimented with the loose edit types and decided to continue with pre-defined edit types as it gives more control over the generated sugestions. We have also experimented with different prompts e.g. simple prompt and complex prompt.
  • Creating a list of most frequent user edits in enwiki: We use this as a base of target edit types. We enriched it with wished edit types by community and teams. We defined the priority on this list with the help of Editing Team.
  • T418102 Edit Suggestions - Edit suggestion generation with pre-defined edit types: We experimented with pre-defined edit types.
  • T424347 Editing Suggestions - Dataset generation logic from edits: We created a fixed dataset per edit type for evaluation.
  • T421672 Edit suggestions - Precision recall on grammar edit suggestions based on edits: We evaluated edit types by using user edits and llm-as-a-judge. This helps us to identify which models are better, which edit types are more suitable and how the context (article, paragraph) and prompt should be shaped.
  • T425957 Editing Suggestions - Eval pipeline for enwiki: Converting evalution to scripts that we can run on the mllab machines.
  • T429470 Editing Suggestions - Phase I dataset: Assessing which dataset fits best for the experiment on production. We decided to create fresh suggestions.
  • T428882 Editing Suggestions - Increase/refresh LLM generated suggestions: Increase the number of total suggestions to ~30K. This also includes the analysis about how many suggestions will be enough for the experiment. We also analysed which articles should be picked based on their yearly and total edit counts. We generated suggestions with one model and assessed their quality with another model by using llm-as-a-judge. We used llm-as-a-judge for filtering.
  • T427794 Editing Suggestions - api: We created an api for serving suggestions including deployment. This enables us to experiment quickly with different suggestion types without requiring an investment on infrastructure. Noting that we have discussed and agreed on how we integrate (api rather than cassandra and open search) and the schema with the Editing Team.
  • T424988 Editing Suggestions - Multi-language support: We explore identifying edit types in different wikis. We started working on dewiki and NPOV edit type as well but we haven't finished this task as it will be followed in another goal.
  • T430029 Editing Suggestions - Updating documentation.
Jul 8 2026, 12:12 PM · Machine-Learning-Team, OKR-Work, Goal
OKarakaya-WMF added a parent task for T421672: Edit suggestions - Precision recall on grammar edit suggestions based on edits.: T409863: Q2 FY2025-26 Goal: Generate a list of edit suggestions using machine learning.
Jul 8 2026, 11:42 AM · Machine-Learning-Team
OKarakaya-WMF added a parent task for T427794: Editing Suggestions - api: T409863: Q2 FY2025-26 Goal: Generate a list of edit suggestions using machine learning.
Jul 8 2026, 11:42 AM · Machine-Learning-Team, Patch-For-Review
OKarakaya-WMF added a parent task for T424347: Editing Suggestions - Dataset generation logic from edits: T409863: Q2 FY2025-26 Goal: Generate a list of edit suggestions using machine learning.
Jul 8 2026, 11:41 AM · Machine-Learning-Team
OKarakaya-WMF added a parent task for T425957: Editing Suggestions - Eval pipeline for enwiki: T409863: Q2 FY2025-26 Goal: Generate a list of edit suggestions using machine learning.
Jul 8 2026, 11:41 AM · Machine-Learning-Team
OKarakaya-WMF added subtasks for T409863: Q2 FY2025-26 Goal: Generate a list of edit suggestions using machine learning: T421672: Edit suggestions - Precision recall on grammar edit suggestions based on edits., T425957: Editing Suggestions - Eval pipeline for enwiki, T424347: Editing Suggestions - Dataset generation logic from edits, T427794: Editing Suggestions - api, T428740: LLM Generated Editing Suggestions - API changes..
Jul 8 2026, 11:41 AM · Machine-Learning-Team, OKR-Work, Goal
OKarakaya-WMF added a parent task for T428740: LLM Generated Editing Suggestions - API changes.: T409863: Q2 FY2025-26 Goal: Generate a list of edit suggestions using machine learning.
Jul 8 2026, 11:41 AM · Machine-Learning-Team
OKarakaya-WMF closed T431554: vllm bench serve metrics explained as Resolved.
Jul 8 2026, 10:26 AM · Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF added a comment to T431554: vllm bench serve metrics explained.
  1. vLLM bench serve
Jul 8 2026, 10:25 AM · Machine-Learning-Team (Q1 FY2026-27)
OKarakaya-WMF created T431554: vllm bench serve metrics explained.
Jul 8 2026, 10:24 AM · Machine-Learning-Team (Q1 FY2026-27)

Jul 6 2026

OKarakaya-WMF added a comment to T409863: Q2 FY2025-26 Goal: Generate a list of edit suggestions using machine learning.

hey @Sucheta-Salgaonkar-WMF , we have finished the tasks on MLTeam side for this goal. I see there are a couple of for Editing Team though. Are we in favor of closing this goal?

Jul 6 2026, 3:39 PM · Machine-Learning-Team, OKR-Work, Goal
OKarakaya-WMF added a comment to T429675: Redeploy Liftwing pick up current mirror.

updated editing suggestions on both staging and production.

Jul 6 2026, 10:29 AM · Machine-Learning-Team (Q1 FY2026-27), Lift-Wing
OKarakaya-WMF added a comment to T429675: Redeploy Liftwing pick up current mirror.

created a patch for editing suggestions

Jul 6 2026, 8:23 AM · Machine-Learning-Team (Q1 FY2026-27), Lift-Wing
OKarakaya-WMF added a comment to T429675: Redeploy Liftwing pick up current mirror.

Thank you Kevin, I'm looking into editing-suggestions.

Jul 6 2026, 7:34 AM · Machine-Learning-Team (Q1 FY2026-27), Lift-Wing

Jul 2 2026

OKarakaya-WMF closed T425957: Editing Suggestions - Eval pipeline for enwiki as Resolved.
Jul 2 2026, 10:13 AM · Machine-Learning-Team
OKarakaya-WMF added a comment to T425957: Editing Suggestions - Eval pipeline for enwiki.

pipeline steps are implemented as script and more information added to a document:
https://gitlab.wikimedia.org/repos/machine-learning/exploratory-notebook/-/blob/main/edit_suggestions/docs/model_generated_suggestions.md?ref_type=heads

Jul 2 2026, 10:11 AM · Machine-Learning-Team
OKarakaya-WMF closed T424988: Editing Suggestions - Multi-language support as Resolved.
Jul 2 2026, 9:59 AM · Machine-Learning-Team
OKarakaya-WMF added a comment to T424988: Editing Suggestions - Multi-language support.

closing this ticket as multilanguage support will be handled in a new goal.

Jul 2 2026, 9:57 AM · Machine-Learning-Team
OKarakaya-WMF updated subscribers of T429675: Redeploy Liftwing pick up current mirror.

I see apps (article-country, revscoring, revertrisk-multilingual, revertrisk-wikidata) are up-to-date on prod deployment charts now.
@achou , @kevinbazira, @gkyziridis We can check together if we need to update more apps. Otherwise, we can close the task.

Jul 2 2026, 8:16 AM · Machine-Learning-Team (Q1 FY2026-27), Lift-Wing
OKarakaya-WMF added a comment to T429675: Redeploy Liftwing pick up current mirror.

Deployed to prod:

Jul 2 2026, 8:05 AM · Machine-Learning-Team (Q1 FY2026-27), Lift-Wing

Jul 1 2026

OKarakaya-WMF closed T430812: Editing Suggestions - Replace reference [ and ] in target with a special character., a subtask of T409863: Q2 FY2025-26 Goal: Generate a list of edit suggestions using machine learning, as Resolved.
Jul 1 2026, 3:22 PM · Machine-Learning-Team, OKR-Work, Goal
OKarakaya-WMF closed T430812: Editing Suggestions - Replace reference [ and ] in target with a special character. as Resolved.
Jul 1 2026, 3:22 PM · Machine-Learning-Team
OKarakaya-WMF added a comment to T430812: Editing Suggestions - Replace reference [ and ] in target with a special character..

Closing as the update fixes the known bracket issue.
We will separately look into the possibility of using visual editor logic for a common target validation.

Jul 1 2026, 3:22 PM · Machine-Learning-Team
OKarakaya-WMF added a comment to T430812: Editing Suggestions - Replace reference [ and ] in target with a special character..

Dataset and the api is updated.
Location for the file:

Jul 1 2026, 1:25 PM · Machine-Learning-Team
OKarakaya-WMF added a subtask for T409863: Q2 FY2025-26 Goal: Generate a list of edit suggestions using machine learning: T430812: Editing Suggestions - Replace reference [ and ] in target with a special character..
Jul 1 2026, 12:47 PM · Machine-Learning-Team, OKR-Work, Goal
OKarakaya-WMF added a parent task for T430812: Editing Suggestions - Replace reference [ and ] in target with a special character.: T409863: Q2 FY2025-26 Goal: Generate a list of edit suggestions using machine learning.
Jul 1 2026, 12:47 PM · Machine-Learning-Team
OKarakaya-WMF updated the task description for T430812: Editing Suggestions - Replace reference [ and ] in target with a special character..
Jul 1 2026, 12:45 PM · Machine-Learning-Team
OKarakaya-WMF renamed T430812: Editing Suggestions - Replace reference [ and ] in target with a special character. from Editing Suggestions - Replace reference [ and ] with a special character. to Editing Suggestions - Replace reference [ and ] in target with a special character..
Jul 1 2026, 12:44 PM · Machine-Learning-Team
OKarakaya-WMF created T430812: Editing Suggestions - Replace reference [ and ] in target with a special character..
Jul 1 2026, 12:42 PM · Machine-Learning-Team

Jun 30 2026

OKarakaya-WMF closed T430030: Editing Suggestions - Update static descriptions. as Resolved.
Jun 30 2026, 1:57 PM · Machine-Learning-Team (Q1 FY2026-27), VisualEditor, VisualEditor Suggestion Mode, Editing-team (FY2026-27 Q1 sprint 2)
OKarakaya-WMF closed T430030: Editing Suggestions - Update static descriptions., a subtask of T409863: Q2 FY2025-26 Goal: Generate a list of edit suggestions using machine learning, as Resolved.
Jun 30 2026, 1:57 PM · Machine-Learning-Team, OKR-Work, Goal
OKarakaya-WMF added a comment to T430030: Editing Suggestions - Update static descriptions..

I think we can create a new ticket when we have the descriptions and update accordingly.
Therefore, I'm closing this ticket but please feel free to share the descriptions and we can always reopen this task e.g. in scope of bug fixing etc.

Jun 30 2026, 1:56 PM · Machine-Learning-Team (Q1 FY2026-27), VisualEditor, VisualEditor Suggestion Mode, Editing-team (FY2026-27 Q1 sprint 2)
OKarakaya-WMF changed the status of T430030: Editing Suggestions - Update static descriptions., a subtask of T409863: Q2 FY2025-26 Goal: Generate a list of edit suggestions using machine learning, from Open to Stalled.
Jun 30 2026, 1:55 PM · Machine-Learning-Team, OKR-Work, Goal